Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

CVE-2026-31484

Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-125 Lectura fuera de límites
Fecha de publicación:
22/04/2026
Última modificación:
28/04/2026

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> io_uring/fdinfo: fix OOB read in SQE_MIXED wrap check<br /> <br /> __io_uring_show_fdinfo() iterates over pending SQEs and, for 128-byte<br /> SQEs on an IORING_SETUP_SQE_MIXED ring, needs to detect when the second<br /> half of the SQE would be past the end of the sq_sqes array. The current<br /> check tests (++sq_head &amp; sq_mask) == 0, but sq_head is only incremented<br /> when a 128-byte SQE is encountered, not on every iteration. The actual<br /> array index is sq_idx = (i + sq_head) &amp; sq_mask, which can be sq_mask<br /> (the last slot) while the wrap check passes.<br /> <br /> Fix by checking sq_idx directly. Keep the sq_head increment so the loop<br /> still skips the second half of the 128-byte SQE on the next iteration.

Productos y versiones vulnerables

CPE Desde Hasta
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.19.1 (incluyendo) 6.19.11 (excluyendo)
cpe:2.3:o:linux:linux_kernel:6.19:-:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:*