CVE-2023-52811
Last modified
CVE-2023-52811 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool In practice the driver should never send more commands than are allocated to a queue's event pool. In the unlikely event that this happens, the code asserts a BUG_ON, and in the case that the kernel is not configured to crash on panic returns a junk event pointer from the empty event list causing things to spiral from there. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool In practice the driver should never send more commands than are allocated to a queue's event pool. In the unlikely event that this happens, the code asserts a BUG_ON, and in the case that the kernel is not configured to crash on panic returns a junk event pointer from the empty event list causing things to spiral from there. This BUG_ON is a historical artifact of the ibmvfc driver first being upstreamed, and it is well known now that the use of BUG_ON is bad practice except in the most unrecoverable scenario. There is nothing about this scenario that prevents the driver from recovering and carrying on. Remove the BUG_ON in question from ibmvfc_get_event() and return a NULL pointer in the case of an empty event pool. Update all call sites to ibmvfc_get_event() to check for a NULL pointer and perfrom the appropriate failure or recovery action.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 5.15.140 |
| Linux | Linux Kernel | >= 5.16, < 6.1.64 |
| Linux | Linux Kernel | >= 6.2, < 6.5.13 |
| Linux | Linux Kernel | >= 6.6, < 6.6.3 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2023-52811?
How severe is CVE-2023-52811?
How do I fix CVE-2023-52811?
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-52806In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52807In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52808In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52809In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5281A vulnerability was found in SourceCodester Engineers Online…9.8
- CVE-2023-52810In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52812In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52813In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52814In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52815In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52816In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52817In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2023-52811?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
