First published: Sun Jan 19 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: iio: light: vcnl4035: fix information leak in triggered buffer The 'buffer' local array is used to push data to userspace from a triggered buffer, but it does not set an initial value for the single data element, which is an u16 aligned to 8 bytes. That leaves at least 4 bytes uninitialized even after writing an integer value with regmap_read(). 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 |
---|---|---|
Red Hat Kernel-devel | ||
Linux Kernel | >=5.4.132<5.4.290 | |
Linux Kernel | >=5.10.50<5.10.234 | |
Linux Kernel | >=5.12.17<5.13 | |
Linux Kernel | >=5.13.2<5.15.177 | |
Linux Kernel | >=5.16<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 | |
debian/linux | <=5.10.223-1 | 5.10.234-1 6.1.129-1 6.1.133-1 6.12.22-1 |
debian/linux-6.1 | 6.1.129-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-57910 has a medium severity rating due to its potential for information leakage.
To fix CVE-2024-57910, update the Linux kernel to a version that addresses this vulnerability.
CVE-2024-57910 affects multiple versions of the Linux kernel, specifically those between 5.4.132-5.4.290, 5.10.50-5.10.234, 5.12.17-5.13, and others listed in the CVE details.
The impact of CVE-2024-57910 is primarily an information leak, which could expose sensitive data from the kernel to unauthorized users.
CVE-2024-57910 was resolved in the Linux kernel with additional patches that mitigated the information leak.