First published: Fri Dec 27 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: cpufreq: CPPC: Fix possible null-ptr-deref for cppc_get_cpu_cost() cpufreq_cpu_get_raw() may return NULL if the cpu is not in policy->cpus cpu mask and it will cause null pointer dereference, so check NULL for cppc_get_cpu_cost().
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.19<6.1.120 | |
Linux Kernel | >=6.2<6.6.64 | |
Linux Kernel | >=6.7<6.11.11 | |
Linux Kernel | >=6.12<6.12.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2024-53230 is critical due to the potential for a null pointer dereference in the Linux kernel.
To fix CVE-2024-53230, users should update their Linux kernel to a version that includes the fix, specifically 6.1.120 or higher, 6.6.64 or higher, 6.11.11 or higher, or 6.12.2 or higher.
Versions of the Linux kernel vulnerable to CVE-2024-53230 include those between 5.19 and 6.1.120, 6.2 and 6.6.64, 6.7 and 6.11.11, and 6.12 and 6.12.2.
Yes, CVE-2024-53230 is related to the cpufreq subsystem in Linux, which manages CPU frequency scaling and could lead to performance degradation due to a null pointer dereference.
Anyone using the specified vulnerable versions of the Linux kernel on their systems is affected by CVE-2024-53230 and should take immediate action to mitigate the risk.