CVE-2023-53124
N/A
N/A
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | d60000cb1195a464080b0efb4949daf7594e0020 < 090305c36185c0547e4441d4c08f1cf096b32134 | affected |
| Linux | Linux | ce1a69cc85006b494353911b35171da195d79e25 < 6f0c2f70d9929208d8427ec72c3ed91e2251e289 | affected |
| Linux | Linux | 6a92129c8f999ff5b122c100ce7f625eb3e98c4b < 9937f784a608944107dcc2ba9a9c3333f8330b9e | affected |
| Linux | Linux | d17bca3ddfe507874cb826d32721552da12e741f < b5e5bbb3fa5f8412e96c5eda7f4a4af6241d6bd3 | affected |
| Linux | Linux | 78316e9dfc24906dd474630928ed1d3c562b568e < a26c775ccc4cfe46f9b718b51bd24313053c7e0b | affected |
| Linux | Linux | 78316e9dfc24906dd474630928ed1d3c562b568e < d3c57724f1569311e4b81e98fad0931028b9bdcd | affected |
| Linux | Linux | 6f6768e2fc8638fabdd8802c2ef693d7aef01db1 | affected |
| Linux | Linux | 5.4.229 < 5.4.238 | affected |
| Linux | Linux | 5.10.163 < 5.10.176 | affected |
| Linux | Linux | 5.15.86 < 5.15.104 | affected |
| Linux | Linux | 6.1.2 < 6.1.21 | affected |
| Linux | Linux | 6.0.16 < 6.1 | affected |
| Linux | Linux | 6.2 | affected |
| Linux | Linux | 0 < 6.2 | unaffected |
| Linux | Linux | 5.4.238 <= 5.4.* | unaffected |
| Linux | Linux | 5.10.176 <= 5.10.* | unaffected |
| Linux | Linux | 5.15.104 <= 5.15.* | unaffected |
| Linux | Linux | 6.1.21 <= 6.1.* | unaffected |
| Linux | Linux | 6.2.8 <= 6.2.* | unaffected |
| Linux | Linux | 6.3 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/090305c36185c0547e4441d4c08f1cf096b32134
- https://git.kernel.org/stable/c/6f0c2f70d9929208d8427ec72c3ed91e2251e289
- https://git.kernel.org/stable/c/9937f784a608944107dcc2ba9a9c3333f8330b9e
- https://git.kernel.org/stable/c/b5e5bbb3fa5f8412e96c5eda7f4a4af6241d6bd3
- https://git.kernel.org/stable/c/a26c775ccc4cfe46f9b718b51bd24313053c7e0b
- https://git.kernel.org/stable/c/d3c57724f1569311e4b81e98fad0931028b9bdcd
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.