CVE-2024-45817

In x86's APIC (Advanced Programmable Interrupt Controller) architecture, error conditions are reported in a status register. Furthermore, the OS can opt to receive an interrupt when a new error occurs. It is possible to configure the error interrupt with an illegal vector, which generates an error when an error interrupt is raised. This case causes Xen to recurse through vlapic_error(). The recursion itself is bounded; errors accumulate in the the status register and only generate an interrupt when a new status bit becomes set. However, the lock protecting this state in Xen will try to be taken recursively, and deadlock.
Configurations

No configuration.

History

21 Nov 2024, 09:38

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.3
CWE CWE-209
References
  • () http://www.openwall.com/lists/oss-security/2024/09/24/1 -
  • () http://xenbits.xen.org/xsa/advisory-462.html -

26 Sep 2024, 13:32

Type Values Removed Values Added
Summary
  • (es) En la arquitectura APIC (Advanced Programmable Interrupt Controller) de x86, las condiciones de error se informan en un registro de estado. Además, el sistema operativo puede optar por recibir una interrupción cuando se produce un nuevo error. Es posible configurar la interrupción de error con un vector ilegal, que genera un error cuando se genera una interrupción de error. Este caso hace que Xen recurra a través de vlapic_error(). La recursión en sí está limitada; los errores se acumulan en el registro de estado y solo generan una interrupción cuando se establece un nuevo bit de estado. Sin embargo, el bloqueo que protege este estado en Xen intentará tomarse de forma recursiva y se producirá un bloqueo.

25 Sep 2024, 11:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-09-25 11:15

Updated : 2024-11-21 09:38


NVD link : CVE-2024-45817

Mitre link : CVE-2024-45817

CVE.ORG link : CVE-2024-45817


JSON object : View

Products Affected

No product.

CWE
CWE-209

Generation of Error Message Containing Sensitive Information