CVE-2026-63917

Source
https://cve.org/CVERecord?id=CVE-2026-63917
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63917.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-63917
Downstream
Published
2026-07-19T14:55:20.703Z
Modified
2026-07-22T05:29:59.479252563Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H CVSS Calculator
Summary
ip6: vti: Use ip6_tnl.net in vti6_changelink().
Details

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

ip6: vti: Use ip6tnl.net in vti6changelink().

ip netns add ns1 ip netns add ns2 ip -n ns1 link add vti6test type vti6 remote ::1 local ::2 key 7 ip -n ns1 link set vti6test netns ns2 ip -n ns2 link set vti6_test type vti6 remote ::3 local ::4 key 9 ip netns del ns2 ip netns del ns1 [ 132.495484] ------------[ cut here ]------------ [ 132.497609] kernel BUG at net/core/dev.c:12376!

Commit 61220ab34948 ("vti6: Enable namespace changing") dropped NETIFFNETNSLOCAL from vti6 devices. A vti6 tunnel can then move through IFLANETNSFD. After the move dev_net(dev) points at the new netns while t->net stays at the creation netns.

vti6changelink() and vti6update() still use devnet(dev) and devnet(t->dev). They unlink from one per netns hash and relink into another. The creation netns is left with a stale entry. cleanup_net() of that netns later walks freed memory.

Reachable from an unprivileged user namespace (unshare --user --map-root-user --net). Cross tenant scope on container hosts.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63917.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
61220ab349485d911083d0b7990ccd3db6c63297
Fixed
0cdce7618464f7fb06f461e8f4ad575cb1d570f4
Fixed
f5c68875e25f331e497ddfbe81e2d8163a87f136
Fixed
d9c5eecdb3c740e65038651db7c686b10d76d1bc
Fixed
f1e89a943ee574d0f2f16246eb3f2d7330fdeb03
Fixed
225b467e3b631f38be22e4b38062a1fed02fdd21
Fixed
fc32be9ac2788524c6b24efd681cce7a6e731a92
Fixed
ee1778ba0f5cb53be771f97017d01eb356c797bf
Fixed
11b326fb0a374f4654f9be22d0f0f7abd9f7d3fe

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63917.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.15.0
Fixed
5.10.259
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.210
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.176
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.143
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.93
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.35
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.12

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63917.json"