Monitor vulnerabilities like this one.
Sign up free to get alerted when software you use is affected.
8.4
Pingora HTTP Proxy Framework Leaks Data Across Tenants
CVE-2026-2836
GHSA-f93w-pcj3-rggc
RUSTSEC-2026-0035
Summary
A security issue in Pingora's default cache settings allows attackers to steal data from other users. This can happen when multiple customers share the same Pingora setup. To fix this, update Pingora to version 0.8.0 or later, or implement your own custom cache key settings that include the user's host header and other relevant information.
What to do
- Update pingora-cache to version 0.8.0.
- Update eaufavor pingora-cache to version 0.8.0.
Affected software
| Vendor | Product | Affected versions | Fix available |
|---|---|---|---|
| – | pingora-cache | <= 0.7.0 | 0.8.0 |
| eaufavor | pingora-cache | <= 0.8.0 | 0.8.0 |
| eaufavor | pingora-cache | > 0.0.0-0 , <= 0.8.0 | 0.8.0 |
| cloudflare | pingora | <= 0.8.0 | – |
Original title
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 cac...
Original 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.
Impact
This vulnerability affects users of Pingora's alpha proxy caching feature who relied on the default CacheKey implementation. An attacker could exploit this for:
* Cross-tenant data leakage: In multi-tenant deployments, poison the cache so that users from one tenant receive cached responses from another tenant
* Cache poisoning attacks: Serve malicious content to legitimate users by poisoning shared cache entries
Cloudflare's CDN infrastructure was not affected by this vulnerability, as Cloudflare's default cache key implementation uses multiple factors to prevent cache key poisoning and never made use of the previously provided default.
Mitigation:
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.
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
This vulnerability affects users of Pingora's alpha proxy caching feature who relied on the default CacheKey implementation. An attacker could exploit this for:
* Cross-tenant data leakage: In multi-tenant deployments, poison the cache so that users from one tenant receive cached responses from another tenant
* Cache poisoning attacks: Serve malicious content to legitimate users by poisoning shared cache entries
Cloudflare's CDN infrastructure was not affected by this vulnerability, as Cloudflare's default cache key implementation uses multiple factors to prevent cache key poisoning and never made use of the previously provided default.
Mitigation:
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.
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.
nvd CVSS4.0
8.4
Vulnerability type
CWE-345
CWE-639
Authorization Bypass Through User-Controlled Key
- https://github.com/cloudflare/pingora
- https://github.com/cloudflare/pingora/security/advisories/GHSA-f93w-pcj3-rggc
- https://nvd.nist.gov/vuln/detail/CVE-2026-2836
- https://rustsec.org/advisories/RUSTSEC-2026-0035.html
- https://github.com/advisories/GHSA-f93w-pcj3-rggc
- https://crates.io/crates/pingora-cache Product
- https://blog.cloudflare.com/pingora-oss-smuggling-vulnerabilities/ URL
Published: 5 Mar 2026 · Updated: 13 Mar 2026 · First seen: 6 Mar 2026