Description
Accesses to the CMOS memory contents are done using an indirect IO port
pair. Therefore Xen needs to cache the guest chosen index, and one of
the usages of the index didn't take the necessary locking to avoid
concurrent changes. As a result, a guest could change the index after
it being checked, causing a subsequent out-of-bound read access to the
contents of an array.
Published: 2026-07-28
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability allows a Xen guest to perform an out‑of‑bounds read of the host’s CMOS memory emulation array because the hypervisor fails to lock the index before concurrent modification. The read can expose data that should be confined to a guest session, potentially leaking sensitive configuration or state information. The weakness affects confidentiality by allowing a malicious guest to see data it should not access, but it does not grant execution or denial of service capabilities.

Affected Systems

The flaw exists in Xen hypervisor when running on x86 architecture. No specific version range is listed in the advisory, so any Xen release that implements the vRTC emulation routine without proper synchronization is likely affected. Xen deployments with guests that rely on emulated CMOS I/O operations fall under the risk.

Risk and Exploitability

The CVSS score of 7.5 indicates a high severity impact for information disclosure. The EPSS score of less than 1% suggests that, at the time of analysis, the likelihood of exploitation is very low. Xen’s KEV status is not listed, so no active known exploits are circulating. The attack vector is likely intra‑host; a malicious or compromised guest can modify the CMOS index after the check, triggering the out‑of‑bounds read. Effective exploitation requires the ability to run code inside a guest and to coordinate timing with the hypervisor’s I/O handling, conditions that are normally controlled by the host administrator. While the risk is moderate to high, the practical chance of exploitation remains low without a convincing threat scenario.

Generated by OpenCVE AI on August 3, 2026 at 15:04 UTC.

Remediation

Vendor Workaround

Running only PV or PVH guests will avoid the vulnerability.


OpenCVE Recommended Actions

  • Switch to PV or PVH guests to avoid the vulnerable vRTC emulation
  • Apply a vendor‑provided patch or upgrade to a newer Xen hypervisor release when available
  • Monitor Xen host logs for unusual CMOS I/O activity or read patterns from guests

Generated by OpenCVE AI on August 3, 2026 at 15:04 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 Accesses to the CMOS memory contents are done using an indirect IO port pair. Therefore Xen needs to cache the guest chosen index, and one of the usages of the index didn't take the necessary locking to avoid concurrent changes. As a result, a guest could change the index after it being checked, causing a subsequent out-of-bound read access to the contents of an array.
Title x86: Out-of-bounds read in vRTC emulation
Weaknesses CWE-362
References
Metrics cvssV3_1

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

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:30.367Z

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

Link: CVE-2026-62430

cve-icon Vulnrichment

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

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-62430

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T15:15:04Z

Weaknesses
  • CWE-362

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