CVE Catalog

CVE-2026-42492

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Summary

Xenstore uses a new XEN_DOMCTL_get_domain_state to track domains. The bitmap management is tied to the binding of VIRQ_DOM_EXC. Unfortunately, an error path can tear down the bitmap even when it wasn't set up. Unprivileged domains can trigger that error path.

Risk Assessment

An unprivileged guest can cause memory corruption (e.g., double free), potentially leading to system crash or privilege escalation.

Recommendation

Apply the vendor patch for Xen that fixes the error path in bitmap management.

Other vulnerabilities in Xen

See all
Original NVD description (English source)

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 XEN_DOMCTL_get_domain_state was introduced. The management of the bitmap underlying that operation is tied into the binding of the VIRQ_DOM_EXC virtual IRQ. Unfortunately an error path there would tear down the bitmap even in cases when it wasn't set up. Unprivileged domains can trigger that error path.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS