CVE-2024-27072: media: usbtv: Remove useless locks in usbtv_video_free()
In the Linux kernel, the following vulnerability has been resolved:
media: usbtv: Remove useless locks in usbtvvideofree()
Remove locks calls in usbtvvideofree() because are useless and may led to a deadlock as reported here: https://syzkaller.appspot.com/x/bisect.txt?x=166dc872180000 Also remove usbtvstop() call since it will be called when unregistering the device.
Before 'c838530d230b' this issue would only be noticed if you disconnect while streaming and now it is noticeable even when disconnecting while not streaming.
[hverkuil: fix minor spelling mistake in log message]
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-27072?
CVE-2024-27072 is classified as a low severity vulnerability due to its limited impact.
How do I fix CVE-2024-27072?
To fix CVE-2024-27072, upgrade your Linux kernel to version 6.1.123-1 or later.
Which Linux kernel versions are affected by CVE-2024-27072?
CVE-2024-27072 affects Linux kernel versions prior to 5.10.226-1.
What components of the Linux kernel are impacted by CVE-2024-27072?
CVE-2024-27072 impacts the media subsystem, specifically the usbtv module.
What issues does CVE-2024-27072 address in the Linux kernel?
CVE-2024-27072 addresses unnecessary locking mechanisms in the usbtv_video_free function that could lead to deadlocks.