First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: thermal: core: Reference count the zone in thermal_zone_get_by_id() There are places in the thermal netlink code where nothing prevents the thermal zone object from going away while being accessed after it has been returned by thermal_zone_get_by_id(). To address this, make thermal_zone_get_by_id() get a reference on the thermal zone device object to be returned with the help of get_device(), under thermal_list_lock, and adjust all of its callers to this change with the help of the cleanup.h infrastructure.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.9<6.11.4 | |
Linux Kernel | =6.12-rc1 | |
Linux Kernel | =6.12-rc2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-50028 has a moderate severity rating due to potential impact on system stability.
To fix CVE-2024-50028, update your Linux kernel to version 6.12-rc2 or later.
CVE-2024-50028 affects Linux kernel versions from 5.9 to 6.11.4 and includes 6.12-rc1 and 6.12-rc2.
Yes, CVE-2024-50028 can potentially lead to system crashes due to improper handling of thermal zone objects.
CVE-2024-50028 is classified as a local vulnerability as it requires local system access to exploit.