First published: Wed May 01 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return value cpufreq_cpu_get may return NULL. To avoid NULL-dereference check it and return 0 in case of error. Found by Linux Verification Center (linuxtesting.org) with SVACE.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=4.10<5.10.214 | |
Linux Kernel | >=5.11<5.15.153 | |
Linux Kernel | >=5.16<6.1.83 | |
Linux Kernel | >=6.2<6.6.23 | |
Linux Kernel | >=6.7<6.7.11 | |
Linux Kernel | >=6.8<6.8.2 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.11-1 6.12.12-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-27051 has a moderate severity level due to its potential for causing NULL dereference issues in the Linux kernel.
CVE-2024-27051 affects Linux kernel versions from 4.10 up to and including 6.8.2.
To fix CVE-2024-27051, upgrade to a patched version of the Linux kernel such as 5.10.223-1 or 6.1.123-1.
CVE-2024-27051 is caused by the cpufreq_cpu_get function potentially returning NULL, leading to a NULL dereference.
Using affected versions of the Linux kernel with CVE-2024-27051 poses a risk and should be avoided until patched.