First published: Thu May 08 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: cpufreq: scmi: Fix null-ptr-deref in scmi_cpufreq_get_rate() cpufreq_cpu_get_raw() can return NULL when the target CPU is not present in the policy->cpus mask. scmi_cpufreq_get_rate() does not check for this case, which results in a NULL pointer dereference. Add NULL check after cpufreq_cpu_get_raw() to prevent this issue.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-37830 is considered a moderate severity vulnerability due to the potential for a null pointer dereference.
To fix CVE-2025-37830, update your Linux kernel to a version where the vulnerability has been patched.
The vulnerability CVE-2025-37830 affects the Linux kernel, particularly in the cpufreq component.
Yes, CVE-2025-37830 could lead to system crashes or unexpected behavior due to a null pointer dereference.
CVE-2025-37830 is not typically considered a remote exploit and requires local conditions that could lead to dereferencing a null pointer.