Vulnerability Description
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().
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.13, < 6.13.2 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/a67f75c2b5ecf534eab416ce16c11fe780c4f8f6Patch
- https://git.kernel.org/stable/c/db577ededf3a18b39567fc1a6209f12a0c4a3c52Patch
FAQ
What is CVE-2024-58059?
CVE-2024-58059 is a vulnerability with a CVSS score of 5.5 (MEDIUM). 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_stat...
How severe is CVE-2024-58059?
CVE-2024-58059 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-58059?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.