First published: Sun Jan 19 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-ads8688: 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.19.198<4.20 | |
Linux Kernel | >=5.4.132<5.5 | |
Linux Kernel | >=5.10.50<5.11 | |
Linux Kernel | >=5.12.17<5.13 | |
Linux Kernel | >=5.13.2<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-57906 has a low severity rating as it involves an information leak in the Linux kernel.
To fix CVE-2024-57906, you need to update your Linux kernel to the latest version where the vulnerability has been addressed.
CVE-2024-57906 affects multiple versions of the Linux kernel prior to the patch that resolves this issue.
CVE-2024-57906 is classified as an information leak vulnerability in the Linux kernel.
No specific workaround is recommended for CVE-2024-57906 other than applying the patch provided in the updated kernel.