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

exploitDog

Количество 61

Количество 61

ubuntu логотип

CVE-2025-66471

10 месяцев назад

urllib3 is a user-friendly HTTP client library for Python. Starting in version 1.0 and prior to 2.6.0, the Streaming API improperly handles highly compressed data. urllib3's streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data.

CVSS3: 7.5
EPSS: Низкий
redhat логотип

CVE-2025-66471

10 месяцев назад

urllib3 is a user-friendly HTTP client library for Python. Starting in version 1.0 and prior to 2.6.0, the Streaming API improperly handles highly compressed data. urllib3's streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data.

CVSS3: 7.5
EPSS: Низкий
nvd логотип

CVE-2025-66471

10 месяцев назад

urllib3 is a user-friendly HTTP client library for Python. Starting in version 1.0 and prior to 2.6.0, the Streaming API improperly handles highly compressed data. urllib3's streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data.

CVSS3: 7.5
EPSS: Низкий
msrc логотип

CVE-2025-66471

10 месяцев назад

urllib3 Streaming API improperly handles highly compressed data

EPSS: Низкий
debian логотип

CVE-2025-66471

10 месяцев назад

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

CVSS3: 7.5
EPSS: Низкий
suse-cvrf логотип

openSUSE-SU-2026:20088-1

8 месяцев назад

Security update for python-urllib3

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:0255-2

около 2 месяцев назад

Security update for python-urllib3

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:0255-1

8 месяцев назад

Security update for python-urllib3

EPSS: Низкий
redos логотип

ROS-20260209-80-0032

7 месяцев назад

Уязвимость python-urllib3

CVSS3: 8.6
EPSS: Низкий
github логотип

GHSA-38jv-5279-wg99

9 месяцев назад

Decompression-bomb safeguards bypassed when following HTTP redirects (streaming API)

CVSS3: 7.5
EPSS: Низкий
fstec логотип

BDU:2026-03625

9 месяцев назад

Уязвимость библиотеки python-urllib3, связанная с некорректной обработкой сильно сжатых входных данных, позволяющая нарушителю вызвать отказ в обслуживании

CVSS3: 8.6
EPSS: Низкий
suse-cvrf логотип

openSUSE-RU-2026:20649-1

5 месяцев назад

Recommended update for python-urllib3

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:2854-2

2 месяца назад

Security update for python-urllib3

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:2854-1

2 месяца назад

Security update for python-urllib3

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1067-1

6 месяцев назад

Security update for python-urllib3

EPSS: Низкий
redos логотип

ROS-20260122-80-0029

8 месяцев назад

Уязвимость brotli

CVSS3: 8.6
EPSS: Низкий
redos логотип

ROS-20260122-73-0030

8 месяцев назад

Уязвимость brotli

CVSS3: 8.6
EPSS: Низкий
github логотип

GHSA-2xpw-w6gg-jr37

10 месяцев назад

urllib3 streaming API improperly handles highly compressed data

EPSS: Низкий
oracle-oval логотип

ELSA-2026-9031

12 дней назад

ELSA-2026-9031: python-urllib3 security update (IMPORTANT)

EPSS: Низкий
fstec логотип

BDU:2026-03452

10 месяцев назад

Уязвимость HTTP библиотеки Urllib3 языка программирования Python, связанная с некорректной обработкой сильно сжатых входных данных, позволяющая нарушителю вызвать отказ в обслуживании

CVSS3: 8.6
EPSS: Низкий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
ubuntu логотип
CVE-2025-66471

urllib3 is a user-friendly HTTP client library for Python. Starting in version 1.0 and prior to 2.6.0, the Streaming API improperly handles highly compressed data. urllib3's streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data.

CVSS3: 7.5
1%
Низкий
10 месяцев назад
redhat логотип
CVE-2025-66471

urllib3 is a user-friendly HTTP client library for Python. Starting in version 1.0 and prior to 2.6.0, the Streaming API improperly handles highly compressed data. urllib3's streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data.

CVSS3: 7.5
1%
Низкий
10 месяцев назад
nvd логотип
CVE-2025-66471

urllib3 is a user-friendly HTTP client library for Python. Starting in version 1.0 and prior to 2.6.0, the Streaming API improperly handles highly compressed data. urllib3's streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data.

CVSS3: 7.5
1%
Низкий
10 месяцев назад
msrc логотип
CVE-2025-66471

urllib3 Streaming API improperly handles highly compressed data

1%
Низкий
10 месяцев назад
debian логотип
CVE-2025-66471

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

CVSS3: 7.5
1%
Низкий
10 месяцев назад
suse-cvrf логотип
openSUSE-SU-2026:20088-1

Security update for python-urllib3

3%
Низкий
8 месяцев назад
suse-cvrf логотип
SUSE-SU-2026:0255-2

Security update for python-urllib3

3%
Низкий
около 2 месяцев назад
suse-cvrf логотип
SUSE-SU-2026:0255-1

Security update for python-urllib3

3%
Низкий
8 месяцев назад
redos логотип
ROS-20260209-80-0032

Уязвимость python-urllib3

CVSS3: 8.6
3%
Низкий
7 месяцев назад
github логотип
GHSA-38jv-5279-wg99

Decompression-bomb safeguards bypassed when following HTTP redirects (streaming API)

CVSS3: 7.5
3%
Низкий
9 месяцев назад
fstec логотип
BDU:2026-03625

Уязвимость библиотеки python-urllib3, связанная с некорректной обработкой сильно сжатых входных данных, позволяющая нарушителю вызвать отказ в обслуживании

CVSS3: 8.6
3%
Низкий
9 месяцев назад
suse-cvrf логотип
openSUSE-RU-2026:20649-1

Recommended update for python-urllib3

1%
Низкий
5 месяцев назад
suse-cvrf логотип
SUSE-SU-2026:2854-2

Security update for python-urllib3

1%
Низкий
2 месяца назад
suse-cvrf логотип
SUSE-SU-2026:2854-1

Security update for python-urllib3

1%
Низкий
2 месяца назад
suse-cvrf логотип
SUSE-SU-2026:1067-1

Security update for python-urllib3

1%
Низкий
6 месяцев назад
redos логотип
ROS-20260122-80-0029

Уязвимость brotli

CVSS3: 8.6
1%
Низкий
8 месяцев назад
redos логотип
ROS-20260122-73-0030

Уязвимость brotli

CVSS3: 8.6
1%
Низкий
8 месяцев назад
github логотип
GHSA-2xpw-w6gg-jr37

urllib3 streaming API improperly handles highly compressed data

1%
Низкий
10 месяцев назад
oracle-oval логотип
ELSA-2026-9031

ELSA-2026-9031: python-urllib3 security update (IMPORTANT)

1%
Низкий
12 дней назад
fstec логотип
BDU:2026-03452

Уязвимость HTTP библиотеки Urllib3 языка программирования Python, связанная с некорректной обработкой сильно сжатых входных данных, позволяющая нарушителю вызвать отказ в обслуживании

CVSS3: 8.6
1%
Низкий
10 месяцев назад

Уязвимостей на страницу