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

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

ipip6_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 ipip6_changelink() on rtnl_dev_link_net_capable() at its top,
before any attribute is parsed. sit was the one tunnel type not covered
by the recent series that added this check to the other changelink()
handlers.
Published: 2026-08-15
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the ipip6_changelink routine within the Linux kernel's sit (IPv6‑over‑IPv4) tunnel driver. When a tunnel is created or moved, the routine may operate on two distinct network namespaces—the namespace of the device and that of the tunnel link. The kernel performs the CAP_NET_ADMIN check only against the device’s namespace, not the tunnel’s. An attacker who possesses CAP_NET_ADMIN in the device namespace but not in the tunnel namespace can therefore alter or replace the tunnel’s configuration. This capability misuse permits privileged actions on resources outside the attacker’s intended namespace, constituting a privilege escalation flaw.

Affected Systems

This flaw affects all Linux kernel builds that include the sit tunnel driver. No specific kernel version is enumerated in the advisory; the vulnerability persists until the kernel commit that gates the capability check in ipip6_changelink is merged. Systems running unpatched kernels that expose sit tunnels to users with CAP_NET_ADMIN are thus affected.

Risk and Exploitability

The CVSS score of 8.8 signals high severity, reflecting the potential for unauthorized configuration changes. The EPSS score of < 1% indicates a low probability of exploitation in the wild. Remote or local exploitation would require a process with CAP_NET_ADMIN in the caller’s network namespace; it is likely that such privilege is granted to users who need network configuration capabilities. The vulnerability is not included in the CISA KEV catalog.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a Linux kernel update that incorporates the ipip6_changelink capability check patch.
  • Limit CAP_NET_ADMIN privileges in network namespaces that host sit tunnels, ensuring users lacking authority in the tunnel’s namespace cannot use the command.
  • Restrict creation of sit tunnels to trusted users or containers, and review netns configurations to prevent unnecessary privilege overlap.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-695

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

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

None

threat_severity

Important


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

Type Values Removed Values Added
Weaknesses CWE-695

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

Type Values Removed Values Added
Weaknesses CWE-252
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-252
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: sit: require CAP_NET_ADMIN in the device netns for changelink ipip6_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 ipip6_changelink() on rtnl_dev_link_net_capable() at its top, before any attribute is parsed. sit was the one tunnel type not covered by the recent series that added this check to the other changelink() handlers.
Title net: sit: 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-17T05:39:54.286Z

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

Link: CVE-2026-72061

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72061

cve-icon Redhat

Severity : Important

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

Links: CVE-2026-72061 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-266

    Incorrect Privilege Assignment