Skip to main content

Linux Kernel CVE-2026-72061

| EUVDEUVD-2026-59019 HIGH
2026-08-15 416baaa9-dc9f-4396-8d5f-8c081fb06d67 GHSA-56j6-32rp-jfrg
8.8
CVSS 3.1 · Vendor: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Share

Severity by source

Vendor (416baaa9-dc9f-4396-8d5f-8c081fb06d67) PRIMARY
8.8 HIGH
AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
vuln.today AI
7.8 HIGH

AC:H reflects that exploitation requires a non-default cross-netns SIT tunnel configuration; all other metrics align with the vendor vector.

3.1 AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
4.0 AV:L/AC:H/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
SUSE
7.8 HIGH
AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
Red Hat
7.0 HIGH
qualitative

Primary rating from Vendor (416baaa9-dc9f-4396-8d5f-8c081fb06d67).

CVSS VectorVendor: 416baaa9-dc9f-4396-8d5f-8c081fb06d67

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Analysis Generated
Aug 17, 2026 - 06:35 vuln.today
CVSS changed
Aug 17, 2026 - 06:22 NVD
8.8 (HIGH)
Patch available
Aug 15, 2026 - 07:20 EUVD
CVE Published
Aug 15, 2026 - 06:21 cve.org
HIGH 8.8
CVE Published
Aug 15, 2026 - 06:21 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

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.

AnalysisAI

Cross-namespace privilege escalation in the Linux kernel SIT (IPv6-in-IPv4) tunnel driver allows a local attacker with CAP_NET_ADMIN in one network namespace to rewrite SIT tunnel configuration belonging to a distinct, more privileged network namespace, bypassing the intended authorization boundary. This is particularly impactful in containerized environments where network namespace isolation is a primary security boundary, as tenant containers are commonly granted CAP_NET_ADMIN within their own namespace. Patches are confirmed available across all active stable kernel branches (5.10 through 7.x); no public exploit or CISA KEV entry exists at time of analysis, and EPSS is 0.22%, reflecting very low observed exploitation activity.

Technical ContextAI

The Linux kernel SIT driver (net/ipv6/sit.c) implements IPv6-in-IPv4 tunneling and exposes a changelink handler, ipip6_changelink(), invoked via the rtnetlink interface when tunnel attributes are modified. A SIT tunnel carries two namespace references: dev_net(dev), the namespace owning the network device, and t->net, the link namespace the tunnel was configured to use. These diverge when the device is created in or subsequently moved to a different netns. The rtnl changelink path performs a CAP_NET_ADMIN check only against dev_net(dev); because ipip6_changelink() did not additionally gate on rtnl_dev_link_net_capable() for t->net, a caller privileged in dev_net(dev) but not in t->net could overwrite tunnel state living in t->net. The fix, applied consistently with a prior hardening series covering ipip, GRE, and other tunnel types, adds an rtnl_dev_link_net_capable() check at the top of ipip6_changelink() before any attribute is parsed. No CWE is formally assigned, but the root cause maps to CWE-863 (Incorrect Authorization) - a capability check that is valid but incomplete, covering only one of two relevant namespace contexts.

RemediationAI

The primary remediation is upgrading to a patched kernel version in your stable branch: 5.10.261, 5.15.212, 6.1.178, 6.6.145, 6.12.97, 6.18.40, 7.1.5, or 7.2-rc1. Upstream commits are available at git.kernel.org/stable (see references for exact hashes per branch). Distribution users should apply kernel packages from their vendor once security updates are released. As a compensating control, restrict CAP_NET_ADMIN from container runtimes using OCI security profiles, AppArmor, or SELinux policy - note this will break container networking features that depend on that capability. If SIT tunneling is not required, unloading the sit kernel module (modprobe -r sit) eliminates the vulnerable codepath entirely, but disables IPv6-in-IPv4 tunneling for the system. Restricting the ability to move network devices across namespaces via network policy can also limit the conditions under which t->net diverges from dev_net(dev). No additional vendor advisory URL beyond the kernel stable commits is available in the provided data.

Vendor StatusVendor

SUSE

Severity: Important
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 16.0 Affected

Share

CVE-2026-72061 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy