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

afs: Fix misplaced inc of net->cells_outstanding

Fix net->cells_outstanding being incremented before the check for failure
of idr_alloc_cyclic(), leaving the count incremented on error.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw in the Linux kernel’s AFS subsystem is a resource‑management error that increments the network cells outstanding counter before confirming that the idr_alloc_cyclic allocation succeeded. When the allocation fails, the counter is still increased, causing the kernel to believe more cells are in use than actually are. This miscount can lead to an over‑estimation of resource usage, potentially triggering unintended resource exhaustion or degraded performance for the affected system.

Affected Systems

The vulnerability affects the Linux kernel, specifically the AFS network cell management code. Precise affected versions are not listed, but the bug applies to all kernel releases prior to the inclusion of the patch described in the input. Systems running any recent Linux kernel without the update are potentially affected.

Risk and Exploitability

Based on the description, it is inferred that the vulnerability could enable a local denial‑of‑service condition by causing the kernel to over‑estimate the number of network cells in use. The CVSS score of 5.5 indicates medium severity. No information indicates remote exploitation or privilege escalation, so the likely attack vector is local. The EPSS score of < 1% suggests a very low exploitation probability, and the vulnerability is not listed in the CISA KEV catalog.

Generated by OpenCVE AI on August 22, 2026 at 05:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to the latest stable release that includes the AFS cells_outstanding fix.
  • Reboot the system to activate the updated kernel.
  • After reboot, monitor kernel logs and resource usage statistics to confirm that the cells_outstanding counter remains within normal limits.

Generated by OpenCVE AI on August 22, 2026 at 05:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400
CWE-665

Tue, 18 Aug 2026 12: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


Sat, 15 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400
CWE-665

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: afs: Fix misplaced inc of net->cells_outstanding Fix net->cells_outstanding being incremented before the check for failure of idr_alloc_cyclic(), leaving the count incremented on error.
Title afs: Fix misplaced inc of net->cells_outstanding
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-17T05:13:28.597Z

Reserved: 2026-08-09T03:40:39.922Z

Link: CVE-2026-72376

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:11.090

Modified: 2026-08-17T06:18:41.970

Link: CVE-2026-72376

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72376 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T05:15:03Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime