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

CVE-2026-64160

Gravedad CVSS v3.1:
CRÍTICA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
19/07/2026
Última modificación:
20/07/2026

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> netfs: Fix potential for tearing in -&gt;remote_i_size and -&gt;zero_point<br /> <br /> Fix potential tearing in using -&gt;remote_i_size and -&gt;zero_point by copying<br /> i_size_read() and i_size_write() and using the same seqcount as for i_size.<br /> <br /> We need to make sure that netfslib and the filesystems that use it always<br /> hold i_lock whilst updating any of the sizes to prevent i_size_seqcount<br /> from getting corrupted.