CVE-2024-45828: i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request
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 RINGOPSTAT 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 hcidmairqhandler() if it gets to run after the iodata pointer is set to NULL in hcidmacleanup().
Prevent this my masking the ring interrupts before ring stop request.
Other sources
This CVE was automatically created from a reference found in an email or other text. If you are reading this, then this CVE entry is probably erroneous, since this text should be replaced by the official CVE description automatically.
— Launchpad
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-45828?
CVE-2024-45828 has a severity rating that categorizes it based on the potential impact and exploitability.
How do I fix CVE-2024-45828?
To fix CVE-2024-45828, update your Linux kernel to the latest stable version that addresses this vulnerability.
Which versions of Linux Kernel are affected by CVE-2024-45828?
CVE-2024-45828 affects Linux Kernel versions from 5.0 up to 6.12.5.
What impact does CVE-2024-45828 have on systems?
CVE-2024-45828 can affect the integrity and performance of the device by causing erroneous DMA behavior during ring operations.
Is there a workaround for CVE-2024-45828?
Currently, the recommended action is to apply the available updates from your Linux distribution to mitigate CVE-2024-45828.