Skip to main content

Xen Hypervisor EUVDEUVD-2026-49779

| CVE-2026-62428 HIGH
Time-of-check Time-of-use (TOCTOU) Race Condition (CWE-367)
2026-07-28 security@xen.org GHSA-qmxg-rhxf-8273
7.8
CVSS 3.1 · Vendor: xen
Share

Severity by source

Vendor (xen) PRIMARY
7.8 HIGH
AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
vuln.today AI
7.8 HIGH

Malicious guest (AV:L/PR:L) must win a pinned-grant race (AC:H); TOCTOU crosses the isolation boundary (S:C) enabling cross-domain memory read, write, and corruption/crash (C:H/I:H/A:H).

3.1 AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
4.0 AV:L/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
SUSE
8.1 HIGH
AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H

Primary rating from Vendor (xen).

CVSS VectorVendor: xen

Attack Vector
Local
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

4
Metadata Corrected
Sep 16, 2026 - 09:40 vuln.today
tag: Xen added
Analysis Generated
Jul 28, 2026 - 16:45 vuln.today
CVE Published
Jul 28, 2026 - 13:19 cve.org
UNKNOWN (no severity yet)
CVE Published
Jul 28, 2026 - 13:19 cve.org
HIGH 7.8

DescriptionCVE.org

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.

AnalysisAI

A local time-of-check/time-of-use (TOCTOU) race in the Xen hypervisor's grant-table copy handling lets a provisioned guest domain subvert the permission check that is supposed to gate a grant-copy operation, so the check can be performed against one guest frame while the actual copy targets a different frame. Only guests able to issue GNTTABOP_copy operations - a standard capability for PV/HVM guests doing grant-based I/O - are affected, and the attacker must win a narrow timing window in which the referenced grant is simultaneously pinned by another mapping or copy (reflected in the CVSS AC:H rating); it is not remotely reachable and requires guest-level privilege. Given the local attack vector, the required race, and an EPSS score of 0.10% (1st percentile), this is a genuine hypervisor-level confidentiality and integrity flaw but not an urgent widespread-exploitation priority; no public exploit has been identified at time of analysis and CISA SSVC records exploitation as 'none'.

Technical ContextAI

The Xen hypervisor brokers inter-domain memory sharing through the grant table: a guest (the grantor) advertises pages that other domains may map or copy via hypercalls such as GNTTABOP_copy. When a copy is requested, the hypervisor looks up the referenced guest frame and validates permissions before performing the copy on behalf of the calling domain. CVE-2026-62428 is a CWE-367 time-of-check/time-of-use race: if the grant is already 'pinned' by another concurrently active operation (a mapping or another copy), the state supplied back to the hypervisor for the permission check may not correspond to the page that is ultimately the subject of the copy. The check and the use therefore operate on different pages, allowing a malicious or compromised guest to have permission validated against one frame while data is read or written on another. Because the flaw crosses the guest/hypervisor trust boundary and can affect memory belonging to other domains, the assessed vector carries Scope:Changed (S:C) with High confidentiality and integrity impact (C:H/I:H) and High availability impact (A:H), at AV:L/AC:H/PR:L/UI:N - i.e., local guest access, a hard-to-win race, and guest-level privilege, with no user interaction. The issue was reported by security@xen.org and is documented as Xen Security Advisory XSA-500.

Affected ProductsAI

The affected component is the Xen hypervisor's grant-table copy implementation, covered by Xen Security Advisory XSA-500 (https://xenbits.xenproject.org/xsa/advisory-500.html), which applies across the supported Xen release branches rather than to a single named version; no CPE strings were supplied in the available intelligence, so exact version ranges should be taken from the XSA-500 advisory text. Downstream, the flaw is packaged and patched in SUSE products, with vendor update advisories SUSE-SU-2026:3409, SUSE-SU-2026:3423, SUSE-SU-2026:3451 and SUSE-SU-2026:3462 addressing affected SUSE Linux Enterprise/Xen packages. Additional context and mirrored advisory data are available via the EUVD entry EUVD-2026-49779, the oss-security posting (https://seclists.org/oss-sec/2026/q3/304), the Openwall list thread (http://www.openwall.com/lists/oss-security/2026/07/28/16), and VulDB entry 383867. Any environment whose guests can issue GNTTABOP_copy operations - essentially all PV and HVM guests using grant-based I/O - should be treated as potentially affected until the host is patched.

