WP Changes Tracker Security & Risk Analysis

wordpress.org/plugins/wp-changes-tracker

Maintain a log of all themes, plugins and wordpress changes.

50 active installs v2.0.3 PHP + WP 2.9.2+ Updated Nov 13, 2012
changelogchangeshistoryrevisionstrack
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Changes Tracker Safe to Use in 2026?

Generally Safe

Score 85/100

WP Changes Tracker 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 "wp-changes-tracker" v2.0.3 plugin exhibits a generally good security posture, with no reported vulnerabilities and a seemingly limited attack surface. The static analysis reveals no direct entry points like AJAX handlers, REST API routes, or shortcodes that are exposed without authentication or permission checks. This is a strong indicator of secure development practices in terms of direct external interaction.

However, the code analysis does highlight areas for improvement. A significant concern is the low percentage of SQL queries using prepared statements (25%), meaning a majority of database interactions are potentially vulnerable to SQL injection if inputs are not rigorously sanitized at every step. Furthermore, the low rate of output escaping (14%) poses a risk of Cross-Site Scripting (XSS) vulnerabilities, especially if user-supplied data is displayed without proper encoding. While taint analysis found no critical or high-severity unsanitized flows, the presence of raw SQL queries and unescaped output means such vulnerabilities could still exist if inputs are not handled with extreme care.

The plugin's vulnerability history is a significant strength, showing zero past CVEs. This suggests a history of stable and secure code. The combination of a limited attack surface and a clean vulnerability record is positive. However, the identified issues with SQL query preparation and output escaping, even without current exploits, represent potential weaknesses that could be exploited in future scenarios or with different input vectors. Therefore, while the plugin is currently in a favorable state, addressing the SQL and output escaping concerns would significantly strengthen its overall security.

Key Concerns

  • Low percentage of prepared SQL statements
  • Low percentage of properly escaped output
  • Bundled outdated library (DataTables v1.9.4)
Vulnerabilities
None known

WP Changes Tracker Security Vulnerabilities

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

WP Changes Tracker Code Analysis

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

Bundled Libraries

DataTables1.9.4

SQL Query Safety

25% prepared4 total queries

Output Escaping

14% escaped7 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
admin_options_page (wp-changes-tracker.php:458)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP Changes Tracker Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 22
actionnetwork_admin_menuwp-changes-tracker.php:63
actionadmin_menuwp-changes-tracker.php:65
actionadmin_enqueue_scriptswp-changes-tracker.php:68
actionadmin_print_styleswp-changes-tracker.php:69
actionwp_network_dashboard_setupwp-changes-tracker.php:71
actionwp_dashboard_setupwp-changes-tracker.php:73
actioninitwp-changes-tracker.php:78
actionadmin_initwp-changes-tracker.php:80
actionactivated_pluginwp-changes-tracker.php:84
actiondeactivated_pluginwp-changes-tracker.php:85
actionupdated_optionwp-changes-tracker.php:88
actiondeleted_optionwp-changes-tracker.php:89
actionadded_optionwp-changes-tracker.php:90
action_core_updated_successfullywp-changes-tracker.php:93
actionafter_db_upgradewp-changes-tracker.php:94
actionafter_mu_upgradewp-changes-tracker.php:95
actionwpmu_blog_updatedwp-changes-tracker.php:98
actionwpmu_activate_blogwp-changes-tracker.php:99
actionwpmu_new_blogwp-changes-tracker.php:100
actiondeactivate_blogwp-changes-tracker.php:101
actionactivate_blogwp-changes-tracker.php:102
actiondelete_blogwp-changes-tracker.php:103
Maintenance & Trust

WP Changes Tracker Maintenance & Trust

Maintenance Signals

WordPress version tested3.4.3
Last updatedNov 13, 2012
PHP min version
Downloads7K

Community Trust

Rating64/100
Number of ratings5
Active installs50
Developer Profile

WP Changes Tracker Developer Profile

pixeline

3 plugins · 1K total installs

97
trust score
Avg Security Score
95/100
Avg Patch Time
7 days
View full developer profile
Detection Fingerprints

How We Detect WP Changes Tracker

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-changes-tracker/css/jquery.dataTables.css/wp-content/plugins/wp-changes-tracker/js/jquery.dataTables.min.js/wp-content/plugins/wp-changes-tracker/js/wp_changes_tracker.js/wp-content/plugins/wp-changes-tracker/css/wp_changes_tracker.css
Script Paths
/wp-content/plugins/wp-changes-tracker/js/jquery.dataTables.min.js/wp-content/plugins/wp-changes-tracker/js/wp_changes_tracker.js
Version Parameters
wp-changes-tracker/css/jquery.dataTables.css?ver=wp-changes-tracker/js/jquery.dataTables.min.js?ver=wp-changes-tracker/js/wp_changes_tracker.js?ver=wp-changes-tracker/css/wp_changes_tracker.css?ver=

HTML / DOM Fingerprints

CSS Classes
wp_changes_tracker_table
HTML Comments
<!-- wp_changes_tracker --><!-- wp_changes_tracker END -->
Data Attributes
data-wp-changes-tracker-id
JS Globals
wp_changes_tracker_ajax_objectwp_changes_tracker_vars
FAQ

Frequently Asked Questions about WP Changes Tracker