HTTP Request Smuggling Affecting io.netty:netty-codec-http package, versions [,4.1.71.Final)
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-JAVA-IONETTY-2314893
- published 10 Dec 2021
- disclosed 9 Dec 2021
- credit Unknown
Introduced: 9 Dec 2021
CVE-2021-43797 Open this link in a new tabHow to fix?
Upgrade io.netty:netty-codec-http
to version 4.1.71.Final or higher.
Overview
io.netty:netty-codec-http is a network application framework for rapid development of maintainable high performance protocol servers & clients.
Affected versions of this package are vulnerable to HTTP Request Smuggling. Netty currently just skips control characters when these are present at the beginning or end of the header name. It should instead fail fast as these are not allowed by the spec and could lead to HTTP request smuggling. Failing to do the validation might cause netty to "sanitize" header names before it forward these to another remote system when used as proxy. This remote system can't see the invalid usage anymore, and therefore does not do the validation itself.