CVE-2024-50028
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
21/10/2024
Last modified:
25/10/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
thermal: core: Reference count the zone in thermal_zone_get_by_id()<br />
<br />
There are places in the thermal netlink code where nothing prevents<br />
the thermal zone object from going away while being accessed after it<br />
has been returned by thermal_zone_get_by_id().<br />
<br />
To address this, make thermal_zone_get_by_id() get a reference on the<br />
thermal zone device object to be returned with the help of get_device(),<br />
under thermal_list_lock, and adjust all of its callers to this change<br />
with the help of the cleanup.h infrastructure.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.9 (including) | 6.11.4 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.12:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.12:rc2:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



