CVE-2026-42487 Details
Description
HVM guest I/O port accesses are subject to either emulation or at least translation. Translations are managed by the device model (via XEN_DOMCTL_ioport_mapping), and hence the linked list used may changed at any time. Traversal of those lists (while handling guest I/O port accesses) therefore needs synchronizing with updates, which was missing so far.
A vulnerability exists in the Xen hypervisor in versions 3.2 and later, specifically on x86 systems running HVM guests. The issue arises from the lack of synchronization when traversing linked lists that manage I/O port translations for guest accesses. This oversight can lead to a hypervisor crash, causing a denial-of-service condition for the entire host. Additionally, there is a potential risk of privilege escalation and information leaks.
The vulnerability can be mitigated by running only paravirtualized (PV) or PV hybrid (PVH) guests. For those using stub domain models, it is not recommended to switch to a Dom0 QEMU process, as this could worsen the security posture.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jun 18, 2026CISA-ADP
Assessed Jun 18, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| http://www.openwall.com/lists/oss-security/2026/06/09/11 | CVE | AdvisoryMailing ListRemedy |
| http://xenbits.xen.org/xsa/advisory-491.html | CVE | AdvisoryRemedyVendor |
| https://xenbits.xenproject.org/xsa/advisory-491.html | [email protected] | AdvisoryRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-362 | Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| Xen | >= 3.2 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 18, 2026 | CVE Modified | CISA-ADP |
| Jun 18, 2026 | CVE Modified | CVE |
| Jun 18, 2026 | New CVE Received | [email protected] |
Volerion