Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2024-41006

5.5 · MEDIUM
Published Jul 12, 2024 linux CWE-401 EPSS 0.24% (15th pctl)

Overview

CVE-2024-41006 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 12, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

netrom: Fix a memory leak in nr_heartbeat_expiry()

syzbot reported a memory leak in nr_create() [0].

Commit 409db27e3a2e ("netrom: Fix use-after-free of a listening socket.")

added sock_hold() to the nr_heartbeat_expiry() function, where

a) a socket has a SOCK_DESTROY flag or

b) a listening socket has a SOCK_DEAD flag.

But in the case "a," when the SOCK_DESTROY flag is set, the file descriptor

has already been closed and the nr_release() function has been called.

So it makes no sense to hold the reference count because no one will

call another nr_destroy_socket() and put it as in the case "b."

nr_connect

nr_establish_data_link

nr_start_heartbeat

nr_release

switch (nr->state)

case NR_STATE_3

nr->state = NR_STATE_2

sock_set_flag(sk, SOCK_DESTROY);

nr_rx_frame

nr_process_rx_frame

switch (nr->state)

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 4.19.272, < 4.19.317 Affected

Frequently Asked Questions

What is CVE-2024-41006?

CVE-2024-41006 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 12, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2024-41006?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2024-41006?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2024-41006?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-41006 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.