### [CVE-2024-57906](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-57906) ![](https://img.shields.io/static/v1?label=Product&message=Linux&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=26aa12ef64ee997d293659bbf645c6df99fb73e5%3C%201c80a0985a9a14f33dbf63cd703ca010f094f878%20&color=brighgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### Description In the Linux kernel, the following vulnerability has been resolved:iio: adc: ti-ads8688: fix information leak in triggered bufferThe 'buffer' local array is used to push data to user space from atriggered buffer, but it does not set values for inactive channels, asit only uses iio_for_each_active_channel() to assign new values.Initialize the array to zero before using it to avoid pushinguninitialized information to userspace. ### POC #### Reference No PoCs from references. #### Github - https://github.com/oogasawa/Utility-security