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

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

ipip_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 ipip_changelink() on rtnl_dev_link_net_capable() at its top,
before any attribute is parsed.
Published: 2026-08-15
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel network subsystem fails to enforce CAP_NET_ADMIN on the network namespace of a tunnel device when changing link parameters. A caller that holds capability in the device’s own namespace but not in the tunnel’s namespace can modify the tunnel configuration, enabling unauthorized network traffic or disruption.

Affected Systems

All Linux kernel versions deployable on standard distributions are potentially affected. The flaw resides in the ipip driver and affects system administrators and privileged users capable of invoking rtnl link changes.

Risk and Exploitability

The vulnerability provides a privilege‑escalation vector that can be leveraged by local or network‑level attackers with capability CAP_NET_ADMIN in the device’s namespace. While no CVSS or EPSS metrics are currently published, the impact on network isolation makes it significant, and the fix is already available in recent kernel releases. The issue is not yet listed in CISA KEV.

Generated by OpenCVE AI on August 15, 2026 at 07:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that includes the git commit resolving this issue.
  • Restrict the use of ipip tunnels or the CAP_NET_ADMIN capability in untrusted or shared namespaces.
  • If an immediate kernel upgrade is unavailable, audit and monitor for unauthorized tunnel changes to detect exploitation attempts.

Generated by OpenCVE AI on August 15, 2026 at 07:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 08:15: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: ipip: require CAP_NET_ADMIN in the device netns for changelink ipip_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 ipip_changelink() on rtnl_dev_link_net_capable() at its top, before any attribute is parsed.
Title net: ipip: 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-15T05:52:09.924Z

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

Link: CVE-2026-72053

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-15T06:21:14.650

Link: CVE-2026-72053

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T08:00:06Z

Weaknesses