NULL pointer dereference in Linux
CVE-2023-53124
In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add() Port is allocated by sas_port_alloc_num() and rphy is allocated by either sas_end_device_alloc() or sas_expander_alloc(), all of which may return NULL. So we need to check the rphy to avoid possible NULL pointer access. If sas_rphy_add() returned with failure, rphy is set to NULL. We would access the rphy in the following lines which would also result NULL pointer access.
EPSS: 0.002 (6.1th 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 6.2, 6f6768e2fc8638fabdd8802c2ef693d7aef01db1, ce1a69cc85006b494353911b35171da195d79e25
- Linux Linux_kernel — versions 6.3
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2023-53124?
- CVE-2023-53124 is a medium-severity vulnerability in Linux, classified under NULL Pointer Dereference. CVSS score: 5.5/10. Published 2025-05-02.
- How severe is CVE-2023-53124?
- Medium severity. CVSS v3 base score is 5.5 out of 10.