CVE-2026-63967
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
19/07/2026
Última modificación:
30/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
iio: imu: st_lsm6dsx: fix stack leak in tagged FIFO buffer<br />
<br />
The tagged FIFO path declares iio_buff on the stack with __aligned(8)<br />
but no initializer, but there is a hole in the structure, which will<br />
then leak to userspace as ST_LSM6DSX_SAMPLE_SIZE bytes (6) will be<br />
copied, but the space between that and the timestamp are not<br />
initialized.<br />
<br />
Commit c14edb4d0bdc ("iio:imu:st_lsm6dsx Fix alignment and data leak<br />
issues") moved the untagged FIFO path to a kzalloc&#39;d buffer in hw->scan,<br />
but for the tagged path it only added the alignment qualifier and not<br />
the initializer :(<br />
<br />
Fix this by just zero-initializing the structure on the stack.
Impacto
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/3147b303b8c7d9f91da4b849ece33b45048f5eaf
- https://git.kernel.org/stable/c/890d0312d5f94be43eac21f5a34d3bccc60d051b
- https://git.kernel.org/stable/c/babf1943a40bb5669db57d30ca16c22504b18e07
- https://git.kernel.org/stable/c/c9d8e9adaa63150ef7e833480b799d0bab83a276
- https://git.kernel.org/stable/c/d42ac0bfb6a16617c62a59d53706579c7fadbfa6
- https://git.kernel.org/stable/c/e6bb3a49c5f9de870ea95e69775df785728e3366
- https://git.kernel.org/stable/c/fe1a7f99e72ebd2880515332b79b8c256be22aca
- https://git.kernel.org/stable/c/ff8d3c088b77b11782f2c3b97e37425be050e8de



