CVE Catalog

CVE-2026-62435

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Summary

When switching from Grant Table v1 to v2 in Xen, code holding the grant table lock but temporarily dropping and re-acquiring it wrongly assumes that table properties won't change during the window without the lock. This leads to a reduction in the number of valid grant references.

Risk Assessment

This could lead to incorrect management of grant references, potentially enabling privilege escalation or domain isolation breaches.

Recommendation

Apply the appropriate patch from the Xen vendor that addresses the grant table version switching issue.

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.] With the introduction of Grant Table v2 came the requirement to be able to switch between versions. Switching from v1 to v2 reduces the number of valid grant references, as a bigger shared entry structure is then needed while the shared table doesn't change size. Switching from v2 back to v1 the status frames, which are separate in v2, go away. Code holding, but intermediately dropping and then re-acquiring the grant table lock, sometimes wrongly assumes that said properties wouldn't change across the window in time where the lock is not being held. The v1 -> v2 issue is CVE-2026-62435. The v2 -> v1 issue is CVE-2026-62436.

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