Lucene search
+L

3750 matches found

OSV
OSV
added 2026/07/21 10:11 p.m.6 views

CVE-2026-56819 Netty: HTTP/2 decompression leaks ByteBuf reference count when the decompressor channel is already closed (Direct memory leak / OOM DoS)

Netty is a network application framework for development of protocol servers and clients. In versions 4.2.0.Final through 4.2.15.Final and 4.1.0.Final through 4.1.135.Final, a remote unauthenticated peer can leak one direct ByteBuf per HTTP/2 DATA frame in applications that enable HTTP/2 content...

7.5CVSS5.7AI score0.00365EPSS
SaveExploits1References7
Vulnrichment
Vulnrichment
added 2026/07/21 10:11 p.m.5 views

CVE-2026-56819 Netty: HTTP/2 decompression leaks ByteBuf reference count when the decompressor channel is already closed (Direct memory leak / OOM DoS)

Netty is a network application framework for development of protocol servers and clients. In versions 4.2.0.Final through 4.2.15.Final and 4.1.0.Final through 4.1.135.Final, a remote unauthenticated peer can leak one direct ByteBuf per HTTP/2 DATA frame in applications that enable HTTP/2 content...

7.5CVSS5.5AI score0.00365EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/07/21 8:24 p.m.8 views

Gitea: Denial of Service (CPU & Memory Exhaustion) via O(N^2) String Concatenation in Debian Package Upload

Gitea's Debian package registry parser contains an unbounded decompression vulnerability in ParseControlFile. When processing an uploaded .deb file, the parser decompresses control.tar.gz and copies the entire uncompressed stream into a strings.Builder via a TeeReader, with no limit on how much...

5.8AI score
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/21 8:24 p.m.7 views

GHSA-6HM7-3PWJ-22RM Gitea: Denial of Service (CPU & Memory Exhaustion) via O(N^2) String Concatenation in Debian Package Upload

Gitea's Debian package registry parser contains an unbounded decompression vulnerability in ParseControlFile. When processing an uploaded .deb file, the parser decompresses control.tar.gz and copies the entire uncompressed stream into a strings.Builder via a TeeReader, with no limit on how much...

7.1CVSS5.8AI score
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/07/21 1:2 p.m.10 views

SUSE CVE-2026-63984

In the Linux kernel, the following vulnerability has been resolved: ipv6: rpl: fix hdrlen overflow in ipv6rplsrhdecompress ipv6rplsrhdecompress computes: outhdr-hdrlen = n + 1 sizeofstruct in6addr 3; hdrlen is u8. For n = 127 the result exceeds 255 and silently truncates. With n=127 cmpri=15,...

9.8CVSS5.4AI score0.00514EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/21 12:0 a.m.5 views

Oracle Linux 8 : pacemaker (ELSA-2026-39322)

The remote Oracle Linux 8 host has packages installed that are affected by a vulnerability as referenced in the ELSA-2026-39322 advisory. - Fix integer overflows in remote message decompression code CVE-2026-10649 Tenable has extracted the preceding description block directly from the Oracle Linu...

8.6CVSS5.5AI score0.00561EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/21 12:0 a.m.8 views

PT-2026-63286

Name of the Vulnerable Software and Affected Versions Gitea affected versions not specified Description The Debian package registry parser contains two issues that can lead to a complete denial of service. First, an unbounded decompression flaw exists in the ParseControlFile function. When...

7.1CVSS5.3AI score
SaveExploits0
Oracle linux
Oracle linux
added 2026/07/21 12:0 a.m.9 views

pacemaker security update

2.1.10-3.0.1 - Replace bug url Orabug: 34202300 - Upstream reference in pacemaker crmreport binary Orabug: 32825154 2.1.10-3 - Fix integer overflows in remote message decompression code CVE-2026-10649 - Resolves: RHEL-181150...

8.6CVSS5.4AI score0.00561EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/20 11:11 p.m.7 views

EUVD-2026-43753

Pillow: Decompression Bomb DoS via PdfParser.PdfStream.decode...

7.5CVSS7.3AI score0.00385EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/20 11:11 p.m.5 views

GHSA-JJJ6-MW9F-P565 Pillow: Decompression Bomb DoS via PdfParser.PdfStream.decode()

