CVE Catalog

CVE-2026-93494

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.58%

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

Summary

A flaw was found in Netty's StompSubframeDecoder component. A remote attacker can exploit this vulnerability by sending a specially crafted STOMP frame body without its terminating null byte. This causes the decoder to allocate a ByteBuf (a buffer for bytes) that is never released, leading to a permanent memory leak. Over time, this uncontrolled memory consumption can result in a Denial of Service (DoS) for the application using the affected STOMP codec.

Risk Assessment

A prolonged memory leak can exhaust server resources and cause unavailability of the application using Netty STOMP, affecting business continuity.

Recommendation

Update the Netty library to a version containing the fix for StompSubframeDecoder, and monitor memory usage of applications using the STOMP codec.

Other vulnerabilities in Netty

See all
Original NVD description (English source)

A flaw was found in Netty's StompSubframeDecoder component. A remote attacker can exploit this vulnerability by sending a specially crafted STOMP frame body without its terminating null byte. This causes the decoder to allocate a ByteBuf (a buffer for bytes) that is never released, leading to a permanent memory leak. Over time, this uncontrolled memory consumption can result in a Denial of Service (DoS) for the application using the affected STOMP codec.

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