CVE-2026-93494: Netty: netty-codec-stomp: io.netty/netty-codec-stomp: netty: bytebuf leak in stompsubframedecoder when a frame body is never terminated
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.
Affected Software
Event History
Frequently Asked Questions
Which deployments should be prioritized for triage?
Applications that use the Maven dependency io.netty:netty-codec-stomp and process STOMP frames from remote clients should be prioritized, because the affected decoder is StompSubframeDecoder.
Is a fixed version or temporary workaround identified?
The provided information does not identify a fixed version or a workaround. It only identifies the affected Maven component as io.netty:netty-codec-stomp.