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-63918

7.8 · HIGH
Published Jul 19, 2026 EPSS 0.16% (5th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.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:

l2tp: use refcount_inc_not_zero in l2tp_session_get_by_ifname

A reader in l2tp_session_get_by_ifname() can return a pointer to a

session whose refcount has reached zero. The getter takes its

reference with plain refcount_inc(), but every other session getter

in the same file (l2tp_v2_session_get, l2tp_v3_session_get, and the

corresponding _get_next variants) uses refcount_inc_not_zero()

because the IDR/RCU lookup can race with refcount_dec_and_test() ->

l2tp_session_free() -> kfree_rcu(). The ifname getter is the only

outlier; the inconsistency was raised on-list after 979c017803c4

("l2tp: use list_del_rcu in l2tp_session_unhash").

A reader inside rcu_read_lock_bh() that matches session->ifname can

be preempted between the strcmp() and the refcount_inc(). If the

last reference drops on another CPU in that window, the reader's

refcount_inc() runs on a counter that has reached zero. refcount_t

catches the addition-on-

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-63918?

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

How severe is CVE-2026-63918?

This vulnerability has a CVSS 3.1 base score of 7.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-63918?

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-63918?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-63918 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.