CVE-2026-62437 PUBLISHED

x86: DMs may cause mem leak by IRQ binding

Assigner: XEN
Reserved: 14.07.2026 Published: 08.09.2026 Updated: 08.09.2026

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 about to be terminated could cause its device model (DM) to re-establish such tracking structures, by having it bind one or more IRQs anew. While some of those tracking structures would still be cleaned up later on, at least one would not be.

Product Status

Vendor Xen
Product Xen
Versions Default: unknown
  • Version consult Xen advisory XSA-509 is unknown

Affected Configurations

All Xen versions from at least 3.2 onwards are affected. Older versions have not been inspected.

Only HVM guests with assigned PCI devices can leverage the vulnerability.

Workarounds

Running only PV or PVH guests will avoid the vulnerability.

Running only HVM guests without passing through PCI devices to them will also avoid the vulnerability.

Credits

  • This issue was discovered by Jan Beulich of SUSE. finder

References

Impacts

  • A HVM guest with one or more PCI devices assigned can cause a memory leak in the hypervisor, possibly leading to Denial of Service (DoS) of the entire host.