CVE-2024-45828

In the Linux kernel, the following vulnerability has been resolved: i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request Bus cleanup path in DMA mode may trigger a RING_OP_STAT interrupt when the ring is being stopped. Depending on timing between ring stop request completion, interrupt handler removal and code execution this may lead to a NULL pointer dereference in hci_dma_irq_handler() if it gets to run after the io_data pointer is set to NULL in hci_dma_cleanup(). Prevent this my masking the ring interrupts before ring stop request.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

History

31 Jan 2025, 15:57

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5
First Time Linux linux Kernel
Linux
CWE CWE-476
References () https://git.kernel.org/stable/c/19cc5767334bfe980f52421627d0826c0da86721 - () https://git.kernel.org/stable/c/19cc5767334bfe980f52421627d0826c0da86721 - Patch
References () https://git.kernel.org/stable/c/6ca2738174e4ee44edb2ab2d86ce74f015a0cc32 - () https://git.kernel.org/stable/c/6ca2738174e4ee44edb2ab2d86ce74f015a0cc32 - Patch
References () https://git.kernel.org/stable/c/9d745a56aea45e47f4755bc12e6429d6314dbb54 - () https://git.kernel.org/stable/c/9d745a56aea45e47f4755bc12e6429d6314dbb54 - Patch
References () https://git.kernel.org/stable/c/a6cddf68b3405b272b5a3cad9657be0b02b34bf4 - () https://git.kernel.org/stable/c/a6cddf68b3405b272b5a3cad9657be0b02b34bf4 - Patch
References () https://git.kernel.org/stable/c/a6dc4b4fda2e147e557050eaae51ff15edeb680b - () https://git.kernel.org/stable/c/a6dc4b4fda2e147e557050eaae51ff15edeb680b - Patch
Summary
  • (es) En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: i3c: mipi-i3c-hci: Enmascarar interrupciones del anillo antes de la solicitud de detención del anillo La ruta de desinfección del bus en modo DMA puede activar una interrupción RING_OP_STAT cuando se detiene el anillo. Dependiendo del tiempo entre la finalización de la solicitud de detención del anillo, la eliminación del controlador de interrupciones y la ejecución del código, esto puede provocar una desreferencia de puntero NULL en hci_dma_irq_handler() si se ejecuta después de que el puntero io_data se establezca en NULL en hci_dma_cleanup(). Evite esto enmascarando las interrupciones del anillo antes de la solicitud de detención del anillo.
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

11 Jan 2025, 13:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-01-11 13:15

Updated : 2025-01-31 15:57


NVD link : CVE-2024-45828

Mitre link : CVE-2024-45828

CVE.ORG link : CVE-2024-45828


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-476

NULL Pointer Dereference