CVE-2026-41417
Last modified
CVE-2026-41417 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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. EPSS estimates a 0.31% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Netty | Netty | < 4.1.133 |
| Netty | Netty | >= 4.2.0, < 4.2.13 |
References
- https://github.com/netty/netty/security/advisories/GHSA-v8h7-rr48-vmmvExploit, Mitigation, Vendor Advisory
- https://github.com/netty/netty/security/advisories/GHSA-v8h7-rr48-vmmvExploit, Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-41417?
How severe is CVE-2026-41417?
How do I fix CVE-2026-41417?
Are you affected by CVE-2026-41417?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
