In the Linux kernel, the following vulnerability has been resolved:
i3c: mipi-i3c-hci: Fix out of bounds access in hcidmairq_handler
Do not loop over ring headers in hcidmairqhandler() that are not allocated and enabled in hcidma_init(). Otherwise out of bounds access will occur from rings->headers[i] access when i >= number of allocated ring headers.