First published: Sun Jan 19 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: iio: imu: kmx61: fix information leak in triggered buffer The 'buffer' local array is used to push data to user space from a triggered buffer, but it does not set values for inactive channels, as it only uses iio_for_each_active_channel() to assign new values. Initialize the array to zero before using it to avoid pushing uninitialized information to userspace.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux kernel | ||
Linux Kernel | >=4.0<6.1.125 | |
Linux Kernel | >=6.2<6.6.72 | |
Linux Kernel | >=6.7<6.12.10 | |
Linux Kernel | =6.13-rc1 | |
Linux Kernel | =6.13-rc2 | |
Linux Kernel | =6.13-rc3 | |
Linux Kernel | =6.13-rc4 | |
Linux Kernel | =6.13-rc5 | |
Linux Kernel | =6.13-rc6 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-57908 is classified as a vulnerability with a potential information leak issue in the Linux kernel.
To fix CVE-2024-57908, you need to update your Linux kernel to the latest version that addresses this vulnerability.
CVE-2024-57908 affects Linux kernel versions between 4.0 and 6.12.10, along with various release candidates of version 6.13.
CVE-2024-57908 may lead to information leakage from the triggered buffer, potentially exposing sensitive data.
CVE-2024-57908 is considered serious due to its potential to leak sensitive information, but its criticality may depend on specific system configurations.