2 matches found
CVE-2024-45828
CVE-2024-45828 affects the Linux kernel i3c-mipi-i3c-hci driver. The issue is a NULL pointer deref caused by a race where the ring stop path may trigger a RING_OP_STAT interrupt after io_data is NULLed during cleanup. The fix masks the ring interrupts before the ring stop request to prevent this ...
UBUNTU-CVE-2023-52766
In the Linux kernel, the following vulnerability has been resolved: i3c: mipi-i3c-hci: Fix out of bounds access in hcidmairqhandler Do not loop over ring headers in hcidmairqhandler that are not allocated and enabled in hcidmainit. Otherwise out of bounds access will occur from rings-headersi...