Memory Leak Affecting io.undertow:undertow-core package, versions [,2.2.37.Final) [2.3.0.Alpha1,2.3.18.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-7433721
- published 10 Jul 2024
- disclosed 9 Jul 2024
- credit Unknown
Introduced: 9 Jul 2024
CVE-2024-3653 Open this link in a new tabHow to fix?
Upgrade io.undertow:undertow-core
to version 2.2.37.Final, 2.3.18.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 Memory Leak when the learning-push
handler is configured with the default maxAge
of -1
. An attacker who can send normal HTTP requests may consume excessive memory.
Workaround
This vulnerability can be avoided by setting a value for maxAge
that is not -1
.