CVE-2024-12314

Rapid Cache <= 1.2.3 - Unauthenticated Cache Poisoning

2025-02-17 15:43
Joshua Provoste

Strategic Overview

Status
Unpatched
Affected Plugin
Rapid Cache
Affected Version
<= 1.2.3
CVSS
7.2High
Weakness type
CWE-524 · Use of Cache Containing Sensitive Information
CVE
CVE-2024-12314
View all Rapid Cache vulnerabilities

At a glance

CVE-2024-12314 is a high-severity Use of Cache Containing Sensitive Information vulnerability in the Rapid Cache WordPress plugin, affecting versions <= 1.2.3. It carries a CVSS score of 7.2 (reachable over the network; low attack complexity). Exploitation requires no authentication. No fixed release has been reported yet; treat installations running this software as exposed. Disclosed February 2025, reported by Joshua Provoste.

Vulnerability Overview

The Rapid Cache plugin for WordPress is vulnerable to Cache Poisoning in all versions up to, and including, 1.2.3. This is due to plugin storing HTTP headers in the cached data. This makes it possible for unauthenticated attackers to poison the cache with custom HTTP headers that may be unsanitized which can lead to Cross-Site Scripting.

Technical Analysis

The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no privileges on the target site, and no interaction from a victim user.

CWE-524: Use of Cache Containing Sensitive Information

The code uses a cache that contains sensitive information, but the cache can be read by an actor outside of the intended control sphere.

Remediation

No known patch available. Please review the vulnerability's details in depth and employ mitigations based on your organization's risk tolerance. It may be best to uninstall the affected software and find a replacement.

How does WordSec protect against this?

This one needs no account at all, which puts it outside what login hardening can reach; WordSec's login security narrows the account-level paths around it, and the firewall is what inspects the request itself. No patched version is recorded yet, which is the case where a filtering layer matters most, because there is nothing to update to.

  • Login Security
  • Alerts

External References

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C