Content No Cache | Serve uncached partial content even when you add it to a page that is fully cached. Security & Risk Analysis

wordpress.org/plugins/content-no-cache

Serve uncached partial content even when you add it to a page that is fully cached.

200 active installs v0.1.5 PHP 5.6+ WP 4.6+ Updated Dec 10, 2025
cachedynamic-contentissues
97
A · Safe
CVEs total2
Unpatched0
Last CVEJun 23, 2025
Safety Verdict

Is Content No Cache | Serve uncached partial content even when you add it to a page that is fully cached. Safe to Use in 2026?

Generally Safe

Score 97/100

Content No Cache | Serve uncached partial content even when you add it to a page that is fully cached. has a strong security track record. Known vulnerabilities have been patched promptly.

2 known CVEsLast CVE: Jun 23, 2025Updated 3mo ago
Risk Assessment

The "content-no-cache" plugin v0.1.5 exhibits a mixed security posture. On the positive side, it demonstrates good practices by using prepared statements for all SQL queries and properly escaping a high percentage (90%) of its outputs, significantly mitigating risks of SQL injection and cross-site scripting. The absence of dangerous functions, file operations, and critical/high severity taint flows are also reassuring indicators.

However, several concerns warrant attention. The plugin has a history of two known CVEs, with one high and one medium severity vulnerability previously identified. While currently unpatched CVEs are zero, the past occurrence of complex vulnerabilities like "Code Injection" and "Authorization Bypass" suggests potential for recurring security weaknesses. The absence of nonce checks across all its entry points, particularly the two AJAX handlers, is a notable oversight. This could allow for Cross-Site Request Forgery (CSRF) attacks if an attacker can trick a logged-in user into triggering these actions. The presence of external HTTP requests, while not explicitly analyzed for risk in this data, represents another potential attack vector if not handled securely.

In conclusion, while the plugin has made strides in secure coding for common vulnerabilities, the historical CVEs and the lack of nonce checks on AJAX actions represent significant areas of concern. Developers should prioritize addressing these past vulnerabilities and implementing robust nonce verification to enhance the plugin's overall security.

Key Concerns

  • Missing nonce checks on AJAX handlers
  • History of high severity vulnerability
  • History of medium severity vulnerability
Vulnerabilities
2

Content No Cache | Serve uncached partial content even when you add it to a page that is fully cached. Security Vulnerabilities

CVEs by Year

1 CVE in 2024
2024
1 CVE in 2025
2025
Patched Has unpatched

Severity Breakdown

High
1
Medium
1

2 total CVEs

CVE-2025-28993high · 7.3Improper Control of Generation of Code ('Code Injection')

Content No Cache <= 0.1.4 - Unauthenticated Arbitrary Function Call

Jun 23, 2025 Patched in 0.1.5 (11d)
CVE-2024-12103medium · 5.3Authorization Bypass Through User-Controlled Key

Content No Cache: prevent specific content from being cached <= 0.1.2 - Unauthenticated Private Content Disclosure

Dec 23, 2024 Patched in 0.1.3 (1d)
Code Analysis
Analyzed Mar 16, 2026

Content No Cache | Serve uncached partial content even when you add it to a page that is fully cached. Code Analysis

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

SQL Query Safety

100% prepared1 total queries

Output Escaping

90% escaped39 total outputs
Data Flows
All sanitized

Data Flow Analysis

3 flows
eos_dyn_get_content (inc\eos-dyn-ajax.php:7)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Content No Cache | Serve uncached partial content even when you add it to a page that is fully cached. Attack Surface

Entry Points4
Unprotected0

AJAX Handlers 2

authwp_ajax_eos_dyn_get_contentinc\eos-dyn-ajax.php:4
noprivwp_ajax_eos_dyn_get_contentinc\eos-dyn-ajax.php:5

Shortcodes 2

[content_no_cache] content-no-cache.php:81
[no_cache_content] content-no-cache.php:82
WordPress Hooks 10
actioninitcontent-no-cache.php:27
filtermanage_eos_dyn_content_posts_columnscontent-no-cache.php:134
actionmanage_eos_dyn_content_posts_custom_columncontent-no-cache.php:135
filterplugin_action_links_content-no-cache/content-no-cache.phpcontent-no-cache.php:136
actionadd_meta_boxescontent-no-cache.php:138
filtereos_dp_integration_action_pluginscontent-no-cache.php:141
filtertemplate_includecontent-no-cache.php:185
actionafter_setup_themecontent-no-cache.php:194
filteret_builder_post_typesintegrations\cnc-divi.php:4
filteret_builder_load_actionsintegrations\cnc-divi.php:13
Maintenance & Trust

Content No Cache | Serve uncached partial content even when you add it to a page that is fully cached. Maintenance & Trust

Maintenance Signals

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

Community Trust

Rating100/100
Number of ratings18
Active installs200
Developer Profile

Content No Cache | Serve uncached partial content even when you add it to a page that is fully cached. 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 Content No Cache | Serve uncached partial content even when you add it to a page that is fully cached.

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/content-no-cache/css/style.css
Script Paths
/wp-content/plugins/content-no-cache/js/script.js
Version Parameters
content-no-cache/css/style.css?ver=content-no-cache/js/script.js?ver=

HTML / DOM Fingerprints

CSS Classes
eos-dyn-content
Data Attributes
data-id
JS Globals
window.cnc_evteos_dyn_get_content
REST Endpoints
/wp-json/content-no-cache/v1/content
Shortcode Output
[content_no_cache id="[no_cache_content id="
FAQ

Frequently Asked Questions about Content No Cache | Serve uncached partial content even when you add it to a page that is fully cached.