VDB
CISA-2023-52763
CISA-2023-52763
PUBLISHED
Reported by Linux · Published May 21, 2024
In the Linux kernel, the following vulnerability has been resolved: i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DAT_data. The `i3c_master_bus_init` function may attach the I2C devices before the I3C bus initialization. In this flow, the DAT `alloc_entry`` will be used before the DAT `init`. Additionally, if the `i3c_master_bus_init` fails, the DAT `cleanup` will execute before the device is detached, which will execue DAT `free_entry` function. The above scenario can cause the driver to use DAT_data when it is NULL.
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 3a379bbcea0af6280e1ca0d1edfcf4e68cde6ee0, 3a379bbcea0af6280e1ca0d1edfcf4e68cde6ee0, 3a379bbcea0af6280e1ca0d1edfcf4e68cde6ee0 |
| Linux | Linux | 5.0, 0, 5.15.140 |
| Linux | Linux | 3a379bbcea0af6280e1ca0d1edfcf4e68cde6ee0, 3a379bbcea0af6280e1ca0d1edfcf4e68cde6ee0, 3a379bbcea0af6280e1ca0d1edfcf4e68cde6ee0 |
Timeline
- May 21, 2024 CVE Published
- Jan 15, 2025 CVE Updated