SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-62437

MEDIUM · CVSS 6.5 EPSS 0.10%

Source: NVD + CISA KEV + EPSS · Published 2026-09-08 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The vulnerability arises during the termination process of guest virtual machines, where improper cleanup of PCI device tracking structures can occur. This oversight allows a terminated guest to potentially re-establish IRQ tracking, leading to residual tracking structures that could be exploited. Organizations utilizing virtualization technologies that manage guest systems should prioritize addressing this issue to mitigate potential security risks.

CVE
CVE-2026-62437
Severity
MEDIUM
CVSS
6.5
EPSS
0.10%

Original NVD Description

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.