HTTP Request Smuggling Affecting py3-httpx2 package, versions <2.12.0-r0


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.22% (13th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-WOLFILATEST-PY3HTTPX2-19698813
  • published12 Sept 2026
  • disclosed2 Sept 2026

Introduced: 2 Sep 2026

NewCVE-2026-84380  (opens in a new tab)
CWE-444  (opens in a new tab)

How to fix?

Upgrade Wolfi py3-httpx2 to version 2.12.0-r0 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream py3-httpx2 package and not the py3-httpx2 package as distributed by Wolfi. See How to fix? for Wolfi relevant fixed versions and status.

HTTPX2 is a next generation HTTP client for Python. Prior to 2.11.0, Request._prepare() in src/httpx2/httpx2/_models.py can add a body-derived Content-Length header to a request that already contains a caller-supplied Transfer-Encoding header because its setdefault() processing checks each default header independently rather than treating the two framing headers as mutually exclusive. Fixed-size byte, JSON, form, and known-length multipart bodies can therefore be serialized over HTTP/1.1 with both headers, allowing request smuggling or connection desynchronization when downstream intermediaries disagree about which framing header takes precedence. This issue is fixed in version 2.11.0.