Advisory Database
  • Advisories
  • Dependency Scanning
  1. cargo
  2. ›
  3. pingora-core
  4. ›
  5. CVE-2026-2833

CVE-2026-2833: Pingora vulnerable to HTTP Request Smuggling via Premature Upgrade

March 5, 2026 (updated March 9, 2026)

Pingora versions prior to 0.8.0 would immediately forward bytes following a request with an Upgrade header to the backend, without waiting for a 101 Switching Protocols response. This allows an attacker to smuggle requests to the backend and bypass proxy-level security controls.

This vulnerability primarily affects standalone Pingora deployments where a Pingora proxy is exposed to external traffic. An attacker could exploit this to bypass proxy-level ACL controls and WAF logic, poison caches and upstream connections, or perform cross-user attacks by hijacking sessions.

Note: Cloudflare customers and Cloudflare’s CDN infrastructure were not affected by this vulnerability, as ingress proxies in the CDN stack maintain proper HTTP parsing boundaries and do not prematurely switch to upgraded connection forwarding mode.

References

  • github.com/advisories/GHSA-xq2h-p299-vjwv
  • github.com/cloudflare/pingora
  • github.com/cloudflare/pingora/security/advisories/GHSA-xq2h-p299-vjwv
  • nvd.nist.gov/vuln/detail/CVE-2026-2833
  • rustsec.org/advisories/RUSTSEC-2026-0033.html

Code Behaviors & Features

Detect and mitigate CVE-2026-2833 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.8.0

Fixed versions

  • 0.8.0

Solution

Upgrade to version 0.8.0 or above.

Impact 10 CRITICAL

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

Learn more about CVSS

Weakness

  • CWE-444: Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')

Source file

cargo/pingora-core/CVE-2026-2833.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 25 Mar 2026 00:17:04 +0000.