CVE-2025-37841: pm: cpupower: bench: Prevent NULL dereference on malloc failure
In the Linux kernel, the following vulnerability has been resolved:
pm: cpupower: bench: Prevent NULL dereference on malloc failure
If malloc returns NULL due to low memory, 'config' pointer can be NULL. Add a check to prevent NULL dereference.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2025-37841?
CVE-2025-37841 is considered a low-severity vulnerability related to NULL dereference on malloc failure in the Linux kernel.
How do I fix CVE-2025-37841?
To fix CVE-2025-37841, ensure that you update your Linux Kernel to the latest version that includes the patch for this vulnerability.
What is the impact of CVE-2025-37841?
The impact of CVE-2025-37841 may lead to application crashes or unexpected behavior due to a NULL pointer dereference.
Which versions of the Linux kernel are affected by CVE-2025-37841?
CVE-2025-37841 affects specific versions of the Linux kernel prior to the patch being implemented but the exact versions can vary.
Who discovered CVE-2025-37841?
CVE-2025-37841 was resolved by contributors to the Linux kernel community to enhance system stability.