CyberRota Analysis
This is a high severity vulnerability with a CVSS score of 7.5. It affects Java. It may lead to a denial-of-service condition.
CVE
CVE-2024-5971
Severity
HIGH
CVSS
7.5
EPSS
2.72%
Java
Original NVD Description
A vulnerability was found in Undertow, where the chunked response hangs after the body was flushed. The response headers and body were sent but the client would continue waiting as Undertow does not send the expected 0\r\n termination of the chunked response. This results in uncontrolled resource consumption, leaving the server side to a denial of service attack. This happens only with Java 17 TLSv1.3 scenarios.