Skip to content
Threat Feed
high advisory

Denial of Service Vulnerability in Netty StompSubframeDecoder

A memory leak vulnerability in the Netty StompSubframeDecoder component (CVE-2026-93494) allows remote attackers to cause a Denial of Service by sending malformed STOMP frames.

CVE search metadata

CVE search record: CVE-2026-93494. Severity: high. CVSS: 7.5. KEV: no. Product: Netty, Netty (< 4.2.13.Final). Brief: Denial of Service Vulnerability in Netty StompSubframeDecoder. Brief link: https://feed.craftedsignal.io/briefs/2026-09-netty-stomp-dos/

What's new

  • 1. added coverage for Netty Sep 18, 16:08 via nvd
  • 2. added coverage for Netty (< 4.2.13.Final) Sep 18, 16:07 via nvd

A memory leak vulnerability (CVE-2026-93494) exists within the StompSubframeDecoder component of the Netty framework. The flaw is triggered when an attacker sends a STOMP frame body that lacks the expected terminating null byte. Upon receiving such a frame, the decoder performs a ByteBuf allocation that is never subsequently released by the application logic. Because the allocation persists in memory, repeated submission of these crafted frames leads to cumulative, uncontrolled memory consumption. This resource exhaustion eventually causes the host application to crash or become unresponsive, effectively resulting in a Denial of Service (DoS) for any services utilizing the affected STOMP codec. Defenders should prioritize identifying applications leveraging Netty for STOMP protocol handling to evaluate exposure and schedule patches.

Impact

The vulnerability results in a Denial of Service for applications relying on the Netty StompSubframeDecoder. Persistent memory exhaustion can impact availability for any service exposed to untrusted STOMP traffic, potentially forcing service restarts or leading to total system instability if the memory limit is reached.

Recommendation

  • Identify all internal and customer-facing applications that utilize the Netty framework, specifically those incorporating the StompSubframeDecoder component.
  • Review vendor release notes and security advisories for the Netty project to identify the specific patched version containing the fix for CVE-2026-93494.
  • Apply the vendor-provided patch to all vulnerable Netty implementations.
  • Monitor memory utilization metrics for services handling STOMP traffic to detect potential exploitation attempts causing memory pressure.

Immediate actions

Inventory all applications utilizing Netty for STOMP protocol communication

Application Security 48h

Mitigations

Patch Netty to the latest version as recommended by the project

immediate IT Operations

CVE-2026-93494