๐Ÿ” CVE Alert

CVE-2026-93565

HIGH 7.5

Io.netty/netty-codec-http: netty rtspdecoder method-token smuggling via trailing control byte

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

### Summary `RtspMethods.valueOf()` silently strips trailing control bytes (any character with code point <= 0x20, the full range that `String.trim()` removes) before performing a cache lookup against its ten pre-populated method constants. A wire-delivered RTSP request whose method token ends with a trailing control byte โ€” for example `PLAY\x00` or `PLAY\r`, immediately before the separating space โ€” is decoded by `RtspDecoder` as a fully successful PLAY request, with `decoderResult().isSuccess() == true and request.method() == RtspMethods.PLAY` (same object reference as the cached singleton). The application layer cannot distinguish this from a clean `PLAY` request. This is the same root cause as #16723 and #16971, in a sibling that those fixes did not reach. The fix for `HttpMethod` hardened `HttpMethod.valueOf()` directly, but `RtspMethods.valueOf()` has its own independent `checkNonEmptyAfterTrim()` call that runs before the cache lookup โ€” meaning a trailing-control-byte token hits the cache before the hardened `HttpMethod` constructor ever sees it. ### Reproduction Minimal wire-level reproduction Send the following raw bytes to any Netty-based RTSP server using R

CWE CWE-1035
Vendor red hat
Product red hat amq broker 7
Published Sep 18, 2026
Stay Ahead of the Next One

Get instant alerts for red hat red hat amq broker 7

Be the first to know when new high vulnerabilities affecting red hat red hat amq broker 7 are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None

Affected Versions

Red Hat / Red Hat AMQ Broker 7
All versions affected
Red Hat / Red Hat AMQ Clients
All versions affected
Red Hat / Red Hat build of Apache Camel 4 for Quarkus 3
All versions affected
Red Hat / Red Hat build of Apache Camel for Spring Boot 4
All versions affected
Red Hat / Red Hat build of Apicurio Registry 3
All versions affected
Red Hat / Red Hat build of Debezium 3
All versions affected
Red Hat / Red Hat Build of Keycloak
All versions affected
Red Hat / Red Hat build of Quarkus
All versions affected
Red Hat / Red Hat Data Grid 8
All versions affected
Red Hat / Red Hat Fuse 7
All versions affected
Red Hat / Red Hat JBoss Enterprise Application Platform 7
All versions affected
Red Hat / Red Hat JBoss Enterprise Application Platform 8
All versions affected
Red Hat / Red Hat Single Sign-On 7
All versions affected

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
access.redhat.com: https://access.redhat.com/security/cve/CVE-2026-93565 bugzilla.redhat.com: https://bugzilla.redhat.com/show_bug.cgi?id=2536952