CVE-2023-54100
Last modified
CVE-2023-54100 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: scsi: qedi: Fix use after free bug in qedi_remove() In qedi_probe() we call __qedi_probe() which initializes &qedi->recovery_work with qedi_recovery_handler() and &qedi->board_disable_work with qedi_board_disable_work(). When qedi_schedule_recovery_handler() is called, schedule_delayed_work() will finally start the work. In qedi_remove(), which is called to remove the driver, the following sequence may be observed: Fix this by finishing the work before cleanup in qedi_remove(). CPU0 CPU1 |qedi_recovery_handler qedi_remove | __qedi_remove | iscsi_host_free | scsi_host_put | //free shost | |iscsi_host_for_each_session |//use qedi->shost Cancel recovery_work and board_disable_work in __qedi_remove().. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: scsi: qedi: Fix use after free bug in qedi_remove() In qedi_probe() we call __qedi_probe() which initializes &qedi->recovery_work with qedi_recovery_handler() and &qedi->board_disable_work with qedi_board_disable_work(). When qedi_schedule_recovery_handler() is called, schedule_delayed_work() will finally start the work. In qedi_remove(), which is called to remove the driver, the following sequence may be observed: Fix this by finishing the work before cleanup in qedi_remove(). CPU0 CPU1 |qedi_recovery_handler qedi_remove | __qedi_remove | iscsi_host_free | scsi_host_put | //free shost | |iscsi_host_for_each_session |//use qedi->shost Cancel recovery_work and board_disable_work in __qedi_remove().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4b1068f5d74b6cc92319bd7eba40809b1222e73f, < fa19c533ab19161298f0780bcc6523af88f6fd20; >= 4b1068f5d74b6cc92319bd7eba40809b1222e73f, < 5e756a59cee6a8a79b9059c5bdf0ecbf5bb8d151; >= 4b1068f5d74b6cc92319bd7eba40809b1222e73f, < 3738a230831e861503119ee2691c4a7dc56ed60a; >= 4b1068f5d74b6cc92319bd7eba40809b1222e73f, < 89f6023fc321c958a0fb11f143a6eb4544ae3940; >= 4b1068f5d74b6cc92319bd7eba40809b1222e73f, < 124027cd1a624ce0347adcd59241a9966a726b22; >= 4b1068f5d74b6cc92319bd7eba40809b1222e73f, < c5749639f2d0a1f6cbe187d05f70c2e7c544d748 |
| Linux | Linux | 5.7 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-54100?
How severe is CVE-2023-54100?
How do I fix CVE-2023-54100?
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-54095In the Linux kernel, the following vulnerability has been re…7
- CVE-2023-54096In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54097In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54098In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2023-54099In the Linux kernel, the following vulnerability has been re…
- CVE-2023-5410A potential security vulnerability has been reported in the …8.2
- CVE-2023-54101In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54102In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54103Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2023-54104In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54105In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54106In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2023-54100?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
