CVE-2023-52515
Last modified
CVE-2023-52515 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: RDMA/srp: Do not call scsi_done() from srp_abort() After scmd_eh_abort_handler() has called the SCSI LLD eh_abort_handler callback, it performs one of the following actions: * Call scsi_queue_insert(). * Call scsi_finish_command(). * Call scsi_eh_scmd_add(). Hence, SCSI abort handlers must not call scsi_done(). Otherwise all the above actions would trigger a use-after-free. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/srp: Do not call scsi_done() from srp_abort() After scmd_eh_abort_handler() has called the SCSI LLD eh_abort_handler callback, it performs one of the following actions: * Call scsi_queue_insert(). * Call scsi_finish_command(). * Call scsi_eh_scmd_add(). Hence, SCSI abort handlers must not call scsi_done(). Otherwise all the above actions would trigger a use-after-free. Hence remove the scsi_done() call from srp_abort(). Keep the srp_free_req() call before returning SUCCESS because we may not see the command again if SUCCESS is returned.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 3.7, < 5.10.199 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.136 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.57 | — |
| Linux | Linux Kernel | >= 6.2, < 6.5.7 | — |
| Linux | Linux Kernel | 6.6 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-52515?
How severe is CVE-2023-52515?
How do I fix CVE-2023-52515?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-5251The Grid Plus plugin for WordPress is vulnerable to unauthor…5.4
- CVE-2023-52510In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52511In the Linux kernel, the following vulnerability has been re…5.3
- CVE-2023-52512In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52513In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52514Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2023-52516In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52517In the Linux kernel, the following vulnerability has been re…7
- CVE-2023-52518In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52519In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2023-5252The FareHarbor plugin for WordPress is vulnerable to Stored …5.4
- CVE-2023-52520In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2023-52515?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
