CVE Catalog

CVE-2026-44891

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
0.72%

50th percentile - higher than 50% of all known CVEs

Summary

Netty before versions 4.1.136.Final and 4.2.16.Final has a vulnerability in STOMP frame decoding where StompSubframeDecoder does not limit the total number of headers or their cumulative size. An attacker can send many short headers, causing JVM memory exhaustion and denial of service.

Risk Assessment

Risk is remote denial of service (DoS) via memory exhaustion, potentially disrupting services using the STOMP protocol.

Recommendation

Upgrade Netty to version 4.1.136.Final or 4.2.16.Final, which include the fix.

Other vulnerabilities in Netty

See all
Original NVD description (English source)

Netty is a network application framework for development of protocol servers and clients. Prior to 4.1.136.Final and 4.2.16.Final, io.netty.handler.codec.stomp.StompSubframeDecoder fails to limit the total number of headers or their cumulative size per frame, and the maxLineLength parameter only restricts individual header lines. An attacker can send a large number of short headers that are accumulated in memory inside DefaultStompHeadersSubframe until the JVM throws an OutOfMemoryError, causing denial of service for servers exposing a STOMP endpoint based on StompSubframeDecoder. This issue is fixed in versions 4.1.136.Final and 4.2.16.Final.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS