CVE-2024-58239 Affecting kernel-devel package, versions *


Severity

Recommended
0.0
high
0
10

Based on Red Hat Enterprise Linux security rating.

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-RHEL8-KERNELDEVEL-12171768
  • published23 Aug 2025
  • disclosed22 Aug 2025

Introduced: 22 Aug 2025

NewCVE-2024-58239  (opens in a new tab)

How to fix?

There is no fixed version for RHEL:8 kernel-devel.

NVD Description

Note: Versions mentioned in the description apply only to the upstream kernel-devel package and not the kernel-devel package as distributed by RHEL. See How to fix? for RHEL:8 relevant fixed versions and status.

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.

CVSS Base Scores

version 3.1