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->headers[i] access when i >= number of allocated ring headers.