3 matches found
CVE-2026-62437 x86: DMs may cause mem leak by IRQ binding
When guests are terminated, various pieces of cleanup need carrying out. The cleaning up of PCI devices which were assigned to guests, and the associated removal of tracking structures for IRQs used by the devices occurs relatively early in the process. Unfortunately after that point the guest...
CVE-2026-62437
CVE-2026-62437 affects the Xen hypervisor on x86, specifically the device model (DM) IRQ tracking mechanism. During guest termination, cleanup of assigned PCI devices and their associated IRQ tracking structures occurs early in the shutdown sequence. However, the terminating guest can subsequentl...
CVE-2026-42492 vIRQ event channel binding may break Xenstore
Xenstore, to have an up-to-date picture of the entire system, wants to know of domains appearing and disappearing. To make this more robust, a new XENDOMCTLgetdomainstate was introduced. The management of the bitmap underlying that operation is tied into the binding of the VIRQDOMEXC virtual IRQ...