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

5.5 · MEDIUM
Published Feb 18, 2026 linux EPSS 0.11% (2th pctl)

Overview

CVE-2026-23215 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 18, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

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

x86/vmware: Fix hypercall clobbers

Fedora QA reported the following panic:

BUG: unable to handle page fault for address: 0000000040003e54

#PF: supervisor write access in kernel mode

#PF: error_code(0x0002) - not-present page

Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS edk2-20251119-3.fc43 11/19/2025

RIP: 0010:vmware_hypercall4.constprop.0+0x52/0x90

..

Call Trace:

vmmouse_report_events+0x13e/0x1b0

psmouse_handle_byte+0x15/0x60

ps2_interrupt+0x8a/0xd0

...

because the QEMU VMware mouse emulation is buggy, and clears the top 32

bits of %rdi that the kernel kept a pointer in.

The QEMU vmmouse driver saves and restores the register state in a

"uint32_t data[6];" and as a result restores the state with the high

bits all cleared.

RDI originally contained the value of a valid kernel stack address

(0xff5eeb3240003e54). After the vmware hypercall it now contains

0x40003e54, and we get

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.11, < 6.12.70 Affected

Frequently Asked Questions

What is CVE-2026-23215?

CVE-2026-23215 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 18, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-23215?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-23215?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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-23215?

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