HTTP request smuggling In netty
Description
Netty is an open-source, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. In Netty (io.netty:netty-codec-http2) before version 4.1.61.Final there is a vulnerability that enables request smuggling. The content-length header is not correctly validated if the request only uses a single Http2HeaderFrame with the endStream set to to true. This could lead to request smuggling if the request is proxied to a remote peer and translated to HTTP/1.1. This is a followup of GHSA-wm47-8v5p-wjpj/CVE-2021-21295 which did miss to fix this one case. This was fixed as part of 4.1.61.Final.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Component | Affected version | Patched versions |
|---|---|---|---|
debian 13 | 1:4.1.48-4 | ||
maven | 1.4.11, 2.4.1 | ||
debian 11 | 1:4.1.48-4 | ||
debian 12 | 1:4.1.48-4 | ||
debian 14 | 1:4.1.48-4 | ||
maven | - | ||
maven | 4.1.61.final | ||
maven | 4.1.61.final | ||
maven | 4.1.61.final | ||
maven | 4.1.61.final |
1-10 of 13
10
Aliases
References