cve/2024/CVE-2024-57910.md
2025-09-29 16:08:36 +00:00

1.0 KiB

CVE-2024-57910

Description

In the Linux kernel, the following vulnerability has been resolved:iio: light: vcnl4035: fix information leak in triggered bufferThe 'buffer' local array is used to push data to userspace from atriggered buffer, but it does not set an initial value for the singledata element, which is an u16 aligned to 8 bytes. That leaves at least4 bytes uninitialized even after writing an integer value withregmap_read().Initialize the array to zero before using it to avoid pushinguninitialized information to userspace.

POC

Reference

No PoCs from references.

Github