First published: Sun Jan 19 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: iio: light: bh1745: fix information leak in triggered buffer The 'scan' local struct 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 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.12<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-57909 has been assigned a moderate severity rating due to the information leak it can cause.
To fix CVE-2024-57909, update the Linux kernel to the latest version where the vulnerability has been resolved.
CVE-2024-57909 affects the Linux Kernel specifically in the iio: light: bh1745 component.
CVE-2024-57909 is categorized as an information leak vulnerability in the Linux kernel.
CVE-2024-57909 affects specific versions of the Linux kernel that include the vulnerable iio: light: bh1745 implementation.