In the Linux kernel, the following vulnerability has been...
Unreviewed
Published
Dec 24, 2024
to the GitHub Advisory Database
•
Updated Jan 5, 2025
Description
Published by the National Vulnerability Database
Dec 24, 2024
Published to the GitHub Advisory Database
Dec 24, 2024
Last updated
Jan 5, 2025
In the Linux kernel, the following vulnerability has been resolved:
x86/xen: don't do PV iret hypercall through hypercall page
Instead of jumping to the Xen hypercall page for doing the iret
hypercall, directly code the required sequence in xen-asm.S.
This is done in preparation of no longer using hypercall page at all,
as it has shown to cause problems with speculation mitigations.
This is part of XSA-466 / CVE-2024-53241.
References