Lucene search
+L

307 matches found

Tenable Nessus
Tenable Nessus
added yesterday6 views

SUSE SLED15 / SLES15 Security Update : containerd (SUSE-SU-2026:3450-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:3450-1 advisory. - CVE-2026-35469: github.com/moby/spdystream: memory amplification in SPDY frame parsing leads to denial of...

9.6CVSS6.7AI score0.00781EPSS
SaveExploits0References10
SUSE Linux
SUSE Linux
added 2 days ago7 views

Security update for containerd

This update for containerd fixes the following issues: CVE-2026-35469: github.com/moby/spdystream: memory amplification in SPDY frame parsing leads to denial of service bsc1262266. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate...

9.1CVSS6.7AI score0.00781EPSS
SaveExploits0References10
RedHat Linux
RedHat Linux
added 6 days ago8 views

io.netty/netty-codec-http: Netty: Denial of Service via SPDY SETTINGS frame processing

A flaw was found in Netty, a network application framework. A remote attacker, by sending a specially crafted SPDY/3.1 SETTINGS frame, could cause the SPDY SETTINGS decoder to create a large number of map entries. This excessive processing and memory allocation can lead to a denial of service DoS...

7.5CVSS7AI score0.00423EPSS
SaveExploits1References9
RedHat Linux
RedHat Linux
added 6 days ago8 views

io.netty/netty-codec-http: Netty: Denial of Service via SPDY SETTINGS frame processing

A flaw was found in Netty, a network application framework. A remote attacker, by sending a specially crafted SPDY/3.1 SETTINGS frame, could cause the SPDY SETTINGS decoder to create a large number of map entries. This excessive processing and memory allocation can lead to a denial of service DoS...

7.5CVSS7AI score0.00423EPSS
SaveExploits1References9
RedHat Linux
RedHat Linux
added 6 days ago7 views

netty: io.netty/netty-codec-http: Netty: Denial of Service via memory exhaustion in SPDY-to-HTTP codec

A flaw was found in Netty. A remote attacker can exploit a vulnerability in the SpdyHttpDecoder handler of Netty's SPDY-to-HTTP codec. When processing a client-initiated SYNSTREAM frame, the decoder fails to release allocated memory if the stream is reset or content limits are exceeded. This...

8.7CVSS5.8AI score0.00612EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2026/07/27 1:47 p.m.6 views

CVE-2026-55833

A flaw was found in Netty, a network application framework. A remote attacker could exploit a vulnerability in the SPDY header decoding process. By sending a specially crafted, small compressed header block, the attacker can cause it to expand significantly during decompression, leading to...

7.5CVSS6.9AI score0.00423EPSS
SaveExploits1References8
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-55833

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Netty is a network application framework for development of protocol servers and clients. Prior to 4.1.136.Final and 4.2.16.Final, Netty SPDY header decoding...

7.5CVSS6AI score0.00423EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-56745

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

8.7CVSS6AI score0.00612EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/22 9:32 p.m.8 views

EUVD-2026-46452

Netty: SpdyHttpDecoder ByteBuf Reference Leak on RSTSTREAM Leads to Native Memory Exhaustion...

8.7CVSS5.2AI score0.00612EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/07/22 9:32 p.m.8 views

Netty: [SpdyHttpDecoder] ByteBuf Reference Leak on RST_STREAM Leads to Native Memory Exhaustion

The SpdyHttpDecoder handler in Netty's SPDY-to-HTTP codec allocates a pooled ByteBuf when processing a client-initiated SYNSTREAM frame with FLAGFIN=0, storing the partially-constructed FullHttpRequest in an internal map messageMap to accumulate subsequent DATA frames. When the remote peer sends ...

8.7CVSS5.4AI score0.00612EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/22 9:23 p.m.8 views

Netty SPDY zlib header block continues decoded expansion after maxHeaderSize truncation

Summary Netty SPDY header decoding continues inflating zlib-compressed header blocks after the raw header parser has already exceeded maxHeaderSize and marked the frame truncated. At commit b2d2137c4404af425bf9d5d601a62576f5c06925, a 12,253-byte compressed SPDY header block can declare and inflat...

7.5CVSS7.3AI score0.00423EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2026/07/22 9:23 p.m.5 views

GHSA-MVH2-CRG5-V77C Netty SPDY zlib header block continues decoded expansion after maxHeaderSize truncation

Summary Netty SPDY header decoding continues inflating zlib-compressed header blocks after the raw header parser has already exceeded maxHeaderSize and marked the frame truncated. At commit b2d2137c4404af425bf9d5d601a62576f5c06925, a 12,253-byte compressed SPDY header block can declare and inflat...

7.5CVSS7.3AI score0.00423EPSS
SaveExploits1References7
EUVD
EUVD
added 2026/07/22 9:7 p.m.9 views

EUVD-2026-46132

Netty SPDY SETTINGS frame count materializes unbounded settings map...

7.5CVSS5.2AI score0.00423EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2026/07/22 9:7 p.m.8 views

Netty SPDY SETTINGS frame count materializes unbounded settings map

Summary Netty's SPDY SETTINGS decoder accepts a peer-declared SETTINGS entry count up to the 24-bit frame-length limit and materializes every unique setting ID in DefaultSpdySettingsFrame without an implementation-level count cap. A remote SPDY/3.1 peer can send one syntactically valid roughly 2...

7.5CVSS7.3AI score0.00423EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2026/07/22 9:7 p.m.5 views

GHSA-6JQX-86GH-F27W Netty SPDY SETTINGS frame count materializes unbounded settings map

Summary Netty's SPDY SETTINGS decoder accepts a peer-declared SETTINGS entry count up to the 24-bit frame-length limit and materializes every unique setting ID in DefaultSpdySettingsFrame without an implementation-level count cap. A remote SPDY/3.1 peer can send one syntactically valid roughly 2...

7.5CVSS5.4AI score0.00423EPSS
SaveExploits1References7
Snyk
Snyk
added 2026/07/22 9:7 p.m.9 views

Allocation of Resources Without Limits or Throttling

Overview io.netty:netty-codec-http is a network application framework for rapid development of maintainable high performance protocol servers & clients. Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling through the processing of SPDY SETTINGS...

8.7CVSS7.1AI score0.00423EPSS
SaveExploits1References2
SUSE CVE
SUSE CVE
added 2026/07/22 4:25 p.m.9 views

SUSE CVE-2026-56745

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, the SpdyHttpDecoder handler in Netty's SPDY-to-HTTP codec allocates a pooled ByteBuf when processing a client-initiated...

7.5CVSS5.9AI score0.00612EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/07/21 11:57 p.m.8 views

Allocation of Resources Without Limits or Throttling

Overview io.netty:netty-codec-http is a network application framework for rapid development of maintainable high performance protocol servers & clients. Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the SpdyHttpDecoder. An attacker can...

8.7CVSS5.8AI score0.00612EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/21 10:17 p.m.4 views

DEBIAN-CVE-2026-56745

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, the SpdyHttpDecoder handler in Netty's SPDY-to-HTTP codec allocates a pooled ByteBuf when processing a client-initiated...

7.5CVSS5.4AI score0.00612EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/21 10:17 p.m.8 views

CVE-2026-56745

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, the SpdyHttpDecoder handler in Netty's SPDY-to-HTTP codec allocates a pooled ByteBuf when processing a client-initiated...

8.7CVSS0.00612EPSS
SaveExploits0References5
Rows per page
Query Builder