CVE-2026-2836
Last modified
CVE-2026-2836 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. 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). EPSS estimates a 0.39% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:H/VA:N/SC:H/SI:H/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Cloudflare | Pingora | < 0.8.0 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-2836?
How severe is CVE-2026-2836?
How do I fix CVE-2026-2836?
How Strix Helps
- Same Subject, Wrong User: A Cross-Issuer Account Takeover in n8nStrix found an identity-binding bug in n8n's token-exchange flow enabling account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-28354ClipBucket v5 is an open source video sharing platform. Prio…6.5
- CVE-2026-28355Canarytokens help track activity and actions on a network. V…1.3
- CVE-2026-28356multipart is a fast multipart/form-data parser for python. P…7.5
- CVE-2026-28357NocoDB is software for building databases as spreadsheets. P…5.4
- CVE-2026-28358NocoDB is software for building databases as spreadsheets. P…5.3
- CVE-2026-28359NocoDB is software for building databases as spreadsheets. P…5.4
- CVE-2026-28360NocoDB is software for building databases as spreadsheets. P…5.3
- CVE-2026-28361NocoDB is software for building databases as spreadsheets. P…6.3
- CVE-2026-28363In OpenClaw before 2026.2.23, tools.exec.safeBins validation…8.8
- CVE-2026-28364In OCaml before 4.14.3 and 5.x before 5.4.1, a buffer over-r…7.8
- CVE-2026-28367A flaw was found in Undertow. A remote attacker can exploit …9.1
- CVE-2026-28368A flaw was found in Undertow. This vulnerability allows a re…9.1
Are you affected by CVE-2026-2836?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
