VDB
DEBIAN-CVE-2024-58239
DEBIAN-CVE-2024-58239
PUBLISHED
CVSS 5.5 MEDIUM
In the Linux kernel, the following vulnerability has been resolved: tls: stop recv() if initial process_rx_list gave us non-DATA If we have a non-DATA record on the rx_list and another record of the same 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 DATA Just check the record type and jump to the end in case process_rx_list did some work.
Risk Scores
CVSS 3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:13 | linux | 0, 0 |
| Debian:12 | linux | 0, 6.1.27-1, 6.1.38-1 |
| Debian:11 | linux | 5.10.46-5, 5.10.149-1, * |
| Debian:14 | linux | 0, 0 |
Exploit Intelligence
- A variant of CVE-2024-58239 (github-poc-repo)
- khoatran107/cve-2024-58239 (github-poc-repo)
- A variant of CVE-2024-58239 (github-poc)
- khoatran107/cve-2024-58239 (github-poc)
Timeline
- Aug 22, 2025 CVE Published
- Apr 28, 2026 CVE Updated