CVE-2023-46842
x86 HVM hypercalls may trigger Xen bug check
En resumen
Las máquinas virtuales HVM en Xen pueden bloquear el hipervisor al cambiar entre modos de procesador y establecer registros de CPU con valores inválidos durante llamadas al sistema prolongadas. Esto hace que una verificación de seguridad falle y derriba el sistema.
Detalle técnico
Vulnerabilidad CWE-843 (Type Confusion) en la gestión de hipercalls HVM de Xen, donde máquinas virtuales que alternan modo pueden establecer registros de argumentos de hipercalls de 32 bits con valores de 64 bits que violan comprobaciones internas de integridad, causando bloqueo del hipervisor por fallo de asertión.
Resumen generado y traducido por IA a partir de la descripción oficial.
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 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.
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H
Productos afectados
Xen · Xen¿Quieres saber si tu infraestructura está expuesta a esto?
Hablar con TrueHacking →Referencias
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/D5OK6MH75S7YWD34EWW7QIZTS627RIE3/https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RYAZ7P6YFJ2E3FHKAGIKHWS46KYMMTZH/https://xenbits.xenproject.org/xsa/advisory-454.htmlhttp://xenbits.xen.org/xsa/advisory-454.html