Timelines Security & Risk Analysis

wordpress.org/plugins/timelines

Allows to create and publish timelines in your blog using Simile Timeline Widget [http://www.simile-widgets.org/timeline/].

10 active installs v1.0 PHP + WP 3.0+ Updated Apr 20, 2011
datesimiletimetimeline
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Timelines Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 14yr ago
Risk Assessment

The 'timelines' v1.0 plugin exhibits a mixed security posture. On the positive side, the attack surface is minimal, with only one shortcode and no AJAX handlers or REST API routes exposed without proper authorization. Furthermore, there is no recorded history of vulnerabilities, suggesting a potentially stable codebase. However, the static analysis reveals significant concerns within the code itself.

The presence of the `create_function` function is a critical security risk, as it can be leveraged for code injection. The fact that 100% of SQL queries are not using prepared statements is another major red flag, making the plugin highly susceptible to SQL injection attacks. The extremely low percentage of properly escaped output (1%) indicates a widespread vulnerability to Cross-Site Scripting (XSS) attacks. The lack of nonce and capability checks, coupled with unsanitized paths in all analyzed taint flows, further amplifies these risks, providing multiple avenues for attackers to exploit the plugin.

While the absence of known CVEs is encouraging, it does not negate the critical flaws identified in the static analysis. The plugin's current state presents a substantial risk to WordPress sites due to its susceptibility to SQL injection, XSS, and potential arbitrary code execution. Immediate remediation of these identified issues is strongly recommended.

Key Concerns

  • Presence of dangerous function: create_function
  • 100% of SQL queries use raw SQL, no prepared statements
  • Only 1% of outputs are properly escaped
  • 0 nonce checks detected
  • 0 capability checks detected
  • All taint flows have unsanitized paths
Vulnerabilities
None known

Timelines Security Vulnerabilities

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

Timelines Code Analysis

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

Dangerous Functions Found

create_functionadd_action('wp_footer', create_function('', 'tl_add_timeline_js("'.$id.'");'));html.php:15

SQL Query Safety

0% prepared2 total queries

Output Escaping

1% escaped208 total outputs
Data Flows
6 unsanitized

Data Flow Analysis

6 flows6 with unsanitized paths
tl_admin_page (admin-html.php:13)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Timelines Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[timeline] html.php:18
WordPress Hooks 9
actionadmin_menuadmin-html.php:11
filterfavorite_actionsadmin-html.php:886
actionnew_timeline_buttonshelper\helper.php:13
actionadmin_print_styleshelper\helper.php:29
actionadmin_print_scriptshelper\helper.php:36
actionwp_footerhtml.php:15
actionplugins_loadedtimeline.php:37
actionadmin_print_stylestimeline.php:312
actionadmin_print_scriptstimeline.php:322
Maintenance & Trust

Timelines Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedApr 20, 2011
PHP min version
Downloads3K

Community Trust

Rating80/100
Number of ratings1
Active installs10
Developer Profile

Timelines Developer Profile

caugb

2 plugins · 30 total installs

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

How We Detect Timelines

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/timelines/js/timeline-view.js/wp-content/plugins/timelines/css/timeline-view.css
Script Paths
/wp-content/plugins/timelines/js/timeline-view.js
Version Parameters
timelines/css/timeline-view.css?ver=timelines/js/timeline-view.js?ver=

HTML / DOM Fingerprints

CSS Classes
tl-timeline
Data Attributes
data-timeline-id
JS Globals
Timeline
Shortcode Output
[timeline[/timeline]
FAQ

Frequently Asked Questions about Timelines