CVE-2026-89601

8.8

Linux · Kernel

The Linux kernel ext2 file system driver is vulnerable to lost inode updates for IS_SYNC inodes, which may lead to data corruption or integrity loss.

Executive summary

A flaw in the Linux kernel ext2 filesystem driver could result in lost inode updates, posing a significant risk of data corruption or unauthorized system state changes.

Vulnerability

This is an improper synchronization issue within the ext2 filesystem driver, specifically involving the ext2_setsize and ext2_xattr_set2 functions. An authenticated attacker with low privileges could exploit this logic error to cause the kernel to lose critical inode updates, leading to potential file system inconsistency.

Business impact

The exploitation of this vulnerability can lead to critical data loss or file system corruption, which may result in unexpected application failures or system instability. Given the High severity CVSS score of 8.8, this flaw represents a significant risk to data integrity and availability, potentially impacting business operations that rely on the reliability of the underlying storage layer.

Remediation

Immediate Action: Update the Linux kernel to version 7.2.4 or later as provided by your distribution vendor to incorporate the necessary synchronization fixes.

Proactive Monitoring: Monitor system logs for file system error messages and unusual disk I/O patterns that may indicate integrity issues within the ext2 partitions.

Compensating Controls: Ensure that sensitive data is backed up regularly and consider migrating from the legacy ext2 filesystem to more modern, journaling-capable filesystems where business requirements allow.

Exploitation status

Public Exploit Available: No

Analyst recommendation

The vulnerability in the ext2 filesystem driver presents a substantial risk to data integrity within the Linux kernel. Administrators should prioritize applying vendor-supplied kernel updates to version 7.2.4 or higher to resolve the synchronization logic error. Failure to patch may leave systems susceptible to silent data corruption, which is often difficult to detect and recover from without significant downtime.

More Linux CVEs all →

History

CVE Brief tracked this CVE 1 day before it had a CVSS score.

  1. Disclosed CVE record published
  2. Collected by CVE Brief No CVSS score yet; tracked as early warning
  3. CVSS score assigned 8.8 (3.1)
  4. Analyst report written
  5. Published in the daily brief high section

Sources