Description
When grant-copy operations are processed, the respective grant may or may
not already be in use by another operation (a mapping or another copy).
For all copy operations the referenced guest frame is looked up. When
another operation is already active for the grant (the grant is "pinned"),
what is being supplied back to actually carry out permission checks and
copy operation may not be consistent: The permission check may be carried
out on a page different from the one involved in the copy.
Published: 2026-07-28
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Grant‑copy operations within the Xen hypervisor can trigger a type‑confusion bug (CWE‑367) that causes permission checks to be performed on a memory page that is not the one intended for copying. This inconsistency can allow an attacker to bypass proper access controls and read or modify guest memory that should be protected. The flaw thus threatens both confidentiality and integrity of virtual machine data, potentially enabling unauthorized modification or disclosure of sensitive information across virtual machine boundaries.

Affected Systems

The vulnerability is present in Xen hypervisor implementations that provide the grant‑copy functionality. No specific product versions are listed, so any Xen deployment that uses grant‑copy should be assessed for the presence of the bug. Operators of Xen hypervisors should review their current hypervisor version and determine whether it includes the cited bug before taking further action.

Risk and Exploitability

The CVSS score of 7.8 indicates moderate‑to‑high severity. The EPSS score of less than 1% suggests that, as of now, exploitation is unlikely, but the risk remains real because the flaw permits memory access across guest domains. The vulnerability is not listed in CISA’s KEV catalog, indicating no confirmed exploitation yet. Based on the description, it is inferred that exploitation requires a privileged hypervisor actor who can create grants or perform grant‑copy operations. An attacker with such privileges could construct a grant that references a protected page, trigger a grant‑copy, and read or alter memory that the correct permission checks would not normally allow.

Generated by OpenCVE AI on August 4, 2026 at 12:57 UTC.

Remediation

Vendor Workaround

There is no known mitigation.


OpenCVE Recommended Actions

  • Apply any Xen hypervisor update that contains the grant‑copy type‑confusion fix once it becomes available
  • Limit the number of users with hypervisor administration rights to reduce the chance of accidental or malicious grant creation
  • Implement runtime monitoring to detect abnormal grant‑copy activity or unexpected memory mappings

Generated by OpenCVE AI on August 4, 2026 at 12:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6424-1 xen security update
History

Wed, 29 Jul 2026 00:15: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 When grant-copy operations are processed, the respective grant may or may not already be in use by another operation (a mapping or another copy). For all copy operations the referenced guest frame is looked up. When another operation is already active for the grant (the grant is "pinned"), what is being supplied back to actually carry out permission checks and copy operation may not be consistent: The permission check may be carried out on a page different from the one involved in the copy.
Title grant-table: type confusion in grant-copy
Weaknesses CWE-367
References
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/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-28T16:33:28.183Z

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

Link: CVE-2026-62428

cve-icon Vulnrichment

Updated: 2026-07-28T16:33:28.183Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-07-28T17:16:53.687

Link: CVE-2026-62428

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T13:00:11Z

Weaknesses
  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition