WP OPcache Security & Risk Analysis

wordpress.org/plugins/flush-opcache

Manage OPcache inside your WordPress admin dashboard.

10K active installs v4.2.3 PHP 8.1+ WP 6.0+ Updated Feb 27, 2025
cacheflushmultisiteopcachephp
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP OPcache Safe to Use in 2026?

Generally Safe

Score 92/100

WP OPcache has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1yr ago
Risk Assessment

The "flush-opcache" plugin v4.2.3 exhibits a strong security posture based on the provided static analysis. It demonstrates excellent practices by having zero AJAX handlers, REST API routes, shortcodes, or cron events, which significantly reduces its attack surface. Furthermore, the code shows no dangerous functions, only uses prepared statements for its SQL queries, and has a high rate of proper output escaping. The presence of nonce and capability checks, although limited in number, indicates an awareness of security fundamentals. The plugin also avoids external HTTP requests and file operations, minimizing potential for remote code execution or file manipulation vulnerabilities.

The taint analysis, while limited in the number of flows analyzed, revealed one flow with an unsanitized path. Although this did not escalate to a critical or high severity, it represents a potential area of concern that warrants further investigation if the plugin were to be used in a high-risk environment. The absence of any recorded historical vulnerabilities is a significant positive indicator, suggesting a history of secure development and maintenance. However, it's important to note that a clean vulnerability history doesn't guarantee future immunity.

In conclusion, "flush-opcache" v4.2.3 appears to be a well-secured plugin with a minimal attack surface and good coding practices. The primary concern identified is the single taint flow with an unsanitized path, which, while not critical, points to a potential weakness. The lack of historical vulnerabilities is a strong point in its favor, but it should not lead to complacency. Overall, the plugin presents a low to moderate risk, with the main mitigation being its limited functionality and attack surface.

Key Concerns

  • Flow with unsanitized path found
Vulnerabilities
None known

WP OPcache Security Vulnerabilities

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

WP OPcache Code Analysis

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

Output Escaping

94% escaped90 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

2 flows1 with unsanitized paths
search_box (admin\class-flush-opcache-cached-files-list.php:265)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP OPcache Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 11
actionnetwork_admin_noticesadmin\class-flush-opcache-admin.php:294
actionadmin_noticesadmin\class-flush-opcache-admin.php:296
actionnetwork_admin_menuincludes\class-flush-opcache.php:59
actionnetwork_admin_edit_flush_opcache_updateincludes\class-flush-opcache.php:60
actionadmin_menuincludes\class-flush-opcache.php:62
actionadmin_initincludes\class-flush-opcache.php:64
actionadmin_bar_menuincludes\class-flush-opcache.php:65
actionadmin_initincludes\class-flush-opcache.php:66
actionupgrader_process_completeincludes\class-flush-opcache.php:67
actionadmin_enqueue_scriptsincludes\class-flush-opcache.php:70
actioncli_initincludes\class-flush-opcache.php:81
Maintenance & Trust

WP OPcache Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedFeb 27, 2025
PHP min version8.1
Downloads222K

Community Trust

Rating96/100
Number of ratings20
Active installs10K
Developer Profile

WP OPcache Developer Profile

nierdz

1 plugin · 10K total installs

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

How We Detect WP OPcache

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/flush-opcache/css/style.css
Version Parameters
flush-opcache/css/style.css?ver=

HTML / DOM Fingerprints

CSS Classes
nav-tab-active
HTML Comments
<!-- Main plugin file --><!-- If this file is called directly, abort. --><!-- Main admin class file --><!-- Main class -->+12 more
Data Attributes
name="flush-opcache-upgrade"name="flush-opcache-hide-button"
FAQ

Frequently Asked Questions about WP OPcache