Code Revisions Security & Risk Analysis

wordpress.org/plugins/code-revisions

WordPress native revisions for the theme and plugin editors.

10 active installs v1.0 PHP + WP 3.6+ Updated Sep 30, 2013
codeeditorsrevision-phprevisionstheme
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Code Revisions Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 12yr ago
Risk Assessment

The "code-revisions" v1.0 plugin presents a mixed security profile. On the positive side, it exhibits strong adherence to core WordPress security practices by not exposing any direct attack surface through AJAX, REST API, shortcodes, or cron events without proper authentication or permission checks. Furthermore, all SQL queries are properly prepared, and the plugin incorporates nonce and capability checks, demonstrating a good understanding of secure development principles. However, the static analysis reveals significant concerns, particularly in the taint analysis. Three total flows were analyzed, with all three exhibiting unsanitized paths, including one identified as critical severity. This indicates a high likelihood of a critical vulnerability that could be exploited if user-supplied input is not adequately sanitized before being processed, potentially leading to arbitrary code execution or other severe security breaches. The absence of any known vulnerabilities in its history is a positive indicator, suggesting that the developers may be proactive or that the identified taint issues haven't been publicly discovered or exploited yet. Despite a low attack surface and good use of prepared statements, the critical taint flow is a major red flag and necessitates immediate attention.

Key Concerns

  • Critical severity taint flow with unsanitized path
  • Unsanitized paths in all analyzed taint flows
  • 50% of output not properly escaped
Vulnerabilities
None known

Code Revisions Security Vulnerabilities

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

Code Revisions Code Analysis

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

Dangerous Functions Found

systemsystem( "{$bin} -l '" . escapeshellarg( $tmp ) . "'" );inc\class-code-revisions-editors.php:305

Output Escaping

50% escaped6 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
handle_file_update (inc\class-code-revisions-editors.php:181)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Code Revisions Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 12
actionload-plugin-editor.phpcode-revisions.php:55
actionload-theme-editor.phpcode-revisions.php:56
actionadmin_enqueue_scriptsinc\class-code-revisions-editors.php:48
actionadmin_noticesinc\class-code-revisions-editors.php:49
actionadmin_noticesinc\class-code-revisions-editors.php:237
actioninitinc\class-code-revisions.php:31
filterparent_fileinc\class-code-revisions.php:32
actionadmin_enqueue_scriptsinc\class-code-revisions.php:33
actionload-post.phpinc\class-code-revisions.php:34
actionload-themes.phpinc\class-code-revisions.php:35
actionload-plugins.phpinc\class-code-revisions.php:36
actionwp_restore_post_revisioninc\class-code-revisions.php:37
Maintenance & Trust

Code Revisions Maintenance & Trust

Maintenance Signals

WordPress version tested3.7.41
Last updatedSep 30, 2013
PHP min version
Downloads4K

Community Trust

Rating84/100
Number of ratings6
Active installs10
Developer Profile

Code Revisions Developer Profile

Alex

4 plugins · 10K total installs

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

How We Detect Code Revisions

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/code-revisions/css/editors.css/wp-content/plugins/code-revisions/js/editors.js
Script Paths
/wp-content/plugins/code-revisions/js/editors.js
Version Parameters
/wp-content/plugins/code-revisions/css/editors.css?ver=/wp-content/plugins/code-revisions/js/editors.js?ver=

HTML / DOM Fingerprints

JS Globals
window._code_revisions
FAQ

Frequently Asked Questions about Code Revisions