CVE Catalog

CVE-2026-98133

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, ntfs_set_ea() in the ntfs driver unconditionally updates the HasEA flag based on ea_info_qsize in its exit path. When an error occurs before ea_info_qsize is updated, NInoClearHasEA() hides existing on-disk extended attributes (EAs) until the inode is evicted.

Risk Assessment

Hiding existing extended attributes can lead to loss of access to data or filesystem metadata inconsistencies.

Recommendation

Update the Linux kernel to a version containing the fix that only updates the HasEA flag on success.

Other vulnerabilities in Linux kernel (ntfs)

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: ntfs: leave HasEA flag untouched on setxattr failure In ntfs_set_ea(), the exit path unconditionally updates the HasEA flag based on ea_info_qsize. When an error occurs before ea_info_qsize is updated, NInoClearHasEA() hides existing on-disk EAs until the inode is evicted. Only update the flag on success.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS