WP Spider Cache Security & Risk Analysis

wordpress.org/plugins/wp-spider-cache

WP Spider Cache is your friendly neighborhood caching solution for WordPress. It uses Memcached to store both objects & page output.

20 active installs v4.1.0 PHP + WP 4.7+ Updated Mar 31, 2026
admincachememcacheobjectoutput
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Spider Cache Safe to Use in 2026?

Generally Safe

Score 100/100

WP Spider Cache 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 plugin "wp-spider-cache" v4.1.0 exhibits a mixed security posture. On one hand, it demonstrates good practices by exclusively using prepared statements for SQL queries and having a high percentage of properly escaped outputs. The absence of known CVEs and historical vulnerabilities is also a positive indicator of its security track record. However, significant concerns arise from its attack surface, with all four identified AJAX handlers lacking authentication checks. This means that any user, even unauthenticated ones, could potentially trigger these handlers, opening the door to various attacks if they are susceptible to manipulation. The presence of the `create_function` dangerous function, although noted as only one instance, is a red flag as it can be a vector for code injection vulnerabilities if not handled with extreme care. The taint analysis also reveals flows with unsanitized paths, indicating that data processed within these flows might not be adequately cleaned, potentially leading to security issues. While the plugin has no recorded vulnerabilities, the identified code signals and attack surface suggest potential weaknesses that could be exploited if not addressed.

Key Concerns

  • Unprotected AJAX handlers
  • Use of dangerous function create_function
  • Flows with unsanitized paths
  • Missing capability checks on AJAX handlers
Vulnerabilities
None known

WP Spider Cache Security Vulnerabilities

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

WP Spider Cache Release Timeline

v4.1.0Current
Code Analysis
Analyzed Mar 16, 2026

WP Spider Cache Code Analysis

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

Dangerous Functions Found

create_function$fun = create_function( '', $function );wp-spider-cache\includes\class-output-cache.php:421

Output Escaping

86% escaped79 total outputs
Data Flows · Security
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
ajax_get_item (wp-spider-cache.php:454)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
4 unprotected

WP Spider Cache Attack Surface

Entry Points4
Unprotected4

AJAX Handlers 4

authwp_ajax_sc-get-itemwp-spider-cache.php:133
authwp_ajax_sc-get-instancewp-spider-cache.php:134
authwp_ajax_sc-flush-groupwp-spider-cache.php:135
authwp_ajax_sc-remove-itemwp-spider-cache.php:136
WordPress Hooks 10
filterstatus_headerwp-spider-cache\includes\class-output-cache.php:669
filterwp_redirect_statuswp-spider-cache\includes\class-output-cache.php:670
actionspider_cache_noticewp-spider-cache.php:122
actionadmin_menuwp-spider-cache.php:125
actionuser_admin_menuwp-spider-cache.php:126
actionnetwork_admin_menuwp-spider-cache.php:127
actionadmin_enqueue_scriptswp-spider-cache.php:130
filtermap_meta_capwp-spider-cache.php:139
actionclean_post_cachewp-spider-cache.php:142
actionplugins_loadedwp-spider-cache.php:1327
Maintenance & Trust

WP Spider Cache Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.33
Last updatedMar 31, 2026
PHP min version
Downloads4K

Community Trust

Rating70/100
Number of ratings2
Active installs20
Developer Profile

WP Spider Cache Developer Profile

John James Jacoby

28 plugins · 331K total installs

76
trust score
Avg Security Score
95/100
Avg Patch Time
1401 days
View full developer profile
Detection Fingerprints

How We Detect WP Spider Cache

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

Asset Fingerprints

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

HTML / DOM Fingerprints

Data Attributes
data-urldata-groupdata-keydata-nonce
JS Globals
WP_Spider_Cache
REST Endpoints
/wp-json/wp-spider-cache/v1/cache/
FAQ

Frequently Asked Questions about WP Spider Cache