ghsa-xpp6-8r3j-ww43
Vulnerability from github
Published
2024-07-08 21:31
Modified
2024-09-30 19:46
Severity ?
7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
8.7 (High) - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
8.7 (High) - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
Summary
Undertow Denial of Service vulnerability
Details
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.
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "io.undertow:undertow-core" }, "ranges": [ { "events": [ { "introduced": "2.3.0.Alpha1" }, { "fixed": "2.3.15.Final" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Maven", "name": "io.undertow:undertow-core" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "2.2.34.Final" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-5971" ], "database_specific": { "cwe_ids": [ "CWE-674" ], "github_reviewed": true, "github_reviewed_at": "2024-07-09T21:04:44Z", "nvd_published_at": "2024-07-08T21:15:12Z", "severity": "HIGH" }, "details": "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.", "id": "GHSA-xpp6-8r3j-ww43", "modified": "2024-09-30T19:46:25Z", "published": "2024-07-08T21:31:40Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-5971" }, { "type": "WEB", "url": "https://github.com/undertow-io/undertow/pull/1638" }, { "type": "WEB", "url": "https://github.com/undertow-io/undertow/pull/1640" }, { "type": "WEB", "url": "https://github.com/undertow-io/undertow/pull/1641" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2024:4392" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2024:4884" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2024:5143" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2024:5144" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2024:5145" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2024:5147" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2024:6508" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2024:6883" }, { "type": "WEB", "url": "https://access.redhat.com/security/cve/CVE-2024-5971" }, { "type": "WEB", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292211" }, { "type": "PACKAGE", "url": "https://github.com/undertow-io/undertow" }, { "type": "WEB", "url": "https://issues.redhat.com/browse/UNDERTOW-2413" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" }, { "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N", "type": "CVSS_V4" } ], "summary": "Undertow Denial of Service vulnerability" }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.