Filename based asset cache busting Security & Risk Analysis

wordpress.org/plugins/filename-based-asset-cache-busting

Filename based cache busting for WordPress scripts/styles using last modified date.

200 active installs v1.4 PHP + WP 3.0.1+ Updated Apr 27, 2020
assetassetscssjsversion
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Filename based asset cache busting Safe to Use in 2026?

Generally Safe

Score 85/100

Filename based asset cache busting has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 5yr ago
Risk Assessment

The "filename-based-asset-cache-busting" v1.4 plugin exhibits a generally strong security posture based on the provided static analysis. The absence of any AJAX handlers, REST API routes, shortcodes, or cron events significantly limits its attack surface. Furthermore, the plugin avoids dangerous functions and utilizes prepared statements for all its SQL queries, indicating good secure coding practices in these areas. The vulnerability history also shows a clean slate with no recorded CVEs, suggesting a history of secure development or effective patching.

However, there are notable concerns that temper this otherwise positive assessment. The most significant issue is the lack of output escaping. With one total output identified and 0% properly escaped, this presents a clear risk of cross-site scripting (XSS) vulnerabilities. Any dynamic data outputted by the plugin without proper sanitization could be exploited by attackers. Additionally, the presence of a file operation without explicit context regarding its security implications is a minor point of concern. The lack of nonces and capability checks, while not directly exploitable due to the limited attack surface, represents a missed opportunity for robust security in broader contexts.

In conclusion, while the plugin has a solid foundation with a minimal attack surface and secure database practices, the unescaped output is a critical vulnerability that needs immediate attention. The absence of past vulnerabilities is a positive indicator, but it does not negate the immediate risk posed by the unescaped output. Addressing the output escaping issue should be the highest priority to improve the plugin's overall security.

Key Concerns

  • Unescaped output
  • File operation without context
  • Missing capability checks
  • Missing nonce checks
Vulnerabilities
None known

Filename based asset cache busting Security Vulnerabilities

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

Filename based asset cache busting Code Analysis

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

Output Escaping

0% escaped1 total outputs
Attack Surface

Filename based asset cache busting Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 7
filterscript_loader_srcfilename-based-asset-cachebusting.php:95
filterstyle_loader_srcfilename-based-asset-cachebusting.php:96
filtermod_rewrite_rulesfilename-based-asset-cachebusting.php:124
actionparse_queryfilename-based-asset-cachebusting.php:146
filtertemplate_redirectfilename-based-asset-cachebusting.php:154
actionadmin_menufilename-based-asset-cachebusting.php:185
actionadmin_initfilename-based-asset-cachebusting.php:186
Maintenance & Trust

Filename based asset cache busting Maintenance & Trust

Maintenance Signals

WordPress version tested5.4.19
Last updatedApr 27, 2020
PHP min version
Downloads10K

Community Trust

Rating100/100
Number of ratings5
Active installs200
Developer Profile

Filename based asset cache busting Developer Profile

benlumley

2 plugins · 270 total installs

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

How We Detect Filename based asset cache busting

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/filename-based-asset-cache-busting/
Script Paths
/wp-content/plugins/filename-based-asset-cache-busting/
Version Parameters
ver=.([0-9\.]+)\.(js|css)

HTML / DOM Fingerprints

HTML Comments
<!-- FBACB --><!-- still fbacb --><!-- END FBACB -->
Data Attributes
FBACB-Php-Fallback: yes
FAQ

Frequently Asked Questions about Filename based asset cache busting