Description
In the Linux kernel, the following vulnerability has been resolved:

netfs: Fix potential for tearing in ->remote_i_size and ->zero_point

Fix potential tearing in using ->remote_i_size and ->zero_point by copying
i_size_read() and i_size_write() and using the same seqcount as for i_size.

We need to make sure that netfslib and the filesystems that use it always
hold i_lock whilst updating any of the sizes to prevent i_size_seqcount
from getting corrupted.
Published: 2026-07-19
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This kernel vulnerability occurs in the netfs file‑system helper library. The oversight allows the remote size parameters remote_i_size and zero_point to be updated without holding the i_lock, potentially corrupting the i_size_seqcount and causing file‑size tearing. The result is integrity failure and possible corruption of files accessed via netfs. The weakness is classified as CWE‑821, reflecting insufficient synchronization.

Affected Systems

All Linux kernel distributions are affected, as the issue resides in the core kernel code shared across all vendor builds. Any system running a kernel version prior to the fix, as identified by the commit referenced in the advisory, must be updated. No specific product version list is provided, so the rule of thumb is that if your kernel has not been patched with the recent netfs changes, it is vulnerable.

Risk and Exploitability

The CVSS score of 9.8 marks the issue as critical. However, the EPSS score of less than 1% suggests that exploit activity is extremely unlikely at present. The vulnerability is not listed in the CISA KEV catalog, indicating that no known exploits have been observed in the wild. Attack likely requires local privileged access or the ability to mount netfs filesystems; the description does not detail a remote exploitation path, so the potential is primarily local. Consequently, the risk is high in the presence of unprivileged user operations on netfs, but the exploitation probability remains low.

Generated by OpenCVE AI on July 30, 2026 at 20:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade your Linux kernel to the latest stable release that incorporates the netfs i_size seqcount fix.
  • Reinstall or recompile netfslib and all filesystem modules that depend on it to guarantee that the proper i_lock is exercised during size updates.
  • If an immediate kernel upgrade is not feasible, unmount or disable all netfslib‑based filesystems until the patch is applied, to avoid potential data corruption.

Generated by OpenCVE AI on July 30, 2026 at 20:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Tue, 21 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-821
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 20 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Sun, 19 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: netfs: Fix potential for tearing in ->remote_i_size and ->zero_point Fix potential tearing in using ->remote_i_size and ->zero_point by copying i_size_read() and i_size_write() and using the same seqcount as for i_size. We need to make sure that netfslib and the filesystems that use it always hold i_lock whilst updating any of the sizes to prevent i_size_seqcount from getting corrupted.
Title netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
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-08-05T12:39:50.187Z

Reserved: 2026-07-19T07:54:57.038Z

Link: CVE-2026-64160

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-64160 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T20:15:05Z

Weaknesses
  • CWE-821

    Incorrect Synchronization