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

netfs: Fix netfs_read_to_pagecache() to pause on subreq failure

Fix netfs_read_to_pagecache() so that it pauses the generation of new
subrequests if an already-issued subrequest fails.
Published: 2026-07-19
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service through uncontrolled subrequest generation
Action: Apply Patch
AI Analysis

Impact

During a read operation on a netfs‑mounted filesystem, the function netfs_read_to_pagecache() failed to halt the creation of new subrequests when an already‑issued subrequest encountered a failure. This oversight allowed the kernel to continue scheduling further subrequests indefinitely, potentially exhausting kernel buffers and other resources. An attacker who can provoke multiple failed subrequests – for example by manipulating netfs traffic or triggering errors on the filesystem – could degrade system performance or render the system unresponsive. The flaw is classified as a critical kernel bug with a CVSS score of 9.8. The description does not explicitly state the attacker’s ability to trigger the failure, so any claim about the attacker's capability remains inferred.

Affected Systems

All versions of the Linux kernel that contain an unpatched netfs subsystem are vulnerable. The affected releases include all kernel versions prior to the patch and include the 7.1 release candidates (rc1 through rc4) as listed in the CPE strings. System administrators should verify the installed kernel against the latest official releases to determine if the netfs_read_to_pagecache patch has been applied.

Risk and Exploitability

The high CVSS score indicates that an exploit could produce a denial‑of‑service condition affecting system availability. The EPSS score of less than 1 % suggests that the likelihood of this vulnerability being exploited in the wild is low at the present time, and it is not listed in CISA's Known Exploited Vulnerabilities catalog. The vulnerability resides at kernel level, so the attack vector is likely local or at most privileged; this assessment is inferred from the kernel‑level nature of the flaw. No public exploit has been disclosed, yet the severe impact warrants prompt remediation.

Generated by OpenCVE AI on September 3, 2026 at 16:57 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest kernel update that includes the netfs_read_to_pagecache patch, which restores the subrequest generation check.
  • If an immediate kernel upgrade is not possible, unmount all netfs file systems or disable netfs support to prevent further subrequest generation until the kernel can be patched.
  • Reboot the system after applying the patch or disabling netfs to ensure that any partial subrequests are cleared and the kernel state is reset.

Generated by OpenCVE AI on September 3, 2026 at 16:57 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
Ubuntu USN Ubuntu USN USN-8663-1 Linux kernel (NVIDIA) vulnerabilities
Ubuntu USN Ubuntu USN USN-8664-1 Linux kernel (NVIDIA BaseOS) vulnerabilities
Ubuntu USN Ubuntu USN USN-8728-1 Linux kernel (GCP) vulnerabilities
History

Thu, 03 Sep 2026 15:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125
CPEs cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:*

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


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 netfs_read_to_pagecache() to pause on subreq failure Fix netfs_read_to_pagecache() so that it pauses the generation of new subrequests if an already-issued subrequest fails.
Title netfs: Fix netfs_read_to_pagecache() to pause on subreq 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-08-05T12:38:50.075Z

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

Link: CVE-2026-64066

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-07-19T16:17:47.190

Modified: 2026-09-03T15:35:09.090

Link: CVE-2026-64066

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-64066 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T17:00:06Z

Weaknesses
  • CWE-1050

    Excessive Platform Resource Consumption within a Loop

  • CWE-125

    Out-of-bounds Read