Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-62435 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

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

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-362Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')CISA-ADP

Affected Products

ProductVersions
Xen
>= 4.0, < 4.13

CPE

  • cpe:2.3:o:xen:xen:*:*:*:*:*:*:*:*
  • cpe:2.3:o:xen:xen:*:*:*:*:*:x86:*:*
  • cpe:2.3:a:xen:xen:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 4.19moderate effort
  • Upgrade: 4.18moderate effort
  • Upgrade: 4.17moderate effort
  • Workaround:low effort

    Use the "gnttab=max-ver:1" hypervisor command line option.

  • Workaround:low effort

    Use the "max_grant_version=1" guest configuration option for guests.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-62435
NVD Published Date:
Jul 28, 2026
NVD Last Modified:
Jul 28, 2026
Source:
[email protected]
CVE-2026-62435 Details - Not Deferred