CVE-2026-72061 (GCVE-0-2026-72061)
Vulnerability from cvelistv5
Published
2026-08-15 05:52
Modified
2026-08-17 05:39
Severity ?
VLAI Severity ?
EPSS score ?
Summary
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.
References
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Linux | Linux |
Version: 5e6700b3bf98fe98d630bf9c939ad4c85ce95592 Version: 5e6700b3bf98fe98d630bf9c939ad4c85ce95592 Version: 5e6700b3bf98fe98d630bf9c939ad4c85ce95592 Version: 5e6700b3bf98fe98d630bf9c939ad4c85ce95592 Version: 5e6700b3bf98fe98d630bf9c939ad4c85ce95592 Version: 5e6700b3bf98fe98d630bf9c939ad4c85ce95592 Version: 5e6700b3bf98fe98d630bf9c939ad4c85ce95592 Version: 5e6700b3bf98fe98d630bf9c939ad4c85ce95592 |
||
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"net/ipv6/sit.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "cb41b308e9d867725d965b291dd085028e36a480",
"status": "affected",
"version": "5e6700b3bf98fe98d630bf9c939ad4c85ce95592",
"versionType": "git"
},
{
"lessThan": "c5a0ae895432596b2f464172da8218e2d84e2932",
"status": "affected",
"version": "5e6700b3bf98fe98d630bf9c939ad4c85ce95592",
"versionType": "git"
},
{
"lessThan": "7d139dec96691cde96cb40ed293e2d13d994fb4f",
"status": "affected",
"version": "5e6700b3bf98fe98d630bf9c939ad4c85ce95592",
"versionType": "git"
},
{
"lessThan": "388ccffbd2e7e5e4271f291085a7451865705305",
"status": "affected",
"version": "5e6700b3bf98fe98d630bf9c939ad4c85ce95592",
"versionType": "git"
},
{
"lessThan": "c0ea1aedb37bb979e864ed7787975434bbd9db73",
"status": "affected",
"version": "5e6700b3bf98fe98d630bf9c939ad4c85ce95592",
"versionType": "git"
},
{
"lessThan": "3118e97dae533fb45964b87bbed1801afcff7c65",
"status": "affected",
"version": "5e6700b3bf98fe98d630bf9c939ad4c85ce95592",
"versionType": "git"
},
{
"lessThan": "99ae3248b33df94201915d9c32e7470cdf08cfcd",
"status": "affected",
"version": "5e6700b3bf98fe98d630bf9c939ad4c85ce95592",
"versionType": "git"
},
{
"lessThan": "27ccb68e7cccead5d8c611665a45d23032d468b3",
"status": "affected",
"version": "5e6700b3bf98fe98d630bf9c939ad4c85ce95592",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"net/ipv6/sit.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "3.11"
},
{
"lessThan": "3.11",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.10.*",
"status": "unaffected",
"version": "5.10.261",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.15.*",
"status": "unaffected",
"version": "5.15.212",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
"version": "6.1.178",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
"version": "6.6.145",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.97",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.40",
"versionType": "semver"
},
{
"lessThanOrEqual": "7.1.*",
"status": "unaffected",
"version": "7.1.5",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.2",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.10.261",
"versionStartIncluding": "3.11",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.15.212",
"versionStartIncluding": "3.11",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.1.178",
"versionStartIncluding": "3.11",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.6.145",
"versionStartIncluding": "3.11",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.97",
"versionStartIncluding": "3.11",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.40",
"versionStartIncluding": "3.11",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.1.5",
"versionStartIncluding": "3.11",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.2",
"versionStartIncluding": "3.11",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: sit: require CAP_NET_ADMIN in the device netns for changelink\n\nipip6_changelink() operates on at most two netns, dev_net(dev) and the\ntunnel link netns t-\u003enet. They differ once the device is created in or\nmoved to a netns other than the one the request runs in. The rtnl\nchangelink path checks CAP_NET_ADMIN only against dev_net(dev), so a\ncaller privileged there but not in t-\u003enet can rewrite a tunnel that\nlives in t-\u003enet.\n\nGate ipip6_changelink() on rtnl_dev_link_net_capable() at its top,\nbefore any attribute is parsed. sit was the one tunnel type not covered\nby the recent series that added this check to the other changelink()\nhandlers."
}
],
"metrics": [
{
"cvssV3_1": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"scenarios": [
{
"lang": "en",
"value": "AV:L - Exploitation requires RTM_NEWLINK/RTM_SETLINK changelink over a local rtnetlink socket; ipip6_changelink is only reachable from rtnl configuration, not from received IPv4/IPv6 packets processed by ipip6_rcv.\nAC:L - Once a SIT device exists with t-\u003enet differing from dev_net(dev) (IFLA_LINK_NETNSID newlink or IFLA_NET_NS_FD migration), a single deterministic netlink changelink bypasses the missing check with no race or memory-layout dependency.\nPR:L - The rtnl entry path requires CAP_NET_ADMIN only in dev_net(dev), obtainable by an unprivileged local user via unshare --user --map-root-user --net; no CAP_NET_ADMIN in the sticky link netns t-\u003enet is required.\nUI:N - The attack is fully programmatic through netlink from the attacker\u0027s own process; no victim action such as mounting a filesystem, opening a file, or clicking is required.\nS:C - Authorization is checked against dev_net(dev) while ipip6_changelink mutates tunnel state in t-\u003enet via ipip6_tunnel_update, crossing from the attacker\u0027s net/user namespace into another tenant\u0027s or the host\u0027s network namespace.\nC:H - An attacker can rewrite IFLA_IPTUN_LOCAL/REMOTE, link, fwmark, and encap parameters to redirect IPv6-in-IPv4 traffic to an attacker-controlled endpoint and read all tunneled payloads in the victim link netns.\nI:H - Unauthorized changelink updates live tunnel endpoints, underlay link, encap ports, and 6rd prefix/relay settings in t-\u003enet, enabling redirection and injection of IPv6 traffic carried over the SIT tunnel.\nA:H - Rewriting tunnel remote/local addresses, underlay device, or 6rd parameters breaks 6to4, 6rd, and cross-netns IPv6 connectivity, causing sustained loss of service for every workload depending on the affected SIT tunnel."
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-17T05:39:54.286Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/cb41b308e9d867725d965b291dd085028e36a480"
},
{
"url": "https://git.kernel.org/stable/c/c5a0ae895432596b2f464172da8218e2d84e2932"
},
{
"url": "https://git.kernel.org/stable/c/7d139dec96691cde96cb40ed293e2d13d994fb4f"
},
{
"url": "https://git.kernel.org/stable/c/388ccffbd2e7e5e4271f291085a7451865705305"
},
{
"url": "https://git.kernel.org/stable/c/c0ea1aedb37bb979e864ed7787975434bbd9db73"
},
{
"url": "https://git.kernel.org/stable/c/3118e97dae533fb45964b87bbed1801afcff7c65"
},
{
"url": "https://git.kernel.org/stable/c/99ae3248b33df94201915d9c32e7470cdf08cfcd"
},
{
"url": "https://git.kernel.org/stable/c/27ccb68e7cccead5d8c611665a45d23032d468b3"
}
],
"title": "net: sit: require CAP_NET_ADMIN in the device netns for changelink",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-72061",
"datePublished": "2026-08-15T05:52:15.823Z",
"dateReserved": "2026-08-09T03:40:39.903Z",
"dateUpdated": "2026-08-17T05:39:54.286Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…