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

afs: Fix leak of ungot volume

Fix afs_lookup_volume_rcu() so that it doesn't leak a dying volume if
afs_try_get_volume() fails.
Published: 2026-09-04
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: Resource Leak – Potential Denial of Service
Action: Apply Patch
AI Analysis

Impact

The vulnerability involves a memory leak in the Linux AFS (Andrew File System) lookup path, where a failing afs_try_get_volume() call could cause a dying volume to remain allocated. This leak can consume kernel resources over time, potentially degrading system performance or exhausting memory, leading to a denial of service in a worst‑case scenario. The weakness is a classic memory/resource management error corresponding to a leakage of internal kernel objects.

Affected Systems

All Linux kernel installations are affected, as the flaw resides in the core afs code. No specific kernel version range is listed; the fix is included in recent kernel releases that incorporate the afs_lookup_volume_rcu update.

Risk and Exploitability

The vulnerability resides in kernel code, so exploiting it would likely require code execution with kernel privileges or local system access; however, this is an inferred requirement and not documented. No publicly available exploits or attack evidence exists, and the EPSS score is unavailable, indicating a low to moderate likelihood of exploitation. The issue is not listed in the CISA KEV catalog, suggesting limited real‑world exploitation to date. Because the flaw can lead to resource exhaustion, patching remains prudent.

Generated by OpenCVE AI on September 4, 2026 at 20:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that contains the afs_lookup_volume_rcu fix
  • Disable or uninstall the AFS volume subsystem if the system does not require it
  • Monitor kernel logs for repeated afs volume allocation failures and confirm successful cleanup after the patch

Generated by OpenCVE AI on September 4, 2026 at 20:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 14 Sep 2026 12:30:00 +0000


Fri, 11 Sep 2026 10:15:00 +0000


Fri, 04 Sep 2026 21:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-773

Fri, 04 Sep 2026 17:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: afs: Fix leak of ungot volume Fix afs_lookup_volume_rcu() so that it doesn't leak a dying volume if afs_try_get_volume() fails.
Title afs: Fix leak of ungot volume
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-09-14T11:58:51.486Z

Reserved: 2026-08-26T14:34:25.799Z

Link: CVE-2026-80878

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-04T17:16:59.923

Modified: 2026-09-14T13:18:48.513

Link: CVE-2026-80878

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T23:15:04Z

Weaknesses
  • CWE-773

    Missing Reference to Active File Descriptor or Handle