{"id":77377,"date":"2026-02-18T17:51:52","date_gmt":"2026-02-18T14:21:52","guid":{"rendered":"https:\/\/afaghhosting.net\/blog\/cve-2026-23215-x86-vmware-fix-hypercall-clobbers\/"},"modified":"2026-02-18T17:51:52","modified_gmt":"2026-02-18T14:21:52","slug":"cve-2026-23215-x86-vmware-fix-hypercall-clobbers","status":"publish","type":"post","link":"https:\/\/afaghhosting.net\/blog\/cve-2026-23215-x86-vmware-fix-hypercall-clobbers\/","title":{"rendered":"CVE-2026-23215 &#8211; x86\/vmware: Fix hypercall clobbers"},"content":{"rendered":"<p>CVE ID : CVE-2026-23215<\/p>\n<p>Published :  Feb. 18, 2026, 2:21 p.m. | 38\u00a0minutes ago<\/p>\n<p>Description : In the Linux kernel, the following vulnerability has been resolved:<\/p>\n<p>x86\/vmware: Fix hypercall clobbers<\/p>\n<p>Fedora QA reported the following panic:<\/p>\n<p>  BUG: unable to handle page fault for address: 0000000040003e54<br \/>\n  #PF: supervisor write access in kernel mode<br \/>\n  #PF: error_code(0x0002) &#8211; not-present page<br \/>\n  Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS edk2-20251119-3.fc43 11\/19\/2025<br \/>\n  RIP: 0010:vmware_hypercall4.constprop.0+0x52\/0x90<br \/>\n  ..<br \/>\n  Call Trace:<br \/>\n   vmmouse_report_events+0x13e\/0x1b0<br \/>\n   psmouse_handle_byte+0x15\/0x60<br \/>\n   ps2_interrupt+0x8a\/0xd0<br \/>\n   &#8230;<\/p>\n<p>because the QEMU VMware mouse emulation is buggy, and clears the top 32<br \/>\nbits of %rdi that the kernel kept a pointer in.<\/p>\n<p>The QEMU vmmouse driver saves and restores the register state in a<br \/>\n&#8220;uint32_t data[6];&#8221; and as a result restores the state with the high<br \/>\nbits all cleared.<\/p>\n<p>RDI originally contained the value of a valid kernel stack address<br \/>\n(0xff5eeb3240003e54).  After the vmware hypercall it now contains<br \/>\n0x40003e54, and we get a page fault as a result when it is dereferenced.<\/p>\n<p>The proper fix would be in QEMU, but this works around the issue in the<br \/>\nkernel to keep old setups working, when old kernels had not happened to<br \/>\nkeep any state in %rdi over the hypercall.<\/p>\n<p>In theory this same issue exists for all the hypercalls in the vmmouse<br \/>\ndriver; in practice it has only been seen with vmware_hypercall3() and<br \/>\nvmware_hypercall4().  For now, just mark RDI\/RSI as clobbered for those<br \/>\ntwo calls.  This should have a minimal effect on code generation overall<br \/>\nas it should be rare for the compiler to want to make RDI\/RSI live<br \/>\nacross hypercalls.<\/p>\n<p>Severity: 0.0 | NA<\/p>\n<p>Visit the link for more details, such as CVSS details, affected products, timeline, and more&#8230;\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>CVE ID : CVE-2026-23215 Published : Feb. 18, 2026, 2:21 p.m. | 38\u00a0minutes ago 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) &#8211; &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[26],"tags":[],"class_list":["post-77377","post","type-post","status-publish","format-standard","hentry","category-vulnerability"],"_links":{"self":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts\/77377","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/comments?post=77377"}],"version-history":[{"count":0,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts\/77377\/revisions"}],"wp:attachment":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/media?parent=77377"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/categories?post=77377"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/tags?post=77377"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}