CVE-2024-58239
HIGH 8.2EPSS 0.3%
In the Linux kernel, the following vulnerability has been resolved:tls: stop recv() if initial process_rx_list gave us non-DATAIf we have a non-DATA record on the rx_list and another record of thesame type still on the queue, we will end up merging them: - process_rx_list copies the non-DATA record - we start the loop and process the first available record since it's of the same type - we break out of the loop since the record was not DATAJust check the record type and jump to the end in case process_rx_listdid some work.
- CVSS v3.1
- 5.5 MEDIUM
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H - CVSS v3.1
- 8.2 HIGH
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H - EPSS
- 0.34% chance of exploitation in the next 30 days, 27th percentile
- Published
- 2025-08-22
- Updated
- 2026-08-05