Cyber Resilience

CVE-2023-46841

Fedoraproject Fedora 40

Published
20 March 2024
Modified
04 November 2025
Patch / advisory
CVSS Score v3.1 6.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H
EPSS Score 0.0027 19th percentile
Risk Priority 46 floored blend · peak EPSS

Summary

CVE-2023-46841 is a medium-severity an unspecified weakness vulnerability in Fedoraproject Fedora. Its CVSS base score is 6.5 (Medium).

Operationally, ranked at the 19th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

EU & UK References

Vulnerability Data

Recent x86 CPUs offer functionality named Control-flow Enforcement Technology (CET). A sub-feature of this are Shadow Stacks (CET-SS). CET-SS is a hardware feature designed to protect against Return Oriented Programming attacks. When enabled, traditional stacks holding both data and return…

more

addresses are accompanied by so called "shadow stacks", holding little more than return addresses. Shadow stacks aren't writable by normal instructions, and upon function returns their contents are used to check for possible manipulation of a return address coming from the traditional stack. In particular certain memory accesses need intercepting by Xen. In various cases the necessary emulation involves kind of replaying of the instruction. Such replaying typically involves filling and then invoking of a stub. Such a replayed instruction may raise an exceptions, which is expected and dealt with accordingly. Unfortunately the interaction of both of the above wasn't right: Recovery involves removal of a call frame from the (traditional) stack. The counterpart of this operation for the shadow stack was missing.

CWE(s)

Related Threats

CVEs Like This One

CVE-2024-31142Same product: Fedoraproject Fedora
CVE-2023-46842Same product: Fedoraproject Fedora
CVE-2025-58150Same product: Xen Xen
CVE-2024-31143Same product: Xen Xen
CVE-2026-23553Same product: Xen Xen
CVE-2024-31146Same product: Xen Xen
CVE-2023-34325Same product: Xen Xen
CVE-2025-58145Same product: Xen Xen
CVE-2023-34323Same product: Xen Xen
CVE-2023-34321Same product: Xen Xen

Affected Assets

fedoraproject
fedora
40
xen
xen
≥ 4.14.0

Mitigating Controls

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

References