QuantumCache Security & Risk Analysis

wordpress.org/plugins/quantumcache

Speeds up WordPress by caching database queries and fragments for anonymous visitors using Redis or MySQL, without storing cache data in wp_options.

0 active installs v0.1.6 PHP 8.0+ WP 6.0+ Updated Mar 2, 2026
cachingdatabasemultisiteperformanceredis
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is QuantumCache Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 1mo ago
Risk Assessment

The quantumcache plugin v0.1.6 demonstrates a generally strong security posture, particularly in its limited attack surface and the absence of known critical vulnerabilities. The static analysis reveals no unprotected AJAX handlers, REST API routes, shortcodes, or cron events, indicating good practice in limiting potential entry points. Furthermore, the plugin has no recorded vulnerability history, suggesting a stable and secure development track record.

However, there are areas for improvement. The code analysis shows that only 38% of outputs are properly escaped. This is a significant concern, as unescaped output can lead to cross-site scripting (XSS) vulnerabilities. While the plugin uses prepared statements for 50% of its SQL queries, the remaining 50% could still be vulnerable if not handled carefully. The presence of only one nonce check and two capability checks also suggests potential weaknesses in authentication and authorization mechanisms for certain operations, though the lack of unprotected entry points mitigates this risk to some extent in the current version. The taint analysis shows no critical or high severity flows with unsanitized paths, which is a positive sign.

Key Concerns

  • Significant portion of outputs unescaped
  • Half of SQL queries not using prepared statements
  • Limited number of nonce and capability checks
Vulnerabilities
None known

QuantumCache Security Vulnerabilities

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

QuantumCache Code Analysis

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

SQL Query Safety

50% prepared20 total queries

Output Escaping

38% escaped77 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
render_admin (src\Admin\AdminPage.php:33)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

QuantumCache Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 40
actionplugins_loadedquantumcache.php:89
actionwpmu_new_blogquantumcache.php:98
actionadmin_menusrc\Admin\AdminPage.php:14
actionadmin_enqueue_scriptssrc\Admin\AdminPage.php:15
actionadmin_initsrc\Admin\AdminPage.php:20
filterthe_contentsrc\Cache\AutoFragments.php:37
filterrender_blocksrc\Cache\AutoFragments.php:40
filterrender_blocksrc\Cache\AutoFragments.php:41
filterthe_excerptsrc\Cache\AutoFragments.php:44
filterrender_blocksrc\Cache\AutoFragments.php:47
actiondynamic_sidebar_beforesrc\Cache\AutoFragments.php:50
actiondynamic_sidebar_aftersrc\Cache\AutoFragments.php:51
filterposts_pre_querysrc\Cache\QueryCache.php:14
filterthe_postssrc\Cache\QueryCache.php:15
actionclean_post_cachesrc\Cache\QueryCache.php:18
actionsave_postsrc\Cache\QueryCache.php:19
actiondeleted_postsrc\Cache\QueryCache.php:20
actioncreated_termsrc\Cache\QueryCache.php:21
actionedited_termsrc\Cache\QueryCache.php:22
actiondelete_termsrc\Cache\QueryCache.php:23
actionupdated_optionsrc\Cache\QueryCache.php:24
actiontemplate_redirectsrc\Cache\QueryCache.php:27
actioninitsrc\Plugin.php:16
filterquantumcache_query_ttlsrc\Plugin.php:24
filterquantumcache_query_stale_ttlsrc\Plugin.php:33
filterquantumcache_min_archive_idssrc\Plugin.php:45
filterquantumcache_fragment_ttlsrc\Plugin.php:54
filterquantumcache_fragment_stale_ttlsrc\Plugin.php:63
filterquantumcache_is_cacheable_requestsrc\Plugin.php:76
filterquantumcache_should_bypass_cachesrc\Plugin.php:104
filterquantumcache_can_store_responsesrc\Plugin.php:105
filterquantumcache_should_store_responsesrc\Plugin.php:106
filterquantumcache_ttl_for_requestsrc\Plugin.php:107
filterquantumcache_query_key_contextsrc\Plugin.php:110
filterquantumcache_variant_cookiessrc\Plugin.php:111
filterquantumcache_store_additional_tagssrc\Plugin.php:114
filterquantumcache_current_request_tagssrc\Plugin.php:115
actionsend_headerssrc\Plugin.php:136
actionsend_headerssrc\Plugin.php:139
actionquantumcache_purge_tagssrc\Support\StoreFactory.php:163
Maintenance & Trust

QuantumCache Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedMar 2, 2026
PHP min version8.0
Downloads143

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

QuantumCache Developer Profile

adelong01

1 plugin · 0 total installs

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

How We Detect QuantumCache

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/quantumcache/quantumcache.css/wp-content/plugins/quantumcache/quantumcache.js
Script Paths
/wp-content/plugins/quantumcache/quantumcache.js
Version Parameters
quantumcache/quantumcache.js?ver=quantumcache/quantumcache.css?ver=

HTML / DOM Fingerprints

CSS Classes
qc-debug-toolbar
HTML Comments
<!-- QuantumCache: Generated on<!-- QuantumCache: Cache Status:<!-- QuantumCache: Tags:<!-- QuantumCache: Query ID:+4 more
Data Attributes
data-qc-tagdata-qc-source
JS Globals
QuantumCache
FAQ

Frequently Asked Questions about QuantumCache