Description
The WP Fastest Cache WordPress plugin before 1.5.1 does not include a set of tracking-related query parameters in its page-cache key while still caching pages requested with them, allowing unauthenticated attackers to have a page rendered under their own request context stored under, and served from, the clean URL's cache entry to every subsequent visitor.
Published: 2026-09-01
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized content delivery via cache poisoning
Action: Patch now
AI Analysis

Impact

The WP Fastest Cache plugin, when operating before version 1.5.1, does not include tracking‑related query parameters in its page‑cache key. As a result, the plugin caches a page request containing these parameters and serves the cached entry to future visitors who request the same clean URL without the tracking data. This allows an unauthenticated attacker to inject content that will be rendered for all subsequent users, effectively achieving a cache‑poisoning attack with a moderate‑to‑high impact on confidentiality and integrity of the cached content. The vulnerability stems from improper input handling and insufficient key differentiation, which can be classified as an authority bypass allowing unauthorized content manipulation.

Affected Systems

WordPress sites that have the WP Fastest Cache plugin installed at any version prior to 1.5.1 are affected. The plugin, managed via the WordPress admin interface, will cache pages that include query arguments such as ._ga, ._gat, ._gid, etc., even though those arguments are not used to generate the cache key. Any site operator relying on this caching behavior without the later protection introduced in 1.5.1 is susceptible.

Risk and Exploitability

The CVSS score of 6.5 places the vulnerability in the medium severity range, and the EPSS score of < 1 % indicates a low exploitation probability. The issue is not listed in the CISA KEV catalog and no specific exploitation traces are reported, but the flaw can be leveraged remotely by simply adding tracking parameters to a URL. Because the attack requires no authentication or special access, the risk to sites with widely exposed URLs is significant, especially for pages that are heavily cached and serve dynamic user data.

Generated by OpenCVE AI on September 2, 2026 at 02:18 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 incorporates cache‑key sanitization to include tracking parameters.
  • If an immediate upgrade is not feasible, disable caching for URLs that contain tracking parameters by configuring the plugin’s caching rules or by adding conditional rules in the site’s .htaccess or server configuration.
  • Monitor site traffic for anomalous cache behavior and consider implementing a temporary cache purging routine for shared or public URLs that may be affected by unkeyed cache entries.

Generated by OpenCVE AI on September 2, 2026 at 02:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285

Tue, 01 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-349
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 01 Sep 2026 12:45:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Wpfastestcache
Wpfastestcache wp Fastest Cache
Vendors & Products Wordpress
Wordpress wordpress
Wpfastestcache
Wpfastestcache wp Fastest Cache

Tue, 01 Sep 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285

Tue, 01 Sep 2026 07:45:00 +0000

Type Values Removed Values Added
Description The WP Fastest Cache WordPress plugin before 1.5.1 does not include a set of tracking-related query parameters in its page-cache key while still caching pages requested with them, allowing unauthenticated attackers to have a page rendered under their own request context stored under, and served from, the clean URL's cache entry to every subsequent visitor.
Title WP Fastest Cache 0.8.7.7 - 1.5.0 - Unauthenticated Cache Poisoning via Unkeyed Tracking Parameters
References
Metrics cvssV3_1

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


Subscriptions

Wordpress Wordpress
Wpfastestcache Wp Fastest Cache
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-01T12:20:49.701Z

Reserved: 2026-08-17T11:13:32.774Z

Link: CVE-2026-74916

cve-icon Vulnrichment

Updated: 2026-09-01T12:18:57.415Z

cve-icon NVD

Status : Deferred

Published: 2026-09-01T08:17:01.393

Modified: 2026-09-01T20:50:58.753

Link: CVE-2026-74916

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T02:30:04Z

Weaknesses
  • CWE-349

    Acceptance of Extraneous Untrusted Data With Trusted Data