Lucene search
+L

227 matches found

OSV
OSV
added 2026/08/03 7:15 a.m.9 views

SUSE-SU-2026:23048-1 Security update for python-urllib3

This update for python-urllib3 fixes the following issue: - CVE-2026-9375: oversized Brotli payload via the streaming API can lead to a denial of service bsc1268683...

5.3AI score0.00304EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.7 views

openSUSE 16 Security Update : python-urllib3 (openSUSE-SU-2026:21430-1)

The remote openSUSE 16 host has a package installed that is affected by a vulnerability as referenced in the openSUSE- SU-2026:21430-1 advisory. This update for python-urllib3 fixes the following issue - CVE-2026-9375: decompression bomb bypass in the streaming API when using Brotli support can...

6AI score0.00304EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/23 9:46 a.m.6 views

OPENSUSE-SU-2026:21430-1 Security update for python-urllib3

This update for python-urllib3 fixes the following issue - CVE-2026-9375: decompression bomb bypass in the streaming API when using Brotli support can lead to a denial of service bsc1268683...

7AI score0.00304EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/23 9:45 a.m.6 views

SUSE-SU-2026:22937-1 Security update for python-urllib3

This update for python-urllib3 fixes the following issue - CVE-2026-9375: decompression bomb bypass in the streaming API when using Brotli support can lead to a denial of service bsc1268683...

7AI score0.00304EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/07 4:03 p.m.10 views

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

Impact 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. urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header e.g., gzip,...

8.9CVSS6.8AI score0.02714EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/07/07 12:00 a.m.37 views

PT-2026-56158

Excelize is a Go language library for reading and writing Microsoft Excel spreadsheets. Prior to 2.11.0, the streaming worksheet reader used by Rows and GetRows does not enforce the TotalRows limit on the row r attribute, allowing a small XLSX file with a row number above 1048576 and no cell...

8.7CVSS6.1AI score0.00398EPSS
SaveExploits1References6
Positive Technologies
Positive Technologies
added 2026/07/07 12:00 a.m.33 views

PT-2026-56151

Name of the Vulnerable Software and Affected Versions Excelize versions prior to 2.11.0 Description The checkSheet function in github.com/xuri/excelize/v2 fails to validate the XML attribute value before using it as the length argument for a slice allocation in makexlsxRow, row. This lack of...

7.5CVSS5.8AI score0.00388EPSS
SaveExploits1References15
NVD
NVD
added 2026/06/25 6:16 p.m.14 views

CVE-2026-55967

AES-GCM encryption/decryption with extremely large cumulative single message sizes 64 GiB were not properly rejected by the streaming APIs, allowing counter wrap, keystream reuse, and consequent plaintext recovery...

7.5CVSS0.00114EPSS
SaveExploits0References2
AlpineLinux
AlpineLinux
added 2026/06/25 4:53 p.m.25 views

CVE-2026-55967

AES-GCM encryption/decryption with extremely large cumulative single message sizes 64 GiB were not properly rejected by the streaming APIs, allowing counter wrap, keystream reuse, and consequent plaintext recovery...

7.5CVSS5.8AI score0.00114EPSS
SaveExploits0References2
F5 Networks
F5 Networks
added 2026/06/23 7:45 a.m.16 views

K000161850: urllib3 vulnerability CVE-2025-66471

Security Advisory Description 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...

8.9CVSS6.9AI score0.00692EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/06/22 8:56 p.m.15 views

urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)

urllib3 is an HTTP client library for Python. 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. urllib3 can perform decoding or decompression based on the HTTP...

8.9CVSS6.7AI score0.02714EPSS
SaveExploits0References6
NVD
NVD
added 2026/06/19 7:16 p.m.19 views

CVE-2026-9375

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

0.00304EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/06/19 6:45 p.m.9 views

CVE-2026-9375

...

7.2AI score0.00304EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/06/19 6:45 p.m.37 views

CVE-2026-9375

...

0.00304EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/06/19 6:45 p.m.12 views

CVE-2026-9375

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

7.5CVSS7.1AI score0.00304EPSS
SaveExploits0References3
CVE
CVE
added 2026/06/19 6:45 p.m.75 views

CVE-2026-9375

CVE-2026-9375 is disclosed by multiple advisories tied to python-urllib3. The issue is a decompression-bomb style bypass in urllib3’s streaming API with Brotli support, enabling DoS via oversized decompressed data. Public details confirm affected software (python-urllib3) and the root cause (deco...

7.5AI score0.00304EPSS
SaveExploits0
OSV
OSV
added 2026/06/19 6:45 p.m.12 views

CVE-2026-9375 Decompression Bomb Bypass via Negative max_length in Streaming API in urllib3

urllib3 version 2.6.3 is vulnerable to a decompression bomb bypass in its streaming API preloadcontent=False when using Brotli support. The issue arises due to three independent code paths in response.py that bypass the maxlength protection introduced in version 2.6.0 to mitigate CVE-2025-66471...

7.5CVSS7.3AI score
SaveExploits0References4
OSV
OSV
added 2026/06/19 2:16 p.m.10 views

CVE-2026-48138

There is an out-of-bounds read vulnerability in the NI grpc-device streaming API due to a missing bounds check that may result in a denial of service. Successful exploitation requires an attacker to supply a specially crafted write request. This affects NI grpc-device 2.17.0 and prior versions...

8.7CVSS5.9AI score
SaveExploits0References2
NVD
NVD
added 2026/06/19 2:16 p.m.25 views

CVE-2026-48138

There is an out-of-bounds read vulnerability in the NI grpc-device streaming API due to a missing bounds check that may result in a denial of service. Successful exploitation requires an attacker to supply a specially crafted write request. This affects NI grpc-device 2.17.0 and prior versions...

8.7CVSS0.00488EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/19 2:16 p.m.19 views

CVE-2026-48137

There is an untrusted pointer dereference vulnerability in the NI grpc-device sideband streaming API that may allow an attacker to cause an arbitrary memory dereference, potentially resulting in remote code execution. Successful exploitation requires an attacker to supply a specially...

9.8CVSS6.3AI score
SaveExploits0References2
Rows per page
Query Builder