First published: Fri May 09 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: s390/sclp: Add check for get_zeroed_page() Add check for the return value of get_zeroed_page() in sclp_console_init() to prevent null pointer dereference. Furthermore, to solve the memory leak caused by the loop allocation, add a free helper to do the free job.
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-37883 is classified as a medium severity vulnerability due to potential null pointer dereference and memory leak issues.
To fix CVE-2025-37883, update to the latest version of the Linux kernel where this vulnerability has been resolved.
CVE-2025-37883 may lead to system crashes or instability due to null pointer dereference, impacting system availability.
CVE-2025-37883 affects various versions of the Linux kernel, specifically those utilizing the sclp console functionality.
There are no known effective workarounds for CVE-2025-37883; applying the kernel patch is the recommended action.