RemediationAI

Patch available per vendor advisory: apply the fixes referenced by Xen Security Advisory XSA-500 (https://xenbits.xenproject.org/xsa/advisory-500.html), and for SUSE-based hosts apply the corresponding vendor updates SUSE-SU-2026:3409, SUSE-SU-2026:3423, SUSE-SU-2026:3451 and SUSE-SU-2026:3462. Because the flaw is in the hypervisor itself, the fix must be applied at the host level and the Xen daemon/toolstack restarted and guest domains rebooted (or the host rebooted) so all domains run under the patched hypervisor; simply updating guest kernels will not remediate it. There is no reliable configuration workaround, since GNTTABOP_copy is fundamental to guest I/O and cannot be disabled without breaking normal guest operation - so the practical compensating control is trust-boundary restriction: avoid consolidating mutually untrusted guests on the same vulnerable host, keep untrusted tenants on dedicated or separately patched hosts, and, where feasible, avoid co-locating a driver domain or other privilege-heavy domain with untrusted guests. The trade-off for these compensating measures is reduced consolidation density and higher infrastructure cost, and they reduce but do not eliminate exposure because any guest on the same host can attempt the race. Prioritize patching on multi-tenant hosts and any host running untrusted or externally sourced guests; single-tenant hosts with only fully trusted domains face negligible risk and can be scheduled later.

More in Xen

View all
CVE-2012-0217 HIGH POC
7.2 Jun 12

The x86-64 kernel system-call functionality in Xen 4.1.2 and earlier, as used in Citrix XenServer 6.0.2 and earlier and

CVE-2015-3456 HIGH POC
7.7 May 13

The Floppy Disk Controller (FDC) in QEMU, as used in Xen 4.5.x and earlier and KVM, allows local guest users to cause a

CVE-2018-8897 HIGH POC
7.8 May 08

A statement in the System Programming Guide of the Intel 64 and IA-32 Architectures Software Developer's Manual (SDM) wa

CVE-2022-4949 HIGH POC
8.8 Jun 07

The AdSanity plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the 'aj

CVE-2017-15595 HIGH POC
8.8 Oct 18

An issue was discovered in Xen through 4.9.x allowing x86 PV guest OS users to cause a denial of service (unbounded recu

CVE-2017-7228 HIGH POC
8.2 Apr 04

An issue (known as XSA-212) was discovered in Xen, with fixes available for 4.8.x, 4.7.x, 4.6.x, 4.5.x, and 4.4.x. Rated

CVE-2015-5165 CRITICAL
9.3 Aug 12

The C+ mode offload emulation in the RTL8139 network card device model in QEMU, as used in Xen 4.5.x and earlier, allows

CVE-2015-8550 HIGH
8.2 Apr 14

Xen, when used on a system providing PV backends, allows local guest OS administrators to cause a denial of service (hos

CVE-2022-26364 MEDIUM POC
6.7 Jun 09

x86 pv: Insufficient care with non-coherent mappings T[his CNA information record relates to multiple CVEs; the text exp

CVE-2017-10918 CRITICAL
10.0 Jul 05

Xen through 4.8.x does not validate memory allocations during certain P2M operations, which allows guest OS users to obt

CVE-2017-10912 CRITICAL
10.0 Jul 05

Xen through 4.8.x mishandles page transfer, which allows guest OS users to obtain privileged host OS access, aka XSA-217

CVE-2017-10921 CRITICAL
10.0 Jul 05

The grant-table feature in Xen through 4.8.x does not ensure sufficient type counts for a GNTMAP_device_map and GNTMAP_h

Vendor StatusVendor

SUSE

Severity: Important
Product Status
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS Fixed
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS Fixed
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS Fixed
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS Fixed
SUSE Linux Enterprise Micro 5.3 Fixed

Share

EUVD-2026-49779 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy