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

netfs: Fix missing locking around retry adding new subreqs

Fix netfs_retry_read_subrequests() and netfs_retry_write_stream() to take
the appropriate lock when adding extra subrequests into
stream->subrequests.
Published: 2026-07-19
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The netfs subsystem in the Linux kernel had a race condition caused by missing locking in netfs_retry_read_subrequests() and netfs_retry_write_stream(). When multiple threads concurrently add subrequests during a retry, the subrequest list can become corrupted, leading to memory corruption or a use‑after‑free within the kernel networking stack. This flaw may result in local system crashes or, if exploited with sufficient privileges, could provide a foothold for higher‑privilege compromise. The CVE does not explicitly claim remote code execution, but the type of error qualifies as a critical resource‑management vulnerability.

Affected Systems

All Linux kernel releases that contain the unpatched netfs retry logic are vulnerable. The advisory does not specify a kernel version range, so any distribution shipping a pre‑fix kernel (including common mainstream distributions) is considered at risk until an updated kernel is installed.

Risk and Exploitability

With a CVSS score of 9.8, this issue is rated critical. The EPSS score is below 1%, indicating a low but non‑zero likelihood that exploitation is occurring today. The vulnerability is not yet listed in CISA’s KEV catalog. The race condition requires concurrent activity on the netfs retry path, which suggests that straightforward remote exploitation is unlikely; however, a local attacker or one who can generate sufficient network traffic to trigger the retry sequence could induce the race and cause a crash or memory corruption. No public exploitation evidence is available, so the attack surface remains theoretical.

Generated by OpenCVE AI on August 3, 2026 at 01:32 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the netfs locking fix, as distributed by your vendor.
  • If an immediate kernel upgrade is not feasible, avoid using netfs mounts or disable any mount options that trigger the retry logic to reduce the window for the race condition.
  • Monitor kernel logs for signs of memory corruption, crashes, or abnormal subrequest behavior, and respond to incidents promptly.

Generated by OpenCVE AI on August 3, 2026 at 01:32 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-413
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 missing locking around retry adding new subreqs Fix netfs_retry_read_subrequests() and netfs_retry_write_stream() to take the appropriate lock when adding extra subrequests into stream->subrequests.
Title netfs: Fix missing locking around retry adding new subreqs
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:52.223Z

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

Link: CVE-2026-64068

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

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T01:45:02Z

Weaknesses
  • CWE-413

    Improper Resource Locking