
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-52855 is a vulnerability in the Linux kernel's USB DWC2 (DesignWare USB 2.0) driver that could lead to a NULL pointer dereference due to driver concurrency issues. The vulnerability was discovered in September 2023 and affects the USB subsystem's handling of URB (USB Request Block) operations (Kernel Git).
The vulnerability exists in the dwc2 USB driver where urb->hcpriv = NULL is executed without holding the lock hsotg->lock. When _dwc2_hcd_urb_enqueue() and _dwc2_hcd_urb_dequeue() are concurrently executed, the NULL check of urb->hcpriv can be executed before urb->hcpriv = NULL. This race condition can lead to a NULL pointer dereference when urb->hcpriv is subsequently used in the dwc2_hcd_urb_dequeue() function call (Kernel Git).
The vulnerability could potentially cause a NULL pointer dereference in the Linux kernel's USB subsystem, which might lead to system crashes or denial of service conditions (Kernel Git).
The vulnerability requires concurrent execution of specific USB driver operations. It was discovered through static analysis rather than active exploitation, and no known exploits have been reported in the wild (Kernel Git).
The issue has been fixed by ensuring that urb->hcpriv = NULL is executed while holding the hsotg->lock. The fix was implemented and committed to the Linux kernel, resolving the race condition and preventing the potential NULL pointer dereference (Kernel Git).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."