AB Time Table Security & Risk Analysis

wordpress.org/plugins/ab-timetable

A simple Wordpress plugin which lets you maintain a timetable on your Wordpress site.

10 active installs v1.0 PHP + WP 3.0+ Updated Jul 19, 2012
time-tabletimetable
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is AB Time Table Safe to Use in 2026?

Generally Safe

Score 85/100

AB Time Table has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 13yr ago
Risk Assessment

The ab-timetable v1.0 plugin exhibits a mixed security posture. On the positive side, it demonstrates strong practices regarding SQL query sanitization, exclusively using prepared statements, and avoids external HTTP requests and file operations. The absence of known CVEs and a clean vulnerability history are also significant strengths, suggesting a generally well-maintained codebase. However, the static analysis reveals critical areas of concern. The most prominent issue is the complete lack of output escaping for all identified outputs. This exposes the plugin to potential cross-site scripting (XSS) vulnerabilities, as user-supplied data, if not properly handled, could be rendered directly in the browser. Additionally, the presence of capability checks without corresponding nonce checks on the single shortcode entry point is a weakness, as it could potentially allow unauthorized execution of the shortcode's functionality if not otherwise protected at a higher level. The taint analysis showing zero flows analyzed is a limitation, preventing a deeper understanding of data sanitization across more complex code paths. Overall, while the plugin benefits from a clean vulnerability history and secure SQL practices, the unescaped output presents a significant risk that needs immediate attention.

Key Concerns

  • 100% of outputs are not properly escaped
  • Capability checks present but no nonce check on shortcode
Vulnerabilities
None known

AB Time Table Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 17, 2026

AB Time Table Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
10
0 escaped
Nonce Checks
0
Capability Checks
4
File Operations
0
External Requests
0
Bundled Libraries
0

Output Escaping

0% escaped10 total outputs
Attack Surface

AB Time Table Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[abtimetable] index.php:13
WordPress Hooks 5
actioninitindex.php:14
filtermce_external_pluginsindex.php:23
filtermce_buttonsindex.php:24
actionadmin_menuindex.php:69
actionadmin_initindex.php:143
Maintenance & Trust

AB Time Table Maintenance & Trust

Maintenance Signals

WordPress version tested3.4.2
Last updatedJul 19, 2012
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

AB Time Table Developer Profile

alexbriffett

1 plugin · 10 total installs

84
trust score
Avg Security Score
85/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect AB Time Table

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/ab_timetable/abbuttons.js
Script Paths
/wp-content/plugins/ab_timetable/abbuttons.js

HTML / DOM Fingerprints

CSS Classes
abtimetableabtimetable_single
Data Attributes
name="ab_timetable_data_monday"id="ab_timetable_data_monday"name="ab_timetable_data_tuesday"id="ab_timetable_data_tuesday"name="ab_timetable_data_wednesday"id="ab_timetable_data_wednesday"+8 more
Shortcode Output
<div class="abtimetable"><h2></h2><p></p></div>
FAQ

Frequently Asked Questions about AB Time Table