Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-gm62-xv2j-4w53

Опубликовано: 05 дек. 2025
Источник: github
Github: Прошло ревью
CVSS4: 8.9

Описание

urllib3 allows an unbounded number of links in the decompression chain

Impact

urllib3 supports chained HTTP encoding algorithms for response content according to RFC 9110 (e.g., Content-Encoding: gzip, zstd).

However, the number of links in the decompression chain was unbounded allowing a malicious server to insert a virtually unlimited number of compression steps leading to high CPU usage and massive memory allocation for the decompressed data.

Affected usages

Applications and libraries using urllib3 version 2.5.0 and earlier for HTTP requests to untrusted sources unless they disable content decoding explicitly.

Remediation

Upgrade to at least urllib3 v2.6.0 in which the library limits the number of links to 5.

If upgrading is not immediately possible, use preload_content=False and ensure that resp.headers["content-encoding"] contains a safe number of encodings before reading the response content.

Пакеты

Наименование

urllib3

pip
Затронутые версииВерсия исправления

>= 1.24, < 2.6.0

2.6.0

EPSS

Процентиль: 3%
0.00016
Низкий

8.9 High

CVSS4

Дефекты

CWE-770

Связанные уязвимости

CVSS3: 7.5
ubuntu
16 дней назад

urllib3 is a user-friendly HTTP client library for Python. Starting in version 1.24 and prior to 2.6.0, the number of links in the decompression chain was unbounded allowing a malicious server to insert a virtually unlimited number of compression steps leading to high CPU usage and massive memory allocation for the decompressed data. This vulnerability is fixed in 2.6.0.

CVSS3: 7.5
nvd
16 дней назад

urllib3 is a user-friendly HTTP client library for Python. Starting in version 1.24 and prior to 2.6.0, the number of links in the decompression chain was unbounded allowing a malicious server to insert a virtually unlimited number of compression steps leading to high CPU usage and massive memory allocation for the decompressed data. This vulnerability is fixed in 2.6.0.

msrc
5 дней назад

urllib3 allows an unbounded number of links in the decompression chain

CVSS3: 7.5
debian
16 дней назад

urllib3 is a user-friendly HTTP client library for Python. Starting in ...

EPSS

Процентиль: 3%
0.00016
Низкий

8.9 High

CVSS4

Дефекты

CWE-770