Skip to main content

Linux Kernel EUVDEUVD-2026-45633

| CVE-2026-64060 MEDIUM
Memory Leak (CWE-401)
2026-07-19 Linux GHSA-hp9w-255m-3fwf
5.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
5.5 MEDIUM

Local low-privilege access required; resource leak impacts only availability with no confidentiality or integrity consequences per description.

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
4.0 AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
SUSE
MEDIUM
qualitative
Red Hat
5.5 LOW
qualitative

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

6
Metadata Corrected
Sep 02, 2026 - 23:40 vuln.today
tag: Information Disclosure replaced by Denial Of Service
Analysis Generated
Sep 02, 2026 - 23:36 vuln.today
CVSS changed
Sep 02, 2026 - 21:22 NVD
5.5 (MEDIUM)
Patch available
Jul 19, 2026 - 17:03 EUVD
CVE Published
Jul 19, 2026 - 15:39 cve.org
UNKNOWN (no severity yet)
CVE Published
Jul 19, 2026 - 15:39 nvd
MEDIUM 5.5

DescriptionNVD

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().

AnalysisAI

Reference leak in the Linux kernel netfs subsystem exposes systems with network filesystem mounts to a local denial-of-service condition. The netfs_write_begin() function fails to drop its held reference on the netfs request object when netfs_wait_for_read() returns an error, violating reference-counting invariants in the kernel's network filesystem abstraction layer. A low-privileged local user who can trigger repeated write errors on a netfs-backed mount (NFS, Ceph, AFS, or similar) can slowly exhaust kernel memory resources. No public exploit code exists and EPSS is 0.17% (6th percentile), consistent with a low-priority kernel maintenance fix.

Technical ContextAI

The Linux kernel netfs subsystem (cpe:2.3:a:linux:linux) provides a generic read/write helper layer shared across network filesystems including NFS, Ceph, AFS, and Samba/CIFS. The netfs_write_begin() function implements the folio-based write-start path: it populates the page cache by waiting for a pending read via netfs_wait_for_read(). When that wait returns an error - for example due to a network fault or server-side failure - the function's error path returns without releasing the reference it holds on the netfs_io_request object. CWE-401 (Missing Release of Memory after Effective Lifetime) describes this class precisely: the request allocation remains pinned beyond its useful lifetime, leaking memory in an unbounded fashion across repeated error events. The introduced-by commit is 4090b31422a6f24dfe701e31ffec7ba5804a7e2f; the fix corrects the refcount drop in all relevant error branches.

RemediationAI

Update the Linux kernel to a patched version: 6.18.34, 7.0.11, or 7.1 or later. Ubuntu users should apply the update detailed in USN-8593-1 (https://ubuntu.com/security/notices/USN-8593-1). For distributions not yet shipping patched kernels, the upstream stable commits are available for manual backporting from git.kernel.org. As a compensating control on systems that cannot be patched immediately, unmounting or disabling all netfs-backed network filesystem mounts (NFS, Ceph, AFS) eliminates the vulnerable code path entirely, though this will disrupt access to network-attached storage and should only be considered where the operational impact is acceptable. No other targeted workarounds exist for the refcount leak itself short of a kernel patch.

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 16.0 Affected

Share

EUVD-2026-45633 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy