Description
[This CNA information record relates to multiple CVEs; the
text explains which aspects/vulnerabilities correspond to which CVE.]

To manage the system, sysctl and platform operations are used by the
control domain or a possible Xenstore domain. Some of these operations
may not be executed in parallel, so a system-wide lock each is used.
The way those locks are acquired is, however, not providing any fairness.
Furthermore, with XSM/Flask in use, the lock acquire will, for some
operations, occur ahead of any permission checking.

The sysctl issue is CVE-2026-62426.

The platform-op issue is CVE-2026-62427.
Published: 2026-07-28
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A component of the Xen hypervisor that handles platform operations acquires a system‑wide lock without guaranteeing fairness. For certain operations, the lock is taken before the access control checks run, creating a race window. An attacker can force the lock to be granted early, then proceed to perform privileged platform actions that would normally be denied. This flaw is an access‑control weakness (CWE‑284) and can allow a malicious domain to modify kernel configuration or execute privileged code, compromising confidentiality, integrity, and availability.

Affected Systems

The Xen hypervisor product is affected. No specific affected version range is disclosed in the CNA data.

Risk and Exploitability

The CVSS score of 8.8 indicates a high severity issue, while the EPSS score of less than 1% shows that exploitation is currently unlikely. The vulnerability is not listed in CISA’s KEV catalog, suggesting a limited exploitation footprint. Based on the description, it is inferred that the likely attack vector requires the attacker to have the ability to submit platform operation requests to the control domain, implying a local adversary or one with access to an unmanaged domain. The exploitation requires precise race conditions, but does not require code execution beyond privileged domain access.

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

Remediation

Vendor Workaround

There is no known mitigation.


OpenCVE Recommended Actions

  • Apply the latest Xen hypervisor update that implements fairness in lock acquisition and ensures permission checks precede any lock acquisition.
  • If an immediate update is unavailable, configure Xen’s policy modules (e.g., XSM/Flask) to enforce permission validation before a system‑wide lock is obtained for platform operations and to log or deny suspicious requests.
  • Restrict the set of domains allowed to submit platform operation requests by tightening Xen policies and monitoring Xen logs for abnormal activity.

Generated by OpenCVE AI on August 3, 2026 at 15:06 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 21:45: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 [This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE.] To manage the system, sysctl and platform operations are used by the control domain or a possible Xenstore domain. Some of these operations may not be executed in parallel, so a system-wide lock each is used. The way those locks are acquired is, however, not providing any fairness. Furthermore, with XSM/Flask in use, the lock acquire will, for some operations, occur ahead of any permission checking. The sysctl issue is CVE-2026-62426. The platform-op issue is CVE-2026-62427.
Title sysctl and platform-op locks open to abuse
Weaknesses CWE-284
CWE-305
References
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


cve-icon MITRE

Status: PUBLISHED

Assigner: XEN

Published:

Updated: 2026-07-28T15:54:19.508Z

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

Link: CVE-2026-62427

cve-icon Vulnrichment

Updated: 2026-07-28T15:13:52.335Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-07-28T16:19:33.823

Link: CVE-2026-62427

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-305

    Authentication Bypass by Primary Weakness