AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2023-52898

MEDIUM · CVSS 4.7 EPSS 0.24%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-08-21 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 4.7. It affects Linux.

CVE
CVE-2023-52898
Severity
MEDIUM
CVSS
4.7
EPSS
0.24%
Linux

Original NVD 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

Related CVEs

Other vulnerabilities affecting the same vendor(s)