HVM guest I/O port accesses are subject to either...
High severity
Unreviewed
Published
Jun 18, 2026
to the GitHub Advisory Database
•
Updated Jun 18, 2026
Description
Published by the National Vulnerability Database
Jun 18, 2026
Published to the GitHub Advisory Database
Jun 18, 2026
Last updated
Jun 18, 2026
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.
References