Cyber Resilience

CVE-2026-62426

Published
28 July 2026
Modified
28 July 2026
CVSS Score v3.1 8.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0023 14th percentile
Risk Priority 62 floored blend · peak EPSS

Summary

CVE-2026-62426 is a high-severity Unrestricted Externally Accessible Lock (CWE-412) vulnerability in Xenproject (inferred from references). Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Endpoint Denial of Service (T1499); ranked at the 14th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and AC-6 (Least Privilege) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

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

more

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1499 Endpoint Denial of Service Impact
Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users.
T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1548 Abuse Elevation Control Mechanism Privilege Escalation
Adversaries may circumvent mechanisms designed to control privilege elevation to gain higher-level permissions.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-22318Shared CWE-412, CWE-667
CVE-2023-53013Shared CWE-667
CVE-2024-40969Shared CWE-667
CVE-2024-43863Shared CWE-667
CVE-2025-39885Shared CWE-667
CVE-2025-38373Shared CWE-667
CVE-2026-43029Shared CWE-667
CVE-2024-56743Shared CWE-667
CVE-2023-52595Shared CWE-667
CVE-2024-35990Shared CWE-667

Affected Assets

Xenproject
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Access enforcement directly stops external actors from reaching or influencing an internal lock mechanism.

Least privilege limits which subjects may ever touch the lock, reducing the chance of external influence.

Boundary protection prevents external traffic from reaching or manipulating an internally scoped lock.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-05 mostly match
prevents

Enforcing least-privilege authorization policies directly prevents external actors from acquiring or influencing locks.

PR.IR-01 mostly match
prevents

Logical access controls and segmentation stop unintended external influence over synchronization primitives.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly include code reviews, static analysis, and concurrency standards that prevent improper locking.

ID.RA-01 partial match
prevents

Vulnerability identification processes can discover externally controllable locks before deployment.

PR.PS-01 partial match
prevents

Hardened configuration baselines can disable or restrict external lock exposure by default.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect race conditions and locking errors before release.

mitigates

Restricting privileged utilities can limit external lock manipulation but does not address the core weakness.

mitigates

Privileged access rights limit who can create or manipulate locks, reducing external influence.

mitigates

Network security measures can block external access paths to locks but do not address the design flaw itself.

prevents

Secure development lifecycle practices can prevent introducing externally controllable locks during design.

prevents

Application security requirements can mandate that locks remain within the intended control sphere.

References