Cache Purge Helper Security & Risk Analysis

wordpress.org/plugins/cache-purge-helper

A helper plugin to purge cache via the LSCache and Nginx Helper plugins for popular WordPress plugins and themes.

300 active installs v0.1.3 PHP 7.4+ WP 3.0+ Updated Dec 21, 2021
cachelitespeednginxpurge
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Cache Purge Helper Safe to Use in 2026?

Generally Safe

Score 85/100

Cache Purge Helper has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 4yr ago
Risk Assessment

The cache-purge-helper plugin v0.1.3 exhibits a mixed security posture. On one hand, the code demonstrates good practices in several areas: it has no dangerous functions, all SQL queries utilize prepared statements, and all output is properly escaped. Furthermore, there are no recorded vulnerabilities (CVEs) associated with this plugin, indicating a potentially stable history. The absence of file operations and external HTTP requests also reduces common attack vectors.

However, the plugin presents a significant security concern due to its attack surface. It exposes a single AJAX handler that lacks any authentication or capability checks. This unprotected entry point could potentially be exploited by an unauthenticated user to trigger actions within the plugin, depending on what the AJAX handler actually does. While taint analysis shows no unsanitized paths or critical/high severity issues, the presence of an unprotected AJAX endpoint is a direct vulnerability that could lead to unauthorized actions or privilege escalation if not properly secured within its logic.

In conclusion, while the underlying code quality regarding SQL and output escaping is commendable, the unprotected AJAX handler is a critical weakness. The lack of vulnerability history is positive but does not negate the immediate risk posed by the exposed functionality. Developers should prioritize adding proper authentication and authorization checks to this AJAX endpoint.

Key Concerns

  • Unprotected AJAX handler
Vulnerabilities
None known

Cache Purge Helper Security Vulnerabilities

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

Cache Purge Helper Code Analysis

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

Cache Purge Helper Attack Surface

Entry Points1
Unprotected1

AJAX Handlers 1

authwp_ajax_oxygen_vsb_cache_generatedcache-purge-helper.php:115
WordPress Hooks 14
actionupgrader_process_completecache-purge-helper.php:84
actionactivated_plugincache-purge-helper.php:85
actiondeactivated_plugincache-purge-helper.php:86
actionswitch_themecache-purge-helper.php:87
actionfl_builder_cache_clearedcache-purge-helper.php:92
actionfl_builder_after_save_layoutcache-purge-helper.php:93
actionfl_builder_after_save_user_templatecache-purge-helper.php:94
actionupgrader_process_completecache-purge-helper.php:95
actionelementor/core/files/clear_cachecache-purge-helper.php:101
actionupdate_option__elementor_global_csscache-purge-helper.php:102
actiondelete_option__elementor_global_csscache-purge-helper.php:103
actionautoptimize_action_cachepurgedcache-purge-helper.php:109
actionupdate_option__oxygen_vsb_universal_css_urlcache-purge-helper.php:116
actionupdate_option__oxygen_vsb_css_files_statecache-purge-helper.php:117
Maintenance & Trust

Cache Purge Helper Maintenance & Trust

Maintenance Signals

WordPress version tested5.8.13
Last updatedDec 21, 2021
PHP min version7.4
Downloads9K

Community Trust

Rating100/100
Number of ratings2
Active installs300
Developer Profile

Cache Purge Helper Developer Profile

jordantrizz

1 plugin · 300 total installs

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

How We Detect Cache Purge Helper

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

Asset Fingerprints

HTML / DOM Fingerprints

HTML Comments
<!-- Purge Cache Function<!-- Log to WordPress Debug Log Function<!-- Plugin Update Hooks<!-- Beaver Builder+4 more
FAQ

Frequently Asked Questions about Cache Purge Helper