CVE-2026-41417

MEDIUM

Netty vulnerable to HTTP request smuggling and RTSP request injection via DefaultHttpRequest.setUri()

Title source: cna
STIX 2.1

Description

Netty allows request-line validation to be bypassed when a `DefaultHttpRequest` or `DefaultFullHttpRequest` is created first and its URI is later changed via `setUri()`. The constructors reject CRLF and whitespace characters that would break the start-line, but `setUri()` does not apply the same validation. `HttpRequestEncoder` and `RtspEncoder` then write the URI into the request line verbatim. If attacker-controlled input reaches `setUri()`, this enables CRLF injection and insertion of additional HTTP or RTSP requests, leading to HTTP request smuggling or desynchronization on the HTTP side and request injection on the RTSP side. This issue is fixed in versions 4.2.13.Final and 4.1.133.Final.

References (1)

Core 1
Core References

Scores

CVSS v3 5.3
EPSS 0.0031
EPSS Percentile 22.1%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

CISA SSVC

Vulnrichment
Exploitation poc
Automatable yes
Technical Impact partial

Details

CWE
CWE-444 CWE-93
Status published
Products (5)
io.netty/netty-codec-http 0 - 4.1.133.FinalMaven
io.netty/netty-codec-http 4.2.0.Alpha1 - 4.2.13.FinalMaven
netty/netty < 4.1.133
netty/netty <= 4.1.132.Final
netty/netty >= 4.2.0.Alpha1, <= 4.2.12.Final
Published May 06, 2026
Tracked Since May 07, 2026