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

net: ip6_tunnel: require CAP_NET_ADMIN in the device netns for changelink

ip6_tnl_changelink() operates on at most two netns, dev_net(dev) and the
tunnel link netns t->net. They differ once the device is created in or
moved to a netns other than the one the request runs in. The rtnl
changelink path checks CAP_NET_ADMIN only against dev_net(dev), so a
caller privileged there but not in t->net can rewrite a tunnel that
lives in t->net.

Gate ip6_tnl_changelink() on rtnl_dev_link_net_capable() at its top,
before any attribute is parsed.
Published: 2026-08-15
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s ip6_tnl_changelink function lacks a capability check when changing IPv6 tunnel attributes. An attacker who holds CAP_NET_ADMIN in one network namespace can invoke this operation to modify or replace a tunnel that resides in a different namespace, effectively bypassing intended access controls. This flaw enables a local privileged process to alter networking configuration in a separate, isolated namespace, potentially reconfiguring routes, exposing traffic, or disrupting services.

Affected Systems

All Linux kernel distributions that have not applied the security commits referenced in the advisory (commit identifiers 234cd54fc500f69db43e37de38603da617fbbeea, 2496fa0b7d180b3ad356b514e7ff93bb14e6140a, 2636d061bc237a2446a146e42dcc6563acfa7432, 7f68f7928484f463a5bc0d50e6fdd8d16f55a5aa, d4bcc202a3530c856e1cb183384bc9cc8fddab22) are affected. No specific kernel version information is included in the CNA data, so any kernel lacking these patches is at risk.

Risk and Exploitability

Exploitation requires local execution with CAP_NET_ADMIN in the originating namespace but not in the target namespace. The CVSS score of 8.8 reflects the high impact of privilege escalation. The EPSS score of less than 1% indicates a very low but nonzero probability of exploitation observed in the wild. The vulnerability is not listed in the CISA KEV catalog, but the lack of remote vectors means that only compromised or privileged local processes can leverage it.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel patch that incorporates the security commits referenced in the advisory.
  • If a kernel update is not immediately possible, rebuild a custom kernel with the modified ip6_tunnel code that includes the "require CAP_NET_ADMIN" gate on the target namespace.
  • Enforce strict namespace isolation so that processes with CAP_NET_ADMIN are confined to a single namespace and cannot carry the capability across multiple namespaces.

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

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Sun, 23 Aug 2026 13:15:00 +0000


Tue, 18 Aug 2026 04:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Tue, 18 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-270
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Mon, 17 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H'}


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

Type Values Removed Values Added
Weaknesses CWE-284

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net: ip6_tunnel: require CAP_NET_ADMIN in the device netns for changelink ip6_tnl_changelink() operates on at most two netns, dev_net(dev) and the tunnel link netns t->net. They differ once the device is created in or moved to a netns other than the one the request runs in. The rtnl changelink path checks CAP_NET_ADMIN only against dev_net(dev), so a caller privileged there but not in t->net can rewrite a tunnel that lives in t->net. Gate ip6_tnl_changelink() on rtnl_dev_link_net_capable() at its top, before any attribute is parsed.
Title net: ip6_tunnel: require CAP_NET_ADMIN in the device netns for changelink
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-23T12:46:34.252Z

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

Link: CVE-2026-72051

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:14.423

Modified: 2026-08-23T13:16:38.300

Link: CVE-2026-72051

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72051 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T06:00:04Z

Weaknesses
  • CWE-270

    Privilege Context Switching Error