CVE Catalog

CVE-2026-62427

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Summary

Platform-op operations use a system-wide lock, but the lock acquisition lacks fairness, and with XSM/Flask enabled, the lock is acquired before permission checks. This is the platform-op issue.

Risk Assessment

A malicious guest can exploit the lack of lock fairness to perform denial of service (DoS) or bypass XSM/Flask access controls.

Recommendation

Apply the vendor patch for Xen that improves lock fairness and moves permission checks before lock acquisition.

Other vulnerabilities in Xen

See all
Original NVD description (English source)

[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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS