CVE-2026-53027
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
24/06/2026
Última modificación:
24/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
fs/ntfs3: fix missing run load for vcn0 in attr_data_get_block_locked()<br />
<br />
When a compressed or sparse attribute has its clusters frame-aligned,<br />
vcn is rounded down to the frame start using cmask, which can result<br />
in vcn != vcn0. In this case, vcn and vcn0 may reside in different<br />
attribute segments.<br />
<br />
The code already handles the case where vcn is in a different segment<br />
by loading its runs before allocation. However, it fails to load runs<br />
for vcn0 when vcn0 resides in a different segment than vcn. This causes<br />
run_lookup_entry() to return SPARSE_LCN for vcn0 since its segment was<br />
never loaded into the in-memory run list, triggering the WARN_ON(1).<br />
<br />
Fix this by adding a missing check for vcn0 after the existing vcn<br />
segment check. If vcn0 falls outside the current segment range<br />
[svcn, evcn1), find and load the attribute segment containing vcn0<br />
before performing the run lookup.<br />
<br />
The following scenario triggers the bug:<br />
attr_data_get_block_locked()<br />
vcn = vcn0 & cmask
Impacto
Puntuación base 3.x
5.50
Gravedad 3.x
MEDIA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.1.132 (incluyendo) | 6.2 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (incluyendo) | 7.0.10 (excluyendo) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/08fad5d5a26cc55c0ecb68ac59ba3be5e31f4147
- https://git.kernel.org/stable/c/2b4ae1ce613ade8a7e118fba4a5a77cd23e97e54
- https://git.kernel.org/stable/c/d68a14450783ecc5fddae957ac4e1c546dfcfb73
- https://git.kernel.org/stable/c/d7ea8495fd307b58f8867acd81a1b40075b1d3ba
- https://git.kernel.org/stable/c/ea59d9dbc5504e29d420ac4aab774cbce39b0e69



