Redis Post Views Security & Risk Analysis

wordpress.org/plugins/optimize-redis-post-views

Highly optimized post views counter using Redis

10 active installs v1.7 PHP 5.2.4+ WP 4.5+ Updated Jul 27, 2018
cachecachingoptimizationpostviewsredis
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Redis Post Views Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 7yr ago
Risk Assessment

The 'optimize-redis-post-views' plugin v1.7 presents a mixed security posture. While it demonstrates good practices such as using prepared statements for all SQL queries and avoiding dangerous functions, file operations, and external HTTP requests, it has significant security concerns. The primary weaknesses lie in its attack surface, with two AJAX handlers identified, both lacking authentication checks. This means any unauthenticated user can potentially interact with these handlers, leading to risks of unauthorized actions. Furthermore, only 11% of output is properly escaped, increasing the likelihood of Cross-Site Scripting (XSS) vulnerabilities. The absence of nonce checks and capability checks on these entry points exacerbates the risk of these unauthenticated AJAX actions being exploited.

The vulnerability history is clean, with no known CVEs, which is a positive indicator of past security attention. However, this does not mitigate the immediate risks identified in the static analysis. The taint analysis shows two flows with unsanitized paths, though they are not classified as critical or high severity. This still suggests potential avenues for manipulation if an attacker can control the input to these flows.

In conclusion, while the plugin avoids common pitfalls like raw SQL and vulnerable bundled libraries, the lack of authentication and insufficient output escaping on its AJAX endpoints are critical vulnerabilities. These directly expose the plugin to potential attacks by unauthenticated users. The clean vulnerability history is a positive sign but should not lead to complacency given the current static analysis findings.

Key Concerns

  • AJAX handlers without auth checks
  • Low percentage of properly escaped output
  • AJAX handlers without nonce checks
  • AJAX handlers without capability checks
  • Flows with unsanitized paths (low severity)
Vulnerabilities
None known

Redis Post Views Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Redis Post Views Release Timeline

v1.7Current
Code Analysis
Analyzed Mar 16, 2026

Redis Post Views Code Analysis

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

Output Escaping

11% escaped55 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

4 flows2 with unsanitized paths
sync_action (classes\redis_post_views.php:220)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

Redis Post Views Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_rpv_sync_actionclasses\redis_post_views.php:50
authwp_ajax_rpv_sync_all_actionclasses\redis_post_views.php:51
WordPress Hooks 3
actioninitclasses\redis_post_views.php:35
actionwp_enqueue_scriptsclasses\redis_post_views.php:47
actionadmin_menuclasses\redis_post_views.php:49
Maintenance & Trust

Redis Post Views Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedJul 27, 2018
PHP min version5.2.4
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Redis Post Views Developer Profile

Razvan Stanga

2 plugins · 810 total installs

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

How We Detect Redis Post Views

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/optimize-redis-post-views/admin/js/posts-queue.js/wp-content/plugins/optimize-redis-post-views/admin/js/Chart.min.js/wp-content/plugins/optimize-redis-post-views/js/init.js
Script Paths
/wp-content/plugins/optimize-redis-post-views/admin/js/posts-queue.js/wp-content/plugins/optimize-redis-post-views/admin/js/Chart.min.js/wp-content/plugins/optimize-redis-post-views/js/init.js
Version Parameters
optimize-redis-post-views/admin/js/posts-queue.js?ver=optimize-redis-post-views/admin/js/Chart.min.js?ver=optimize-redis-post-views/js/init.js?ver=

HTML / DOM Fingerprints

JS Globals
var _rpv
FAQ

Frequently Asked Questions about Redis Post Views