Update Page Cache Security & Risk Analysis

wordpress.org/plugins/update-page-cache

Update Page Cache flushes and generates again the page cache. Compatible with W3 Total Cache, WP Fastest Cache, WP Super Cache, WP Optimize.

70 active installs v0.0.5 PHP 5.6+ WP 4.6+ Updated Dec 10, 2025
page-cacheupdate-cache
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Update Page Cache Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 3mo ago
Risk Assessment

The 'update-page-cache' plugin v0.0.5 exhibits a generally strong security posture based on the provided static analysis. The plugin effectively utilizes prepared statements for all SQL queries, avoids dangerous functions, and implements nonce and capability checks on its entry points. The absence of known CVEs and vulnerability history is also a positive indicator of the plugin's stability and security over time.

However, there are a few areas that warrant attention. The output escaping is not perfect, with 24% of outputs not being properly escaped, which could lead to cross-site scripting (XSS) vulnerabilities if the data being output is user-controlled or untrusted. While the attack surface is small and all identified entry points have authentication checks, the presence of two AJAX handlers means that any flaw in their authentication or authorization logic could be exploited. The file operations and external HTTP requests, while not inherently problematic, are always points to scrutinize further if detailed analysis were possible, as they can sometimes be vectors for more complex attacks.

In conclusion, 'update-page-cache' v0.0.5 is a relatively secure plugin with good foundational security practices. The primary concern lies in the unescaped output, which needs to be addressed to mitigate potential XSS risks. The limited attack surface and robust use of security measures like prepared statements and nonce checks are significant strengths.

Key Concerns

  • Unescaped output found
Vulnerabilities
None known

Update Page Cache Security Vulnerabilities

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

Update Page Cache Code Analysis

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

Output Escaping

76% escaped42 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
eos_upc_update_cache (admin\upc-ajax.php:7)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Update Page Cache Attack Surface

Entry Points2
Unprotected0

AJAX Handlers 2

authwp_ajax_eos_upc_update_cacheadmin\upc-ajax.php:5
authwp_ajax_eos_upc_save_settingsadmin\upc-ajax.php:28
WordPress Hooks 5
actionadmin_noticesadmin\upc-admin-single.php:5
actionadmin_bar_menuadmin\upc-admin-single.php:15
actionadmin_headadmin\upc-admin.php:6
actionadmin_menuadmin\upc-admin.php:25
actionsave_postadmin\upc-admin.php:145
Maintenance & Trust

Update Page Cache Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedDec 10, 2025
PHP min version5.6
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs70
Developer Profile

Update Page Cache Developer Profile

Jose Mortellaro

56 plugins · 26K total installs

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

How We Detect Update Page Cache

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/update-page-cache/assets/img/ajax-loader.gif/wp-content/plugins/update-page-cache/assets/js/upc-admin-single.js/wp-content/plugins/update-page-cache/assets/css/upc-admin.css
Script Paths
/wp-content/plugins/update-page-cache/assets/js/upc-admin-single.js
Version Parameters
update-page-cache/assets/js/upc-admin-single.js?ver=update-page-cache/assets/css/upc-admin.css?ver=

HTML / DOM Fingerprints

CSS Classes
upc-in-progressupc-row-post_typeupc-pages-list
Data Attributes
data-post_typeid="upc-pages-list-n"id="eos-upc-table"class="upc-row-post_type"class="upc-pages-list"class="notice notice-warning is-dismissible"+2 more
JS Globals
window.upc_js
FAQ

Frequently Asked Questions about Update Page Cache