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

CVE-2026-80538

Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
26/08/2026
Última modificación:
27/08/2026

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> xfs: propagate errors from xfs_rtginode_load<br /> <br /> xfs_rtginode_ensure() treats every xfs_rtginode_load() error other than<br /> -ENOENT as success. This can leave the realtime group inode unset after an<br /> I/O, allocation, or corruption error. Growfs then continues as though the<br /> inode had been loaded.<br /> <br /> Only -ENOENT means that the inode needs to be created. Return all other<br /> errors to the growfs caller.