CVE-2026-42487

Severity CVSS v4.0:
Pending analysis
Type:
CWE-362 Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
Publication date:
18/06/2026
Last modified:
22/06/2026

Description

HVM guest I/O port accesses are subject to either emulation or at least<br /> translation. Translations are managed by the device model (via<br /> XEN_DOMCTL_ioport_mapping), and hence the linked list used may changed<br /> at any time. Traversal of those lists (while handling guest I/O port<br /> accesses) therefore needs synchronizing with updates, which was missing<br /> so far.