CVE-2024-36932

CVSS v3.1 5.5 (Medium)
55% Progress
EPSS 0.04 % (10th)
0.04% Progress
Affected Products 1
Advisories 5
NVD Status Analyzed

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

thermal/debugfs: Prevent use-after-free from occurring after cdev removal

Since thermal_debug_cdev_remove() does not run under cdev->lock, it can
run in parallel with thermal_debug_cdev_state_update() and it may free
the struct thermal_debugfs object used by the latter after it has been
checked against NULL.

If that happens, thermal_debug_cdev_state_update() will access memory
that has been freed already causing the kernel to crash.

Address this by using cdev->lock in thermal_debug_cdev_remove() around
the cdev->debugfs value check (in case the same cdev is removed at the
same time in two different threads) and its reset to NULL.

Cc :6.8+ stable@vger.kernel.org # 6.8+

Weaknesses
CWE-416
Use After Free
CVE Status
PUBLISHED
NVD Status
Analyzed
CNA
kernel.org
Published Date
2024-05-30 16:15:16
(3 months ago)
Updated Date
2024-06-10 19:20:40
(3 months ago)

Affected Products

Loading...
Loading...

Configuration #1

    CPE23 From Up To
  Linux Kernel from 6.8 version and prior 6.8.10 version cpe:2.3:o:linux:linux_kernel >= 6.8 < 6.8.10
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...