red-hatCVE-2026-93494
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.
High7.5CVE-2026-93494 · Published Sep 18, 2026 · updated Sep 25, 2026
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| Red Hat Fuse 7 Vendor | all versions | No fix yet |
| Red Hat JBoss Enterprise Application Platform 7 Vendor | all versions | No fix yet |
| all versions | No fix yet | |
| all versions | No fix yet | |
| all versions | No fix yet | |
| Red Hat Single Sign-On 7 Vendor | all versions | No fix yet |
| Red Hat build of Apache Camel for Spring Boot 4 Vendor | all versions | No fix yet |
Details and references
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.
- CVSS 3.1
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
- Severity from
- no source yet
- Weakness
- CWE-1035