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

netfs: Fix leak of request in netfs_write_begin() error handling

Fix netfs_write_begin() to not leak our ref on the request in the event
that we get an error from netfs_wait_for_read().
Published: 2026-07-19
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Resource Leak in Kernel NetFS Module
Action: Apply Patch
AI Analysis

Impact

The Linux kernel had a bug in the netfs_write_begin() routine where an error condition caused a reference to be leaked during cleanup. This leak could lead to a gradual exhaustion of kernel resources, resulting in degraded performance or a denial‑of‑service scenario if the error path is triggered repeatedly. The vulnerability is identified as CWE‑772: Unreleased Resource in a Disposable Object and also as CWE‑401: Missing Release of Resource After Use.

Affected Systems

All systems running the Linux kernel that had not yet applied the committed fix for CVE‑2026‑64060 are vulnerable. The affected component is the netfs (network filesystem) subsystem within the kernel. No specific kernel releases are listed in the data, so any kernel version before the fix is at risk.

Risk and Exploitability

The CVSS score of 5.5 places the vulnerability in the moderate range. The EPSS score of less than 1% indicates a very low probability of exploitation in the wild, and the vulnerability is not listed in the CISA KEV catalog. Exploitation is likely to require local system access or elevated privileges to trigger the error path and cause resource exhaustion. The risk is primarily limited to potential denial of service rather than remote code execution or data compromise.

Generated by OpenCVE AI on September 3, 2026 at 09:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the commit fixing netfs_write_begin() error handling.
  • Check vendor advisories for the specific kernel release that incorporates this fix and ensure the system is running that version.
  • If an upgrade is not immediately possible, monitor kernel logs for repeated netfs_write_begin() errors and consider restricting access to the netfs service to trusted users to reduce the chance of triggering the flaw.

Generated by OpenCVE AI on September 3, 2026 at 09:52 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

Wed, 02 Sep 2026 21:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401
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 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
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

Low


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 leak of request in netfs_write_begin() error handling Fix netfs_write_begin() to not leak our ref on the request in the event that we get an error from netfs_wait_for_read().
Title netfs: Fix leak of request in netfs_write_begin() error handling
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-07-19T15:39:40.243Z

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

Link: CVE-2026-64060

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

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

Modified: 2026-09-02T21:12:35.677

Link: CVE-2026-64060

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-64060 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T10:00:12Z

Weaknesses
  • CWE-401

    Missing Release of Memory after Effective Lifetime

  • CWE-772

    Missing Release of Resource after Effective Lifetime