PingoraApplication · Cloudflare

CVE-2026-2836

HIGH · 8.1 CVSS v3.1 Published 2026-03-05
Fix available
A fix is available. Upgrade to 0.8.0 or later.
See remediation →
88/100
Remediation priority · High
Remotely reachable No privileges

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
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.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

Pingora's default CacheKey implementation uses only the URI path for cache keys, ignoring the Host header/authority. This allows attackers to poison caches by injecting malicious responses that then get served to legitimate users requesting different hosts.

MitigationUpgrade to Pingora v0.8.0+ which removes the insecure default, or implement a custom CacheKey callback that includes the Host header and upstream HTTP scheme.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
PingoraApplication
Affected:< 0.8.0

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify Pingora version
    Locate the Pingora library/binary in your environment and retrieve its version number (e.g., via package manager, dependency file, or binary version flag).
    Affected if The installed version is lower than 0.8.0.
  2. Confirm caching is enabled
    Inspect your Pingora configuration files or code for CacheKey or cache-related settings. Look for any caching module or proxy_cache directives being used.
    Affected if Caching is enabled and a default CacheKey implementation is in use.
  3. Inspect the CacheKey implementation
    Examine the code or configuration that defines the cache key logic. Check whether the implementation explicitly includes the Host header or authority in the cache key, or whether it relies on the default behavior that uses only the URI path.
    Affected if The CacheKey uses only the URI path without including the Host header or upstream HTTP scheme.

You are affected if you are running Pingora versions below 0.8.0 with caching enabled and using the default CacheKey that does not incorporate the Host header or authority into the cache key.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 0.8.0 or later
Fixed in 0.8.0
Interim mitigation

Upgrade to Pingora v0.8.0+ which removes the insecure default, or implement a custom CacheKey callback that includes the Host header and upstream HTTP scheme.

Recommended fix High confidence

Pingora v0.8.0 or higher

  1. Identify all code using Pingora's default CacheKey implementation
  2. Upgrade Pingora dependency to version 0.8.0 or higher
  3. Remove any reliance on the removed default CacheKey implementation
  4. Implement a custom CacheKey callback that includes the Host header (authority) and upstream peer's HTTP scheme
  5. Add any additional cache-varying attributes specific to your deployment (e.g., tenant identifiers)
  6. Test cache behavior to verify proper cache key isolation between different hosts/tenants
Caveat Users must now explicitly implement their own CacheKey callback; the insecure default has been removed

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Pingora Scoped from the published advisory
  • Consultation3.0 h
  • Implementation6.0 h
  • Testing5.0 h
  • Review / QA3.0 h
17.0 hours of engineering $2,970
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,752.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-2836 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-2836 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data