CVE-2026-2836
Severity CVSS v4.0:
HIGH
Type:
CWE-345
Insufficient Verification of Data Authenticity
Publication date:
05/03/2026
Last modified:
12/03/2026
Description
A cache poisoning vulnerability has been found in the Pingora HTTP proxy framework’s default cache key construction. The issue occurs because the default HTTP cache key implementation generates cache keys using only the URI path, excluding critical factors such as the host header (authority). Operators relying on the default are vulnerable to cache poisoning, and cross-origin responses may be improperly served to users.<br />
<br />
<br />
Impact<br />
<br />
This vulnerability affects users of Pingora&#39;s alpha proxy caching feature who relied on the default CacheKey implementation. An attacker could exploit this for:<br />
<br />
* Cross-tenant data leakage: In multi-tenant deployments, poison the cache so that users from one tenant receive cached responses from another tenant<br />
<br />
<br />
* Cache poisoning attacks: Serve malicious content to legitimate users by poisoning shared cache entries<br />
<br />
<br />
<br />
<br />
Cloudflare&#39;s CDN infrastructure was not affected by this vulnerability, as Cloudflare&#39;s default cache key implementation uses multiple factors to prevent cache key poisoning and never made use of the previously provided default.<br />
<br />
<br />
Mitigation:<br />
<br />
We strongly recommend Pingora users to upgrade to Pingora v0.8.0 or higher, which removes the insecure default cache key implementation. Users must now explicitly implement their own callback that includes appropriate factors such as Host header, origin server HTTP scheme, and other attributes their cache should vary on.<br />
<br />
<br />
Pingora users on previous versions may also remove any of their default CacheKey usage and implement their own that should at minimum include the host header / authority and upstream peer’s HTTP scheme.
Impact
Base Score 4.0
8.40
Severity 4.0
HIGH
Base Score 3.x
8.10
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:a:cloudflare:pingora:*:*:*:*:*:*:*:* | 0.8.0 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



