First published: Sun Jan 19 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-ads1119: fix information leak in triggered buffer The 'scan' local struct is used to push data to user space from a triggered buffer, but it has a hole between the sample (unsigned int) and the timestamp. This hole is never initialized. Initialize the struct 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 | >=6.11<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-57905 is classified as a medium severity vulnerability in the Linux kernel.
To fix CVE-2024-57905, update your Linux kernel to the latest version where the vulnerability has been patched.
CVE-2024-57905 is an information leak vulnerability in the Linux kernel's IIO ADC driver.
CVE-2024-57905 affects the Linux kernel, particularly systems utilizing the ti-ads1119 ADC.
CVE-2024-57905 can lead to potential exposure of sensitive information from user space to unauthorized access.