CVE-2024-58239

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-58239
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-58239.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-58239
Downstream
Related
Published
2025-08-22T14:15:45Z
Modified
2025-08-22T18:08:51Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

tls: stop recv() if initial processrxlist gave us non-DATA

If we have a non-DATA record on the rxlist and another record of the same type still on the queue, we will end up merging them: - processrx_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 processrxlist did some work.

References

Affected packages