In the Linux kernel, the following vulnerability has been resolved:
media: uvcvideo: Fix deadlock during uvc_probe
If uvc_probe() fails, it can end up calling uvc_status_unregister() before
uvc_status_init() is called.
Fix this by checking if dev->status is NULL or not in
uvc_status_unregister().
References
Configurations
History
No history.
Information
Published : 2025-03-06 16:15
Updated : 2025-10-01 20:18
NVD link : CVE-2024-58059
Mitre link : CVE-2024-58059
CVE.ORG link : CVE-2024-58059
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-667
Improper Locking
