CVE-2026-64532
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
27/07/2026
Última modificación:
27/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
fs/ntfs3: bound NTFS_DE view.data_off in UpdateRecordData{Root,Allocation}<br />
<br />
In do_action()&#39;s UpdateRecordDataRoot (fslog.c:3489) and<br />
UpdateRecordDataAllocation (fslog.c:3697) cases, the memmove<br />
destination is `Add2Ptr(e, le16_to_cpu(e->view.data_off))`,<br />
where e->view.data_off comes from an on-disk NTFS_DE inside<br />
an INDEX_ROOT or INDEX_BUFFER. Neither case validates<br />
view.data_off + dlen against e->size; the existing<br />
check_if_index_root / check_if_alloc_index helpers walk the<br />
entry chain and validate the entry&#39;s offset, but not its<br />
internal view fields.<br />
<br />
The neighbouring read sites (e.g., fs/ntfs3/index.c when<br />
iterating view entries) check view.data_off + view.data_size<br />
size. Apply the same bound at the two memmove sites.<br />
<br />
Reproduced under UML+KASAN on mainline 8d90b09e6741 via<br />
pr_warn-only probe instrumentation: with view.data_off forced<br />
to 0xFFFC, the memmove writes 32 bytes past the end of the<br />
NTFS_DE.<br />
<br />
This is similar in shape to Pavitra Jha&#39;s 2026-05-02 patch<br />
"fs/ntfs3: prevent oob in case UpdateRecordDataRoot"<br />
() which<br />
proposes calling ntfs3_bad_de_range(); that helper does not<br />
exist in mainline. This patch uses inline checks.
Impacto
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/315d3a9a48b49f889da3d858a9307e677cb9e1bd
- https://git.kernel.org/stable/c/36feda687afebae24c472202694448738809c411
- https://git.kernel.org/stable/c/3e127829e57f5190f612412ece4541cb96d5ec7a
- https://git.kernel.org/stable/c/429d653ca641d38a78609b8f62e81a0a5c780a2d
- https://git.kernel.org/stable/c/b20e5a709d8bd190d6e4645606763c7423e694c1
- https://git.kernel.org/stable/c/be306b8d9143a9c076c804a7ca025d69caf9c448
- https://git.kernel.org/stable/c/d41b382068ca4e64e421f736cdd700095464b6ac



