← Back to CVE List

CVE-2024-58059

Published: 2025-03-06T16:15Z
Last Modified: 2025-03-25T14:35Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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(). > MITRE Terms of Use apply – see LICENSE‑MITRE.txt