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

netfs: Fix netfs_read_folio() to wait on writeback

Fix netfs_read_folio() to wait for an ongoing writeback to complete so that
it can trust the dirty flag and whatever is attached to folio->private
(folio->private may get cleaned up by the collector before it clears the
writeback flag).
Published: 2026-07-19
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, the netfs subsystem’s netfs_read_folio() function fails to pause for ongoing writeback operations. Because it proceeds without confirming that the writeback has finished, it may rely on a stale dirty flag and a folio‑private pointer that could already have been cleared by the collector. This race condition can result in memory corruption or a use‑after‑free scenario in kernel space, affecting the integrity of the operating system.

Affected Systems

Linux kernel installations that have not incorporated the recent commit fixing the netfs_read_folio() wait. All distributions distributing the unpatched kernel are affected, especially when network filesystems such as NFS or SMB are in use.

Risk and Exploitability

The vulnerability carries a CVSS score of 7.8, indicating high severity for integrity. EPSS is below 1 %, suggesting a low probability of exploitation at present. It is not listed in CISA’s KEV catalog. The likely attack vector involves a process that performs operations on a network filesystem while a writeback is in progress; the inferred attack would exploit the race condition by triggering concurrent read and writeback actions.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that includes the netfs_writeback wait fix (e.g., the commit c8271ccc in the Linux source).
  • After updating, reboot the machine to activate the new kernel and allow any pending writebacks to complete.
  • If an immediate kernel upgrade is not possible, mitigate the risk by disabling or avoiding the use of netfs‑based network filesystems such as NFS or SMB, or switching to a local filesystem that does not involve the vulnerable code path.

Generated by OpenCVE AI on July 30, 2026 at 20:49 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

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

Type Values Removed Values Added
Metrics cvssV3_1

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

cvssV3_1

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


Mon, 20 Jul 2026 12:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


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 netfs_read_folio() to wait on writeback Fix netfs_read_folio() to wait for an ongoing writeback to complete so that it can trust the dirty flag and whatever is attached to folio->private (folio->private may get cleaned up by the collector before it clears the writeback flag).
Title netfs: Fix netfs_read_folio() to wait on writeback
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:38:47.933Z

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

Link: CVE-2026-64058

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-64058 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T21:00:22Z

Weaknesses
  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition