CVE-2023-52898
Last modified
CVE-2023-52898 is a medium-severity vulnerability rated 4.7/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: xhci: Fix null pointer dereference when host dies Make sure xhci_free_dev() and xhci_kill_endpoint_urbs() do not race and cause null pointer dereference when host suddenly dies. Usb core may call xhci_free_dev() which frees the xhci->devs[slot_id] virt device at the same time that xhci_kill_endpoint_urbs() tries to loop through all the device's endpoints, checking if there are any cancelled urbs left to give back. hold the xhci spinlock while freeing the virt device. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: xhci: Fix null pointer dereference when host dies Make sure xhci_free_dev() and xhci_kill_endpoint_urbs() do not race and cause null pointer dereference when host suddenly dies. Usb core may call xhci_free_dev() which frees the xhci->devs[slot_id] virt device at the same time that xhci_kill_endpoint_urbs() tries to loop through all the device's endpoints, checking if there are any cancelled urbs left to give back. hold the xhci spinlock while freeing the virt device
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | < 4.19.271 | — |
| Linux | Linux Kernel | >= 4.20, < 5.4.230 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.165 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.90 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.8 | — |
| Linux | Linux Kernel | 6.2 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2023-52898?
How severe is CVE-2023-52898?
How do I fix CVE-2023-52898?
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-52892In phpseclib before 1.0.22, 2.x before 2.0.46, and 3.x befor…7.5
- CVE-2023-52893In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52894In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52895In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52896In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2023-52897In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2023-52899In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5290Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultID…
- CVE-2023-52900In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52901In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52902In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52903In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2023-52898?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
