Description
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.
Published: 2026-09-25
Score: n/a
EPSS: n/a
KEV: No
Impact: Potential loss of extended attribute data
Action: Apply Patch
AI Analysis

Impact

A flaw in the Linux kernel's NTFS file system module causes the HasEA flag to be set incorrectly when a write of extended attributes fails. The flag is updated unconditionally even when the operation does not succeed, and the flag’s value is then used to hide existing on‑disk extended attributes until the inode is evicted. This results in silent, irreversible loss of attribute data rather than a clean error. The vulnerability is a state‑management issue that can lead to data integrity problems within the file system.

Affected Systems

All Linux kernel builds that use the NTFS module and have not applied the recent patch, regardless of distribution. No specific kernel versions are listed, so any kernel before the fix is potentially affected.

Risk and Exploitability

The flaw can be exercised only when a privileged process writes extended attributes to an NTFS volume. The attack does not allow arbitrary code execution or remote compromise. Because it requires local privileged access and no publicly known exploit exists, the risk is moderate. The EPSS score is not available and the vulnerability is not listed in CISA's KEV catalog.

Generated by OpenCVE AI on September 25, 2026 at 11:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest kernel update that fixes the ntfs_set_ea routine so the HasEA flag is updated only on successful attribute writes.
  • If an update is not yet available, limit the use of the setxattr system call on NTFS mounts to trusted users and monitor for unexpected changes in extended attributes.
  • As a temporary safeguard, run periodic consistency checks or audit scripts that verify that the HasEA flag matches the actual presence of extended attributes on the disk.

Generated by OpenCVE AI on September 25, 2026 at 11:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 12:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665
CWE-703

Fri, 25 Sep 2026 10:45:00 +0000

Type Values Removed Values Added
Description 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.
Title ntfs: leave HasEA flag untouched on setxattr failure
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-25T10:36:12.310Z

Reserved: 2026-09-25T10:25:14.319Z

Link: CVE-2026-98133

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-25T11:17:44.710

Modified: 2026-09-25T11:17:44.710

Link: CVE-2026-98133

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T13:30:18Z

Weaknesses
  • CWE-665

    Improper Initialization

  • CWE-703

    Improper Check or Handling of Exceptional Conditions