PT-2026-72873 · Linux · Linux Kernel
CVE-2026-74437
·
Published
2026-08-15
·
Updated
2026-08-18
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A deadlock occurs in the uvcvideo module when a UVC camera utilizes an asynchronous control. The issue arises when the
uvc status stop() function is called from async ctrl.work through the following execution path: uvc ctrl status event work() -> uvc ctrl status event() -> uvc ctrl clear handle() -> uvc pm put() -> uvc status put() -> uvc status stop(). Within this sequence, the cancel work sync() function is invoked, which waits for uvc ctrl status event work to complete, resulting in a deadlock because the function is already executing that specific work.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel