{"vulnerability": "RHSA-2024:4884", "sightings": [{"uuid": "29151682-9d60-4fe6-95d5-c4251985ad27", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4884", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/6207", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-5971\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 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.\n\ud83d\udccf Published: 2024-07-08T20:51:29.223Z\n\ud83d\udccf Modified: 2025-03-03T14:17:30.281Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:4392\n2. https://access.redhat.com/errata/RHSA-2024:4884\n3. https://access.redhat.com/errata/RHSA-2024:5143\n4. https://access.redhat.com/errata/RHSA-2024:5144\n5. https://access.redhat.com/errata/RHSA-2024:5145\n6. https://access.redhat.com/errata/RHSA-2024:5147\n7. https://access.redhat.com/errata/RHSA-2024:6508\n8. https://access.redhat.com/errata/RHSA-2024:6883\n9. https://access.redhat.com/security/cve/CVE-2024-5971\n10. https://bugzilla.redhat.com/show_bug.cgi?id=2292211", "creation_timestamp": "2025-03-03T14:30:00.000000Z"}, {"uuid": "38e92c44-b225-465c-ad32-2f5e25263105", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4884", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/19413", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-1635\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and open file limits exhausted at some point, depending on the amount of memory available. \n\nAt HTTP upgrade to remoting, the WriteTimeoutStreamSinkConduit leaks connections if RemotingConnection is closed by Remoting ServerConnectionOpenListener. Because the remoting connection originates in Undertow as part of the HTTP upgrade, there is an external layer to the remoting connection. This connection is unaware of the outermost layer when closing the connection during the connection opening procedure. Hence, the Undertow WriteTimeoutStreamSinkConduit is not notified of the closed connection in this scenario. Because WriteTimeoutStreamSinkConduit creates a timeout task, the whole dependency tree leaks via that task, which is added to XNIO WorkerThread. So, the workerThread points to the Undertow conduit, which contains the connections and causes the leak.\n\ud83d\udccf Published: 2024-02-19T21:23:14.496Z\n\ud83d\udccf Modified: 2025-06-25T00:32:58.709Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1674\n2. https://access.redhat.com/errata/RHSA-2024:1675\n3. https://access.redhat.com/errata/RHSA-2024:1676\n4. https://access.redhat.com/errata/RHSA-2024:1677\n5. https://access.redhat.com/errata/RHSA-2024:1860\n6. https://access.redhat.com/errata/RHSA-2024:1861\n7. https://access.redhat.com/errata/RHSA-2024:1862\n8. https://access.redhat.com/errata/RHSA-2024:1864\n9. https://access.redhat.com/errata/RHSA-2024:1866\n10. https://access.redhat.com/errata/RHSA-2024:3354\n11. https://access.redhat.com/errata/RHSA-2024:4884\n12. https://access.redhat.com/errata/RHSA-2025:4226\n13. https://access.redhat.com/errata/RHSA-2025:9583\n14. https://access.redhat.com/security/cve/CVE-2024-1635\n15. https://bugzilla.redhat.com/show_bug.cgi?id=2264928", "creation_timestamp": "2025-06-25T00:49:28.000000Z"}, {"uuid": "d6281f1f-e015-4c9d-a39d-7554927fb0f5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "RHSA-2024:4884", "type": "seen", "source": "https://t.me/DarkWebInformer_CVEAlerts/5443", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-6162\n\ud83d\udd25 CVSS Score: 7.5 (cvssV3_1, Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)\n\ud83d\udd39 Description: A vulnerability was found in Undertow, where URL-encoded request paths can be mishandled during concurrent requests on the AJP listener. This issue arises because the same buffer is used to decode the paths for multiple requests simultaneously, leading to incorrect path information being processed. As a result, the server may attempt to access the wrong path, causing errors such as \"404 Not Found\" or other application failures. This flaw can potentially lead to a denial of service, as legitimate resources become inaccessible due to the path mix-up.\n\ud83d\udccf Published: 2024-06-20T14:33:10.342Z\n\ud83d\udccf Modified: 2025-02-26T02:40:52.058Z\n\ud83d\udd17 References:\n1. https://access.redhat.com/errata/RHSA-2024:1194\n2. https://access.redhat.com/errata/RHSA-2024:4386\n3. https://access.redhat.com/errata/RHSA-2024:4884\n4. https://access.redhat.com/security/cve/CVE-2024-6162\n5. https://bugzilla.redhat.com/show_bug.cgi?id=2293069\n6. https://issues.redhat.com/browse/JBEAP-26268", "creation_timestamp": "2025-02-26T03:24:44.000000Z"}]}