Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-63917

8.8 · HIGH
Published Jul 19, 2026 EPSS 0.17% (6th pctl)

Overview

CVE-2026-63917 is a high-severity vulnerability. It was published on July 19, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

ip6: vti: Use ip6_tnl.net in vti6_changelink().

ip netns add ns1

ip netns add ns2

ip -n ns1 link add vti6_test type vti6 remote ::1 local ::2 key 7

ip -n ns1 link set vti6_test 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

NETIF_F_NETNS_LOCAL from vti6 devices. A vti6 tunnel can then

move through IFLA_NET_NS_FD. After the move dev_net(dev) points

at the new netns while t->net stays at the creation netns.

vti6_changelink() and vti6_update() still use dev_net(dev) and

dev_net(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

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-63917?

CVE-2026-63917 is a high-severity vulnerability. It was published on July 19, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2026-63917?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-63917?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-63917?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-63917 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.