CVE-2023-52763

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-52763
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-52763.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2023-52763
Downstream
Related
Published
2024-05-21T16:15:15Z
Modified
2025-09-19T14:39:18Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

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 DATinit. Additionally, if thei3cmasterbusinitfails, the DATcleanupwill execute before the device is detached, which will execue DATfreeentry` function. The above scenario can cause the driver to use DAT_data when it is NULL.

References

Affected packages