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

7.8 · HIGH
Published Jun 3, 2024 linux CWE-667 EPSS 0.15% (5th pctl)

Overview

CVE-2024-36961 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 3, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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:

thermal/debugfs: Fix two locking issues with thermal zone debug

With the current thermal zone locking arrangement in the debugfs code,

user space can open the "mitigations" file for a thermal zone before

the zone's debugfs pointer is set which will result in a NULL pointer

dereference in tze_seq_start().

Moreover, thermal_debug_tz_remove() is not called under the thermal

zone lock, so it can run in parallel with the other functions accessing

the thermal zone's struct thermal_debugfs object. Then, it may clear

tz->debugfs after one of those functions has checked it and the

struct thermal_debugfs object may be freed prematurely.

To address the first problem, pass a pointer to the thermal zone's

struct thermal_debugfs object to debugfs_create_file() in

thermal_debug_tz_add() and make tze_seq_start(), tze_seq_next(),

tze_seq_stop(), and tze_seq_show() retrieve it from s->private

instead of a pointer to the thermal zon

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.8, < 6.8.10 Affected

Frequently Asked Questions

What is CVE-2024-36961?

CVE-2024-36961 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 3, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2024-36961?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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-36961?

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

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