Description
Parts of the DM_OP handling code assumes the caller has provided the
required number of buffers for the given operation without any checking
being done. As a result, certain operations might access stack
rubble as structures are possibly uninitialized.
Published: 2026-07-28
Score: 7.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Parts of the Xen hypervisor’s DM_OP handling code assume the calling guest provides the requisite number of buffers without performing any validation. As a result, certain operations can read or write memory on the host stack that has not been initialized. The likely consequence is that a malicious or compromised guest can gain arbitrary host memory access, potentially enabling privilege escalation from the guest context to the hypervisor level. The design flaw reflects a missing buffer count check (CWE‑665).

Affected Systems

Xen hypervisors that implement the legacy DM_OP handling routine are affected. The available data does not specify which version numbers are patched, so any Xen installation that relies on the unpatched DM_OP code may be vulnerable. Administrators should verify whether their hypervisor build includes the corrected buffer‑check logic introduced in recent Xen releases.

Risk and Exploitability

The CVSS score of 7.3 indicates moderate to high severity, while the EPSS score of less than 1% suggests a low likelihood of exploitation at present. The vulnerability is not listed in CISA’s KEV catalog. The likely attack vector is local from a compromised guest that can issue DM_OP hypercalls; achieving the exploit would require that the guest be able to trigger the offending operations. No public exploit is documented, but the flaw remains a viable target for adversaries that maintain guest access.

Generated by OpenCVE AI on August 4, 2026 at 23:46 UTC.

Remediation

Vendor Workaround

Running only PV or PVH guests will avoid the vulnerability. (Switching from a device model stub domain or a de-privileged device model to a fully privileged Dom0 device model does NOT mitigate this vulnerability. Rather, it simply recategorises the vulnerability to hostile management code, regarding it "as designed"; thus it merely reclassifies these issues as "not a bug". The security of a Xen system using stub domains is still better than with a qemu-dm running as a Dom0 process. Users and vendors of stub qemu dm systems should not change their configuration to use a Dom0 QEMU process.)


OpenCVE Recommended Actions

  • Update the Xen hypervisor to a release that includes the corrected DM_OP buffer checks.
  • If an update is not available, configure the hypervisor to run only PV or PVH guests so that the vulnerable DM_OP hypercalls are not exercised.
  • Restrict guest access to DM_OP hypercalls by disabling qemu‑dm processes running in Dom0 or otherwise limiting the set of domains permitted to call DM_OP.

Generated by OpenCVE AI on August 4, 2026 at 23:46 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 Parts of the DM_OP handling code assumes the caller has provided the required number of buffers for the given operation without any checking being done. As a result, certain operations might access stack rubble as structures are possibly uninitialized.
Title correct buffer checks for DM_OP hypercalls
Weaknesses CWE-665
References
Metrics cvssV3_1

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

ssvc

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


cve-icon MITRE

Status: PUBLISHED

Assigner: XEN

Published:

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

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

Link: CVE-2026-62433

cve-icon Vulnrichment

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

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-62433

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T00:00:03Z

Weaknesses