Vulnerability in Linux
CVE-2023-52763
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.
EPSS: 0.002 (14.7th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions 3a379bbcea0af6280e1ca0d1edfcf4e68cde6ee0, 5.0, 0
- Linux Linux_kernel
References
Frequently asked questions
- What is CVE-2023-52763?
- CVE-2023-52763 is a medium-severity vulnerability in Linux. CVSS score: 5.5/10. Published 2024-05-21.
- How severe is CVE-2023-52763?
- Medium severity. CVSS v3 base score is 5.5 out of 10.