Tracker / CVE-2024-58239
CVE-2024-58239
High 8.2
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.
Affected products and versions
| linux | linux_kernel |
|---|---|
| linux | linux_kernel · 5.1 → 5.4.270 |
| linux | linux_kernel · 5.11 → 5.15.150 |
| linux | linux_kernel · 5.16 → 6.1.80 |
| linux | linux_kernel · 5.5 → 5.10.211 |
| linux | linux_kernel · 6.2 → 6.6.19 |
| linux | linux_kernel · 6.7 → 6.7.7 |
Analysis
This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.