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

devlink: fix net namespace reference leak in reload

devlink_nl_reload_doit() calls devlink_netns_get(), which returns a net
with a held reference. When the requested namespace differs from the
current one and the reload action is not DRIVER_REINIT, the function
returns -EOPNOTSUPP without releasing the reference. Add the missing
put_net() on this error path.
Published: 2026-08-22
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service via kernel resource exhaustion
Action: Apply Patch
AI Analysis

Impact

The vulnerability arises when a devlink reload operation requests a net namespace different from the current one without triggering a driver reinitialization. devlink_nl_reload_doit() obtains a reference to the target net namespace but fails to release it when the operation returns –EOPNOTSUPP. This resource leak (a CWE‑399 Resource Management – Incomplete Release weakness) can accumulate over time, potentially exhausting kernel resources and destabilizing the system. The impact is local and requires privileged access to issue devlink reload commands.

Affected Systems

All Linux kernel builds that include the devlink subsystem are affected, from early stable releases up through the current mainline kernel. No specific sub‑versions are listed, but the issue exists in any kernel that has not yet incorporated the modern fix for this reference leak.

Risk and Exploitability

The EPSS score of <1% suggests a very low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog. Because the bug occurs during an operation that typically requires root or CAP_SYS_MODULE privileges, the attack vector is local with elevated privileges. An attacker with sufficient permissions could repeatedly trigger the problematic code path, incrementally leaking net namespace references and eventually causing kernel instability, crash, or denial of service.

Generated by OpenCVE AI on August 25, 2026 at 14:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a release that includes the reference‑leak fix (e.g., commit 1c4dac9bf1d2ac31da63b794bdec697777cbd0fd)
  • Reboot or reload networking services to clear any leaked references in the current session
  • Configure monitoring to detect repeated devlink reload failures, as a sign of a potential exploitation attempt

Generated by OpenCVE AI on August 25, 2026 at 14:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6466-1 linux security update
History

Tue, 25 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-911
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, 22 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-399
CWE-401

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: devlink: fix net namespace reference leak in reload devlink_nl_reload_doit() calls devlink_netns_get(), which returns a net with a held reference. When the requested namespace differs from the current one and the reload action is not DRIVER_REINIT, the function returns -EOPNOTSUPP without releasing the reference. Add the missing put_net() on this error path.
Title devlink: fix net namespace reference leak in reload
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-22T15:33:12.106Z

Reserved: 2026-08-15T05:44:03.928Z

Link: CVE-2026-74718

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-22T16:16:46.710

Modified: 2026-08-22T16:16:46.710

Link: CVE-2026-74718

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-74718 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T14:15:05Z

Weaknesses
  • CWE-399
  • CWE-401

    Missing Release of Memory after Effective Lifetime

  • CWE-911

    Improper Update of Reference Count