In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Mar 6, 2025
to the GitHub Advisory Database
•
Updated Mar 25, 2025
Description
Published by the National Vulnerability Database
Mar 6, 2025
Published to the GitHub Advisory Database
Mar 6, 2025
Last updated
Mar 25, 2025
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