WPReadable Security & Risk Analysis

wordpress.org/plugins/wpreadable

WP Readable reinventing the mobile blog experience

10 active installs v1.2 PHP + WP 3.4+ Updated Oct 29, 2012
anattaanattadesignmobilemobile-pluginmobile-theme
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WPReadable Safe to Use in 2026?

Generally Safe

Score 85/100

WPReadable 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 wpreadable v1.2 plugin exhibits a generally strong security posture based on the static analysis provided. The absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits the potential attack surface. Furthermore, the plugin demonstrates good practice by using prepared statements for all SQL queries and avoiding file operations, which are common sources of vulnerabilities. The plugin also has no recorded history of vulnerabilities, which is a positive indicator of its stability and the developer's security awareness.

However, there are notable areas of concern that detract from its overall security. The extremely low percentage of properly escaped output (4%) indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities. Any data rendered to the user interface that is not properly escaped can be exploited by attackers to inject malicious scripts. The lack of nonce checks and capability checks on entry points (though there are no entry points identified, this is a general concern if any were to be added in future versions) leaves open the possibility of CSRF attacks and unauthorized actions if the plugin were to evolve.

In conclusion, while the plugin benefits from a minimal attack surface and secure database interaction, the severe deficiency in output escaping represents a critical risk that needs immediate attention. The absence of vulnerability history is positive, but it should not overshadow the direct evidence of potential XSS flaws identified in the static analysis.

Key Concerns

  • Low percentage of properly escaped output
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

WPReadable Security Vulnerabilities

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

WPReadable Code Analysis

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

Output Escaping

4% escaped23 total outputs
Attack Surface

WPReadable Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 8
actioninitplugin.php:41
actionwp_loginplugin.php:103
filtershow_admin_barplugin.php:114
filtertemplate_includeplugin.php:176
actionparse_queryplugin.php:217
actionwidgets_initplugin.php:244
filterbody_classplugin.php:271
actiontemplate_redirectplugin.php:295
Maintenance & Trust

WPReadable Maintenance & Trust

Maintenance Signals

WordPress version tested3.4.2
Last updatedOct 29, 2012
PHP min version
Downloads5K

Community Trust

Rating74/100
Number of ratings3
Active installs10
Developer Profile

WPReadable Developer Profile

Ashish Kumar (Ashfame)

4 plugins · 1K total installs

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

How We Detect WPReadable

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wpreadable/css/bootstrap.min.css/wp-content/plugins/wpreadable/css/style.css/wp-content/plugins/wpreadable/js/bootstrap.min.js/wp-content/plugins/wpreadable/js/jquery.bxslider.min.js/wp-content/plugins/wpreadable/js/main.js
Script Paths
/wp-content/plugins/wpreadable/js/bootstrap.min.js/wp-content/plugins/wpreadable/js/jquery.bxslider.min.js/wp-content/plugins/wpreadable/js/main.js
Version Parameters
wpreadable/css/bootstrap.min.css?ver=wpreadable/css/style.css?ver=wpreadable/js/bootstrap.min.js?ver=wpreadable/js/jquery.bxslider.min.js?ver=wpreadable/js/main.js?ver=

HTML / DOM Fingerprints

CSS Classes
wpr-homewpr-singlewpr-searchwpr-main-content
HTML Comments
<!-- WPReadable Header --><!-- WPReadable Footer --><!-- WPReadable Slider --><!-- WPReadable Post -->
Data Attributes
data-wpr-post-iddata-wpr-category-id
JS Globals
window.wpr_bx_slider_settingsvar wpr_home_posts_countvar wpr_post_idvar wpr_category_id
Shortcode Output
[wpr_slider]
FAQ

Frequently Asked Questions about WPReadable