EZ zenback Security & Risk Analysis

wordpress.org/plugins/ez-zenback

"EZ zenback" will help you to install "zenback".

100 active installs v1.5.2.2 PHP + WP 3.0+ Updated Nov 8, 2013
japaneselinkpostrelatedzenback
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is EZ zenback Safe to Use in 2026?

Generally Safe

Score 85/100

EZ zenback 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 ez-zenback plugin v1.5.2.2 exhibits a generally good security posture with several strong practices in place. Notably, there are no known historical vulnerabilities (CVEs), and all detected SQL queries utilize prepared statements, which is a significant safeguard against SQL injection. The plugin also correctly implements nonce and capability checks, indicating an awareness of common WordPress security mechanisms. Taint analysis shows no critical or high severity flows with unsanitized paths, suggesting that user-supplied data is likely handled with care to prevent injection-type attacks.

However, the static analysis reveals a concern regarding output escaping. A significant percentage (34%) of outputs are not properly escaped. This presents a risk of cross-site scripting (XSS) vulnerabilities, where an attacker could inject malicious scripts into the output rendered on a user's browser. Additionally, the use of the `create_function()` function is a direct code signal indicating a potential for security issues, as this function is deprecated and can be used in ways that are difficult to secure, potentially leading to arbitrary code execution if not handled with extreme caution. While the overall attack surface is small and appears protected by checks, these specific code signals and output escaping issues warrant attention.

The absence of any historical vulnerabilities is a positive indicator of past development quality and maintenance. This suggests that developers have been diligent in addressing any past security flaws. Coupled with the strong SQL handling and access control checks, this contributes to a generally positive security impression. Nevertheless, the identified issues with output escaping and the use of `create_function()` represent tangible risks that could be exploited if not addressed, overshadowing some of the otherwise good security practices.

Key Concerns

  • Poor output escaping (34% proper)
  • Use of dangerous function: create_function
Vulnerabilities
None known

EZ zenback Security Vulnerabilities

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

EZ zenback Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("EZzenbackWidget");'));ez-zenback-widget.php:52

Output Escaping

34% escaped41 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
ez_zenback_options_panel (ez-zenback-admin.php:11)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

EZ zenback Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[zenback] ez-zenback-shortcode.php:10
WordPress Hooks 17
actionin_admin_footerez-zenback-admin.php:16
filterwidget_textez-zenback-shortcode.php:22
actionwidgets_initez-zenback-widget.php:52
actionplugins_loadedez-zenback.php:84
actionadmin_menuez-zenback.php:120
actionadmin_noticesez-zenback.php:129
filterplugin_action_linksez-zenback.php:151
filterthe_contentez-zenback.php:286
actioncomment_form_beforeez-zenback.php:291
actioncomment_form_afterez-zenback.php:294
actioncomment_form_comments_closedez-zenback.php:299
actionwp_headez-zenback.php:304
filterthe_contentez-zenback.php:452
filterthe_excerptez-zenback.php:453
filterthe_contentez-zenback.php:454
filterthe_contentez-zenback.php:455
filterthe_excerptez-zenback.php:456
Maintenance & Trust

EZ zenback Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedNov 8, 2013
PHP min version
Downloads12K

Community Trust

Rating0/100
Number of ratings0
Active installs100
Developer Profile

EZ zenback Developer Profile

redcocker

7 plugins · 660 total installs

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

How We Detect EZ zenback

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/ez-zenback/rc-admin-js.js
Script Paths
/wp-content/plugins/ez-zenback/rc-admin-js.js
Version Parameters
ez-zenback/rc-admin-js.js?ver=

HTML / DOM Fingerprints

CSS Classes
zenbackzenback-heading
HTML Comments
<!-- zenback_title_begin --><!-- zenback_title_end --><!-- zenback_body_begin --><!-- zenback_body_end -->+1 more
Shortcode Output
[zenback]
FAQ

Frequently Asked Questions about EZ zenback