CVE-2026-93565: CWE-1035 in Red Hat Red Hat AMQ Broker 7
### 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
AI Analysis
Technical Summary
The vulnerability arises because RtspMethods.valueOf() silently removes trailing control bytes (characters with code point <= 0x20) from RTSP method tokens before performing a cache lookup against pre-populated method constants. As a result, a wire-delivered RTSP request with a method token ending in a trailing control byte (e.g., PLAY\x00 or PLAY\r) is decoded as a successful PLAY request with the cached singleton method object. This prevents the application from distinguishing between a clean method token and one with trailing control bytes. The root cause is similar to previous issues (#16723 and #16971) fixed in sibling components, but the fix for HttpMethod.valueOf() did not apply to RtspMethods.valueOf(), which has its own check that allows the malformed token to hit the cache before the hardened constructor is invoked.
Potential Impact
An attacker can send RTSP requests with method tokens containing trailing control bytes that are accepted as valid by the server, potentially bypassing validation checks that rely on exact method token matching. The CVSS score of 7.5 (high) with an impact vector indicating no confidentiality or availability impact but high integrity impact suggests that the vulnerability could allow unauthorized modification or injection of RTSP requests that appear valid to the application layer. There is no indication of direct confidentiality or availability compromise.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory at https://access.redhat.com/security/cve/CVE-2026-93565 for current remediation guidance. No official fix or patch links are provided in the input data. Until a fix is available, consider additional input validation or filtering at the application or network level to detect and block RTSP method tokens with trailing control bytes.
CVE-2026-93565: CWE-1035 in Red Hat Red Hat AMQ Broker 7
Description
### 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
CVSS v3.1
Score 7.5high
Affected software
Red Hat
Red Hat AMQ Broker 7
Red Hat
Red Hat AMQ Clients
Red Hat
Red Hat build of Apache Camel 4 for Quarkus 3
Red Hat
Red Hat build of Apache Camel for Spring Boot 4
Red Hat
Red Hat build of Apicurio Registry 3
Red Hat
Red Hat build of Debezium 3
Red Hat
Red Hat Build of Keycloak
Red Hat
Red Hat build of Quarkus
Red Hat
Red Hat Data Grid 8
Red Hat
Red Hat Fuse 7
Red Hat
Red Hat JBoss Enterprise Application Platform 7
Red Hat
Red Hat JBoss Enterprise Application Platform 8
Red Hat
Red Hat Single Sign-On 7
Weaknesses
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The vulnerability arises because RtspMethods.valueOf() silently removes trailing control bytes (characters with code point <= 0x20) from RTSP method tokens before performing a cache lookup against pre-populated method constants. As a result, a wire-delivered RTSP request with a method token ending in a trailing control byte (e.g., PLAY\x00 or PLAY\r) is decoded as a successful PLAY request with the cached singleton method object. This prevents the application from distinguishing between a clean method token and one with trailing control bytes. The root cause is similar to previous issues (#16723 and #16971) fixed in sibling components, but the fix for HttpMethod.valueOf() did not apply to RtspMethods.valueOf(), which has its own check that allows the malformed token to hit the cache before the hardened constructor is invoked.
Potential Impact
An attacker can send RTSP requests with method tokens containing trailing control bytes that are accepted as valid by the server, potentially bypassing validation checks that rely on exact method token matching. The CVSS score of 7.5 (high) with an impact vector indicating no confidentiality or availability impact but high integrity impact suggests that the vulnerability could allow unauthorized modification or injection of RTSP requests that appear valid to the application layer. There is no indication of direct confidentiality or availability compromise.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory at https://access.redhat.com/security/cve/CVE-2026-93565 for current remediation guidance. No official fix or patch links are provided in the input data. Until a fix is available, consider additional input validation or filtering at the application or network level to detect and block RTSP method tokens with trailing control bytes.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- redhat
- Date Reserved
- 2026-09-18T09:59:50.676Z
- Cvss Version
- 3.1
- State
- PUBLISHED
- Vendor Advisory Urls
- [{"url":"https://access.redhat.com/security/cve/CVE-2026-93565","vendor":"Red Hat"}]
Threat ID: 6aad4b7355bf5e2cf51f5ed1
Added to database: 09/18/2026, 14:32:19 UTC
Last enriched: 09/18/2026, 14:46:35 UTC
Last updated: 09/19/2026, 01:33:49 UTC
Views: 10
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.