Uncontrolled Recursion Affecting io.undertow:undertow-core package, versions [,2.2.34.Final) [2.3.0.Final,2.3.8.Final)
Threat Intelligence
EPSS
0.04% (15th
percentile)
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-7433720
- published 10 Jul 2024
- disclosed 8 Jul 2024
- credit Unknown
Introduced: 8 Jul 2024
CVE-2024-5971 Open this link in a new tabHow to fix?
Upgrade io.undertow:undertow-core
to version 2.2.34.Final, 2.3.8.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 Uncontrolled Recursion in chunked response handling. An attacker can cause a client to wait indefinitely by sending excessive data without a 0\r\n
termination sequence in chunked responses, thereby disrupting service to the server.
Note: This is only exploitable when using NewSessionTicket
functionality in TLS 1.3 on Java 17.