SamHeadrickCx / JavaVulnerableLab-1

lab
GNU General Public License v2.0
0 stars 0 forks source link

CX: CVE-2024-5971 in Maven-io.undertow:undertow-core and 2.0.9.Final @ JavaVulnerableLab-1.refs/heads/master #70

Open github-actions[bot] opened 1 month ago

github-actions[bot] commented 1 month ago

Description

A vulnerability was found in the undertow-core, 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 did 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 (DOS) attack. This happens only with Java 17 TLSv1.3 scenarios. This vulnerability affects io.undertow:undertow-core package versions 1.2.0.Beta6 through 2.3.14.Final.

HIGH Vulnerable Package issue exists @ io.undertow:undertow-core in branch refs/heads/master

Vulnerability ID: CVE-2024-5971

Package Name: io.undertow:undertow-core

Severity: HIGH

CVSS Score: 7.5

Publish Date: 2024-07-08T21:15:00

Current Package Version: 2.0.9.Final

Remediation Upgrade Recommendation: 2.2.36.Final

Link To SCA

Reference – NVD link

github-actions[bot] commented 4 days ago

Issue still exists.