---
cve: "CVE-2026-44432"
severity: "HIGH"
cvss: 8.9
epss: "68%"
vendor: "urllib3"
kev: false
exploited: false
published: "2026-05-13 16:16:57"
tags: [cve, security, high]
source: tsecurity.de CVE-Dossier
exported: "2026-09-06T01:38:46+02:00"
---

# CVE-2026-44432

> 8.9 HIGH · 🧪 PoC

## Beschreibung

urllib3 is an HTTP client library for Python. From 2.6.0 to before 2.7.0, urllib3 could decompress the whole response instead of the requested portion (1) during the second HTTPResponse.read(amt=N) call when the response was decompressed using the official Brotli library or (2) when HTTPResponse.drain_conn() was called after the response had been read and decompressed partially (compression algorithm did not matter here). These issues could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This could result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data) on the client side. This vulnerability is fixed in 2.7.0.

## CVSS-Vektor

```
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Netzwerk | bad |
| AC Komplexität | Gering | bad |
| PR Privilegien | Keine | bad |
| UI Interaktion | Keine | bad |

## Patch verfügbar (OSV)

- 9a950b92d999f906b6020bb2d1076ee56cddd5d2 (Commit)

## Referenzen

- <https://github.com/urllib3/urllib3/security/advisories/GHSA-mf9v-mfxr-j63j>
- <https://access.redhat.com/errata/RHSA-2026:15862>
- <https://access.redhat.com/errata/RHSA-2026:20338>
- <https://access.redhat.com/errata/RHSA-2026:22934>
- <https://access.redhat.com/errata/RHSA-2026:24000>
- <https://access.redhat.com/errata/RHSA-2026:24009>
- <https://access.redhat.com/errata/RHSA-2026:24014>
- <https://access.redhat.com/errata/RHSA-2026:24069>
- <https://access.redhat.com/errata/RHSA-2026:24374>
- <https://access.redhat.com/errata/RHSA-2026:24476>
- <https://access.redhat.com/errata/RHSA-2026:24483>
- <https://access.redhat.com/errata/RHSA-2026:24540>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-44432) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
