
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2024-58059 affects the Linux kernel's uvcvideo driver. The vulnerability was discovered and disclosed on March 6, 2025, and involves a potential deadlock condition during uvc_probe execution. The issue occurs when uvc_probe() fails and attempts to call uvc_status_unregister() before uvc_status_init() is called (Kernel Git).
The vulnerability stems from a race condition in the Linux kernel's USB Video Class (UVC) driver. Specifically, if uvc_probe() fails during device initialization, it can trigger a deadlock by calling uvc_status_unregister() before uvc_status_init() has been properly executed. The issue was introduced by commit c5fe3ed618f9 which attempted to avoid race conditions during unregister operations (Kernel Git).
The vulnerability can result in a system deadlock when initializing USB video devices that use the UVC driver. This could potentially affect system stability and USB video device functionality (NVD).
The vulnerability requires local access and can only be triggered during the USB video device initialization process. There are no known reports of this vulnerability being exploited in the wild (Red Hat).
The issue has been patched by adding a NULL check for dev->status in uvc_status_unregister(). The fix prevents the deadlock by ensuring that uvc_status_unregister() only proceeds if dev->status has been properly initialized. The patch has been merged into the Linux kernel mainline and is being backported to stable kernel versions (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."