AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2024-58239

MEDIUM · CVSS 5.5 EPSS 0.19%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-08-22 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 5.5. It affects Linux.

CVE
CVE-2024-58239
Severity
MEDIUM
CVSS
5.5
EPSS
0.19%
Linux

Original NVD Description

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.

Related CVEs

Other vulnerabilities affecting the same vendor(s)