CVE-2026-31449
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-125
Lectura fuera de límites
Fecha de publicación:
22/04/2026
Última modificación:
07/05/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ext4: validate p_idx bounds in ext4_ext_correct_indexes<br />
<br />
ext4_ext_correct_indexes() walks up the extent tree correcting<br />
index entries when the first extent in a leaf is modified. Before<br />
accessing path[k].p_idx->ei_block, there is no validation that<br />
p_idx falls within the valid range of index entries for that<br />
level.<br />
<br />
If the on-disk extent header contains a corrupted or crafted<br />
eh_entries value, p_idx can point past the end of the allocated<br />
buffer, causing a slab-out-of-bounds read.<br />
<br />
Fix this by validating path[k].p_idx against EXT_LAST_INDEX() at<br />
both access sites: before the while loop and inside it. Return<br />
-EFSCORRUPTED if the index pointer is out of range, consistent<br />
with how other bounds violations are handled in the ext4 extent<br />
tree code.
Impacto
Puntuación base 3.x
7.80
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 2.6.19.1 (incluyendo) | 6.12.80 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.21 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 6.19.11 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:2.6.19:-:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.19:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.19:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.19:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.19:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.19:rc6:*:*:*:*:*:* | ||
| 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:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



