Information Exposure The advisory has been revoked - it doesn't affect any version of package io.undertow:undertow-core  (opens in a new tab)


Threat Intelligence

EPSS
0.04% (12th 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 IDSNYK-JAVA-IOUNDERTOW-8501333
  • published13 Dec 2024
  • disclosed12 Dec 2024
  • creditUnknown

Introduced: 12 Dec 2024

CVE-2024-4109  (opens in a new tab)
CWE-200  (opens in a new tab)

Amendment

This was deemed not a vulnerability.

Overview

io.undertow:undertow-core is a Java web server based on non-blocking IO.

Affected versions of this package are vulnerable to Information Exposure via the reuse of HTTP/2 request headers. An attacker can access sensitive information from previous requests by exploiting the incorrect reuse of header values across different streams on the same connection.

Note: The CVE for this vulnerability has been rejected because multiple invocations of the same HpackDecoder from different threads are required for the vulnerability but such concurrent accesses are not possible, so the issue is not exploitable.

References