CVE-2026-44431
medium
CVSS v3
5.3
CVSS v2
—
VIR risk
5.3
Description
urllib3 is an HTTP client library for Python. From 1.23 to before 2.7.0, cross-origin redirects followed from the low-level API via ProxyManager.connection_from_url().urlopen(..., assert_same_host=False) still forward these sensitive headers. This vulnerability is fixed in 2.7.0.
Predictions
Exploit likelihood
63%
Patch ETA
—
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2026-44431
Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2026-44431.html
Vendor advisory: security-advisories@github.com — https://github.com/urllib3/urllib3/security/advisories/GHSA-qccp-gfcp-xxvc
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| sles | affected | | |
| debian | bookworm | affected | |
| debian | bullseye | affected | |
| debian | forky | affected | |
| debian | sid | affected | |
| debian | trixie | affected | |
References
- https://github.com/urllib3/urllib3/security/advisories/GHSA-qccp-gfcp-xxvc
- https://nvd.nist.gov/vuln/detail/CVE-2026-44431
- https://github.com/urllib3/urllib3
- https://www.suse.com/security/cve/CVE-2026-44431.html
- https://security-tracker.debian.org/tracker/CVE-2026-44431
- https://github.com/advisories/GHSA-qccp-gfcp-xxvc
CWEs
CWE-200
Verify integrity in audit chain (admin only). AS-IS.