CVE-2023-52763

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
21/05/2024
Last modified:
19/09/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DAT_data.<br /> <br /> The `i3c_master_bus_init` function may attach the I2C devices before the<br /> I3C bus initialization. In this flow, the DAT `alloc_entry`` will be used<br /> before the DAT `init`. Additionally, if the `i3c_master_bus_init` fails,<br /> the DAT `cleanup` will execute before the device is detached, which will<br /> execue DAT `free_entry` function. The above scenario can cause the driver<br /> to use DAT_data when it is NULL.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.0 (including) 5.15.140 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.16 (including) 6.1.64 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.2 (including) 6.5.13 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.6 (including) 6.6.3 (excluding)