Summary PdfParser.PdfStream.decode in Pillow's PdfParser.py calls zlib.decompress with the bufsize parameter set to the value of the PDF stream's Length field, without any upper bound on the actual decompressed output size. Python's zlib.decompress bufsize argument is an initial output buffer hin...

7.5CVSS7.6AI score0.00385EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/20 9:13 p.m.6 views

GHSA-PHJ9-MV4W-65PM Pillow `GdImageFile._open()`: image dimensions accepted without `_decompression_bomb_check()`

Description PIL/GdImageFile.py GdImageFile.open reads image dimensions from the GD 2.x header and stores them in self.size without calling Image.decompressionbombcheck. Because GdImageFile is not registered with Image.registeropen, it never passes through the standard Image.open code path that...

7.5CVSS5.5AI score0.00418EPSS
SaveExploits1References6
EUVD
EUVD
added 2026/07/20 9:13 p.m.11 views

EUVD-2026-41901

Pillow GdImageFile.open: image dimensions accepted without decompressionbombcheck...

7.5CVSS5.1AI score0.00418EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/07/20 9:13 p.m.10 views

EUVD-2026-41902

Pillow BdfFontFile: Image.new called without decompressionbombcheck — bomb protection bypass via font loading...

7.5CVSS6.3AI score0.00421EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/20 9:13 p.m.5 views

GHSA-45HQ-CXWH-F6VC Pillow `BdfFontFile`: `Image.new()` called without `_decompression_bomb_check()` — bomb protection bypass via font loading

Summary PIL/BdfFontFile.py bdfchar lines 84–88 reads the BBX width height field from a BDF font file and passes the dimensions directly to Image.new without calling Image.decompressionbombcheck. This completely bypasses Pillow's documented decompression bomb protection. Image.open enforces...

7.5CVSS5.5AI score0.00421EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/20 9:8 p.m.4 views

GHSA-5X94-69RX-G8H2 Pillow: `FontFile.compile()`: `Image.new()` called without `_decompression_bomb_check()`

Description PIL/FontFile.py FontFile.compile assembles per-glyph images into a single combined bitmap using Image.new"1", xsize, ysize without calling Image.decompressionbombcheck. This is the base-class method shared by both BdfFontFile and PcfFontFile, and it is triggered whenever a loaded font...

7.5CVSS5.4AI score0.00418EPSS
SaveExploits1References6
EUVD
EUVD
added 2026/07/20 9:8 p.m.13 views

EUVD-2026-41900

Pillow: FontFile.compile: Image.new called without decompressionbombcheck...

7.5CVSS5.1AI score0.00418EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/07/20 9:8 p.m.10 views

EUVD-2026-41899

Pillow PcfFontFile.loadbitmaps: Image.frombytes called without decompressionbombcheck — bomb protection bypass via PCF font loading...

7.5CVSS6.3AI score0.0041EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/20 9:8 p.m.5 views

GHSA-8V84-F9PQ-WR9X Pillow `PcfFontFile._load_bitmaps()`: `Image.frombytes()` called without `_decompression_bomb_check()` — bomb protection bypass via PCF font loading

Description PIL/PcfFontFile.py loadbitmaps line 227 reads glyph dimensions from the PCF METRICS section and passes them directly to Image.frombytes without calling Image.decompressionbombcheck. Dimensions originate from unsigned 16-bit values: xsize = right - left max: 65535 − 0 = 65535 ysize =...

7.5CVSS5.6AI score0.0041EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2026/07/20 4:17 p.m.9 views

urllib3: urllib3: Denial of Service due to excessive HTTP response decompression

A flaw was found in urllib3, an HTTP client library for Python. This vulnerability allows a remote attacker to cause excessive resource consumption, such as high CPU usage and massive memory allocation, on the client side. This occurs when urllib3 attempts to decompress an entire HTTP response,...

8.9CVSS5.6AI score0.0068EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/07/20 4:12 p.m.7 views

urllib3: urllib3: Denial of Service due to excessive HTTP response decompression

A flaw was found in urllib3, an HTTP client library for Python. This vulnerability allows a remote attacker to cause excessive resource consumption, such as high CPU usage and massive memory allocation, on the client side. This occurs when urllib3 attempts to decompress an entire HTTP response,...

8.9CVSS5.5AI score0.0068EPSS
SaveExploits0References5
Rows per page
Query Builder