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-49976

5.5 · MEDIUM
Published Oct 21, 2024 linux CWE-667 EPSS 0.18% (7th pctl)

Overview

CVE-2024-49976 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 21, 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:

tracing/timerlat: Drop interface_lock in stop_kthread()

stop_kthread() is the offline callback for "trace/osnoise:online", since

commit 5bfbcd1ee57b ("tracing/timerlat: Add interface_lock around clearing

of kthread in stop_kthread()"), the following ABBA deadlock scenario is

introduced:

T1 | T2 [BP] | T3 [AP]

osnoise_hotplug_workfn() | work_for_cpu_fn() | cpuhp_thread_fun()

| _cpu_down() | osnoise_cpu_die()

mutex_lock(&interface_lock) | | stop_kthread()

| cpus_write_lock() | mutex_lock(&interface_lock)

cpus_read_lock() | cpuhp_kick_ap() |

As the interface_lock here in just for protecting the "kthread" field of

the osn_var, use xchg() instead to fix this issue. Also use

for_each_online_cpu() back in stop_per_cpu_kthreads() as it can take

cp

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 >= 6.6.51, < 6.6.55 Affected

Frequently Asked Questions

What is CVE-2024-49976?

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

How severe is CVE-2024-49976?

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-49976?

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-49976?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-49976 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.