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: n/a
Action: n/a
AI Analysis

Impact

During a kernel read operation on a netfs‑mounted filesystem, the function netfs_read_to_pagecache would normally stop generating new subrequests if a previously sent subrequest failed. The missing check caused the kernel to continue generating subrequests, potentially leading to uncontrolled allocation of kernel buffers and consuming system resources. An attacker who can trigger multiple failed subrequests generation could degrade performance or cause the system to become unresponsive. This flaw is identified as a critical kernel bug with a CVSS score of 9.8. The CVE description does not explicitly state the attacker’s capability; thus the possibility of an attacker triggering the failure is inferred.

Affected Systems

All releases of the Linux kernel that contain an unpatched netfs subsystem are vulnerable. The vendor enumeration lists generic Linux:Linux; no specific kernel version numbers are provided. System administrators should compare the kernel version of their host against the latest official kernel releases to determine whether the fix is present.

Risk and Exploitability

The high severity CVSS score indicates that exploitation could produce a denial‑of‑service condition affecting system availability. The EPSS score of less than 1 % suggests a low likelihood of immediate exploitation in the wild, and the vulnerability is not listed in the CISA KEV catalog. The flaw resides at kernel level; therefore the attack vector is likely local or at most privileged. This assessment of local or privileged attack vector is inferred based on the kernel‑level nature of the flaw. No public exploit has been disclosed, but the nature of the flaw warrants immediate attention.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest kernel update that contains the netfs_read_to_pagecache patch, which corrects the subrequest generation logic (CWE‑1050).
  • If an upgrade cannot be performed immediately, unmount all netfs file systems or disable netfs support to prevent additional subrequest generation until the kernel is patched.
  • Reboot the system after applying the patch or disabling netfs to ensure the kernel finishes any pending subrequests and resets its internal state.

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

No data.

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-64066 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-1050

    Excessive Platform Resource Consumption within a Loop