Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-23215— x86/vmware: Fix hypercall clobbers

Quick assessment

Affected
Linux Linux
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于hypercall破坏寄存器状态,可能导致页面错误。

AI Predicted 5.5 Difficulty: Trivial EPSS 0.11% · P2

Possible ATT&CK Techniques 1 AI

T1499 · Endpoint Denial of Service

Affected Version Matrix 8

VendorProduct Version RangeStatus
Linux Linux 34bf25e820ae1ab38f9cd88834843ba76678a2fd< 2f467a92df61eb516a4ec36ee16234dd4e5ccf00 affected
34bf25e820ae1ab38f9cd88834843ba76678a2fd< feb603a69f830acb58f78d604f0c29e63cd38f87 affected
34bf25e820ae1ab38f9cd88834843ba76678a2fd< 2687c848e57820651b9f69d30c4710f4219f7dbf affected
6.11 affected
< 6.11 unaffected
6.12.70≤ 6.12.* unaffected
6.18.10≤ 6.18.* unaffected
6.19≤ * unaffected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-23215

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
x86/vmware: Fix hypercall clobbers
Source: CVE Program / CVE List V5
Vulnerability 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 a page fault as a result when it is dereferenced. The proper fix would be in QEMU, but this works around the issue in the kernel to keep old setups working, when old kernels had not happened to keep any state in %rdi over the hypercall. In theory this same issue exists for all the hypercalls in the vmmouse driver; in practice it has only been seen with vmware_hypercall3() and vmware_hypercall4(). For now, just mark RDI/RSI as clobbered for those two calls. This should have a minimal effect on code generation overall as it should be rare for the compiler to want to make RDI/RSI live across hypercalls.
Source: CVE Program / CVE List V5
CVSS Information
N/A
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于hypercall破坏寄存器状态,可能导致页面错误。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

Vendor Product Affected Versions CPE Subscribe
Linux Linux 34bf25e820ae1ab38f9cd88834843ba76678a2fd ~ 2f467a92df61eb516a4ec36ee16234dd4e5ccf00 -
Linux Linux 6.11 -

II. Public POCs for CVE-2026-23215

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-23215

登录查看更多情报信息。

Same Patch Batch · Linux · 2026-02-18 · 31 CVEs total

CVE-2025-71234 8.8 HIGH wifi: rtl8xxxu: fix slab-out-of-bounds in rtl8xxxu_sta_add
CVE-2026-23230 8.8 HIGH smb: client: split cached_fid bitfields to avoid shared-byte RMW races
CVE-2026-23226 8.8 HIGH ksmbd: add chann_lock to protect ksmbd_chann_list xarray
CVE-2026-23227 7.8 HIGH drm/exynos: vidi: use ctx->lock to protect struct vidi_context member variables related to
CVE-2026-23225 7.8 HIGH sched/mmcid: Don't assume CID is CPU owned on mode switch
CVE-2026-23224 7.8 HIGH erofs: fix UAF issue for file-backed mounts w/ directio option
CVE-2026-23222 7.8 HIGH crypto: omap - Allocate OMAP_CRYPTO_FORCE_COPY scatterlists correctly
CVE-2025-71236 7.5 HIGH scsi: qla2xxx: Validate sp before freeing associated memory
CVE-2025-71235 scsi: qla2xxx: Delay module unload while fabric scan in progress
CVE-2026-23212 bonding: annotate data-races around slave->last_rx
CVE-2026-23229 crypto: virtio - Add spinlock protection with virtqueue notification
CVE-2026-23228 smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()
CVE-2025-71225 md: suspend array while updating raid_disks via sysfs
CVE-2026-23223 xfs: fix UAF in xchk_btree_check_block_owner
CVE-2026-23221 bus: fsl-mc: fix use-after-free in driver_override_show()
CVE-2026-23220 ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error paths
CVE-2025-71237 nilfs2: Fix potential block overflow that cause system hang
CVE-2025-71227 wifi: mac80211: don't WARN for connections on invalid channels
CVE-2026-23211 mm, swap: restore swap_space attr aviod kernel panic
CVE-2025-71233 PCI: endpoint: Avoid creating sub-groups asynchronously

Showing top 20 of 31 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-23215

No comments yet


Leave a comment