Description
Accessing the vNUMA configuration data of a guest is still possible when
domain destruction has already started. The cleaning up of that
configuration information is not synchronized with its retrieval by a
device model controlling the guest.
Published: 2026-07-28
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A race condition exists between the cleanup of a Xen hypervisor guest’s vNUMA configuration during domain destruction and the retrieval of that configuration by a device model controlling the guest. Because the cleanup is not synchronized, an attacker can still access the configuration data after the domain has begun shutting down, potentially exposing sensitive deployment information and infringing confidentiality. The underlying flaw is an example of a classic race condition (CWE‑362).

Affected Systems

The vulnerability affects the Xen hypervisor when vNUMA is enabled for HVM guests. Xen systems that run only PV or PVH guests on x86 are not affected, and not enabling vNUMA for HVM guests in the configuration also removes the risk. No specific version identifiers are provided, so all Xen deployments with active vNUMA on HVM guests should be considered vulnerable.

Risk and Exploitability

The CVSS score of 6.5 indicates a medium severity threat, and the EPSS score of less than 1% suggests a very low likelihood of exploitation at present. The vulnerability is not listed in the CISA KEV catalog, further implying that no widespread, active exploitation has been observed. The likely attack vector is that a local or privileged attacker, during the domain termination process, can observe the race and read the vNUMA configuration before it is cleaned up. Because the effect is mainly information disclosure, the overall risk is moderate, though it should be addressed promptly for exposed environments.

Generated by OpenCVE AI on August 4, 2026 at 12:56 UTC.

Remediation

Vendor Workaround

On x86, running only PV or PVH guests will avoid the vulnerability. Not enabling vNUMA for HVM guests will also avoid the vulnerability.


OpenCVE Recommended Actions

  • Enable only PV or PVH guests, removing HVM guests from environments that use vNUMA on x86.
  • Disable vNUMA for HVM guests in the Xen configuration to eliminate the race condition.
  • Check for and apply the latest Xen hypervisor updates that contain a fix for this issue once they are released.

Generated by OpenCVE AI on August 4, 2026 at 12:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6424-1 xen security update
History

Tue, 28 Jul 2026 20:15:00 +0000

Type Values Removed Values Added
First Time appeared Xen
Xen xen
Vendors & Products Xen
Xen xen

Tue, 28 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Description Accessing the vNUMA configuration data of a guest is still possible when domain destruction has already started. The cleaning up of that configuration information is not synchronized with its retrieval by a device model controlling the guest.
Title vNUMA domain cleanup may race other operations
Weaknesses CWE-362
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


cve-icon MITRE

Status: PUBLISHED

Assigner: XEN

Published:

Updated: 2026-07-28T16:33:29.286Z

Reserved: 2026-07-14T10:28:12.655Z

Link: CVE-2026-62429

cve-icon Vulnrichment

Updated: 2026-07-28T16:33:29.286Z

cve-icon NVD

Status : Deferred

Published: 2026-07-28T13:19:01.810

Modified: 2026-07-28T17:16:54.440

Link: CVE-2026-62429

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T13:00:11Z

Weaknesses
  • CWE-362

    Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')