First published: Wed May 29 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ppdev: Add an error check in register_device In register_device, the return value of ida_simple_get is unchecked, in witch ida_simple_get will use an invalid index value. To address this issue, index should be checked after ida_simple_get. When the index value is abnormal, a warning message should be printed, the port should be dropped, and the value should be recorded.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <6.10 | 6.10 |
debian/linux | 5.10.223-1 5.10.234-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.16-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-36015 has a medium severity rating due to its potential to cause resource mismanagement in the Linux kernel.
To fix CVE-2024-36015, update the kernel to versions 6.10 or specific patched versions provided by Red Hat and Debian.
CVE-2024-36015 affects multiple kernel versions, specifically those prior to 6.10 for Red Hat and several versions for Debian, including 5.10.223-1 and 6.1.123-1.
CVE-2024-36015 can lead to system instability and potential access issues due to improper handling of device registration.
CVE-2024-36015 is considered to be less likely to be exploited remotely but may still pose a risk depending on the system's configuration and exposure.