Description
The WP Fastest Cache WordPress plugin before 1.5.1 does not validate the Host header before using it to build the URLs of the asset files it embeds in the pages it caches, and does not include that header in the cache key, allowing unauthenticated attackers to poison cached pages with references to a server they control and have arbitrary JavaScript run for every subsequent visitor.
Published: 2026-08-25
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Stored XSS leading to arbitrary client‑side code execution for all visitors
Action: Immediate Patch
AI Analysis

Impact

The WP Fastest Cache plugin, for releases before 1.5.1, fails to validate the HTTP Host header before using it to construct URLs for cached asset files. An unauthenticated attacker can supply a malicious Host value, causing the plugin to embed references to an attacker‑controlled server in the cached page. When any visitor subsequently loads the affected page, the malicious payload is executed in the visitor’s browser, allowing the attacker to run arbitrary JavaScript, steal session data, or perform other actions within the victim’s browsing context. The weakness is a classic stored cross‑site scripting flaw in which injected data is persisted across user sessions.

Affected Systems

WordPress websites that have the WP Fastest Cache plugin installed at any version earlier than 1.5.1 are affected. The issue exists regardless of the WordPress core version and does not rely on user‑specific settings—any user visiting a cached page can be impacted.

Risk and Exploitability

With a CVSS score of 7.5, the vulnerability is considered high severity. The EPSS score is < 1%, indicating a low probability of exploitation, but the flaw is exploitable without authentication and does not require privileged access. It is not listed in the CISA KEV catalog, yet the attack vector—HTTP Host header manipulation—is a common and easily achievable technique. An attacker who can send arbitrary Host header values to the target site can effectively poison the cache and force all subsequent page views to load attacker‑controlled scripts.

Generated by OpenCVE AI on August 26, 2026 at 18:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the WP Fastest Cache plugin to version 1.5.1 or later, which validates the Host header before using it in cached URLs
  • If an upgrade is not possible immediately, configure the web server or WordPress host to reject or neutralize arbitrary Host header values, preventing cache poisoning
  • As a temporary measure, disable or reconfigure caching for pages that include external assets, ensuring that cached content does not embed host‑dependent URLs

Generated by OpenCVE AI on August 26, 2026 at 18:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 26 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79

Tue, 25 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
Description The WP Fastest Cache WordPress plugin before 1.5.1 does not validate the Host header before using it to build the URLs of the asset files it embeds in the pages it caches, and does not include that header in the cache key, allowing unauthenticated attackers to poison cached pages with references to a server they control and have arbitrary JavaScript run for every subsequent visitor.
Title WP Fastest Cache 0.9.0.3 - 1.5.0 - Unauthenticated Stored XSS via Host Header Cache Poisoning
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-26T14:43:11.140Z

Reserved: 2026-08-17T11:37:30.321Z

Link: CVE-2026-74932

cve-icon Vulnrichment

Updated: 2026-08-26T14:41:07.248Z

cve-icon NVD

Status : Deferred

Published: 2026-08-25T20:17:03.250

Modified: 2026-08-26T16:30:52.723

Link: CVE-2026-74932

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T19:00:07Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')