Description
The EVTCHNOP_expand_array hypercall checks for whether FIFO event
channels are enabled, but without holding the correct lock. It can race
with EVTCHNOP_reset, resulting in dereferencing a NULL pointer.
Published: 2026-07-28
Score: 7.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in the EVTCHNOP_expand_array hypercall of the Xen hypervisor, which checks whether FIFO event channels are enabled without acquiring the correct lock. When a guest simultaneously triggers EVTCHNOP_reset, the race condition leads to a NULL pointer dereference, causing the hypervisor to crash and resulting in a denial‑of‑service. This weakness is an improper synchronization defect (CWE‑362).

Affected Systems

The issue affects the Xen hypervisor platform. No specific versions are listed in the advisory, so all deployments of Xen that use the EVTCHNOP interface are potentially vulnerable.

Risk and Exploitability

The CVSS score of 7.3 indicates high severity, while an EPSS score below 1 % suggests a low probability of exploitation at present. The vulnerability is not tracked in the CISA KEV catalog. An attacker would need to send crafted hypercalls from a privileged guest, making the attack vector largely internal to the virtualized environment; however, a compromised guest could trigger the race and crash the hypervisor. The lack of a known workaround and the kernel‑level nature of the defect imply a moderate‑to‑high risk for environments that run untrusted guests.

Generated by OpenCVE AI on August 3, 2026 at 15:03 UTC.

Remediation

Vendor Workaround

There are no mitigations.


OpenCVE Recommended Actions

  • Upgrade Xen to a patched release once it becomes available from the Xen project.
  • Enable detailed hypervisor logging and set alerts for unexpected crashes or null pointer dereferences.
  • Adopt isolation best practices for untrusted guests and restrict hypercall usage to essential operations.

Generated by OpenCVE AI on August 3, 2026 at 15:03 UTC.

Tracking

Sign in to view the affected projects.

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

Tue, 28 Jul 2026 21:15:00 +0000

Type Values Removed Values Added
First Time appeared Xen
Xen xen
Vendors & Products Xen
Xen xen

Tue, 28 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
Metrics cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 28 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Description The EVTCHNOP_expand_array hypercall checks for whether FIFO event channels are enabled, but without holding the correct lock. It can race with EVTCHNOP_reset, resulting in dereferencing a NULL pointer.
Title evtchn: Race between FIFO expand and reset
References

cve-icon MITRE

Status: PUBLISHED

Assigner: XEN

Published:

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

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

Link: CVE-2026-62432

cve-icon Vulnrichment

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

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-62432

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T15:15:04Z

Weaknesses
  • CWE-362

    Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')