Cyber Resilience

CVE-2023-46842

Medium

Published: 16 May 2024

Published
16 May 2024
Modified
05 January 2026
KEV Added
Patch
CVSS Score v3.1 6.5 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H
EPSS Score 0.0209 84.4th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-46842 is a medium-severity Type Confusion (CWE-843) vulnerability in Fedoraproject Fedora. Its CVSS base score is 6.5 (Medium).

Operationally, ranked in the top 15.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

The vulnerability is a denial-of-service issue in the Xen hypervisor (XSA-454) affecting HVM guests. Unlike 32-bit PV guests, HVM guests can freely switch between 64-bit and other modes and therefore place out-of-range values in registers used to pass 32-bit hypercall arguments. When a long-running hypercall triggers a continuation, the hypervisor performs internal sanity checks on translated register values that incorrectly assume the high halves are always clear; violation of this assumption causes a hypervisor consistency check and crash.

A local attacker with a running HVM guest can exploit the flaw by arranging for a time-consuming hypercall while registers contain unexpected high-half values. Successful exploitation results in a hypervisor crash, producing a host-wide availability impact (CVSS 6.5) without requiring elevated privileges inside the guest or user interaction.

Advisories published by the Xen Project (XSA-454) and downstream distributions such as Fedora describe the issue and point to updated hypervisor packages that correct the register-value handling during hypercall continuation.

EPSS for the CVE rose from a low baseline to a peak of 0.0731 on 2025-12-11 before receding, indicating measurable post-disclosure exploitation interest.

EU & UK References

Vulnerability details

Unlike 32-bit PV guests, HVM guests may switch freely between 64-bit and other modes. This in particular means that they may set registers used to pass 32-bit-mode hypercall arguments to values outside of the range 32-bit code would be able…

more

to set them to. When processing of hypercalls takes a considerable amount of time, the hypervisor may choose to invoke a hypercall continuation. Doing so involves putting (perhaps updated) hypercall arguments in respective registers. For guests not running in 64-bit mode this further involves a certain amount of translation of the values. Unfortunately internal sanity checking of these translated values assumes high halves of registers to always be clear when invoking a hypercall. When this is found not to be the case, it triggers a consistency check in the hypervisor and causes a crash.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

xen
xen
≥ 3.2.0
fedoraproject
fedora
38, 40

Mitigating Controls

No mitigating controls mapped yet. The per-CVE control annotator has not reached this CVE.

References