HTTP Request Smuggling Affecting io.undertow:undertow-core package, versions [,2.2.30.Final) [2.3.0.Alpha1,2.3.11.Final)
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-IOUNDERTOW-8383402
- published 18 Nov 2024
- disclosed 17 Nov 2024
- credit Unknown
Introduced: 17 Nov 2024
New CVE-2023-4639 Open this link in a new tabHow to fix?
Upgrade io.undertow:undertow-core
to version 2.2.30.Final, 2.3.11.Final or higher.
Overview
io.undertow:undertow-core is a Java web server based on non-blocking IO.
Affected versions of this package are vulnerable to HTTP Request Smuggling due to the interaction of quotation marks and delimiters in the parseCookie()
function. An attacker can exfiltrate HttpOnly
cookie values or smuggle extra cookie values.