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 usbtv_video_free()
Remove locks calls in usbtv_video_free() because
are useless and may led to a deadlock as reported here:
https://syzkaller.appspot.com/x/bisect.txt?x=166dc872180000
Also remove usbtv_stop() 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]
Security readout for executives and security teams
Plain-English summary
CVE-2024-27072 is a Linux kernel availability issue in the usbtv media driver. A local user with access to the affected system can trigger a deadlock related to USB TV device disconnect handling, potentially causing service disruption. It is not described as a data theft or remote compromise issue.
Executive priority
Treat this as a medium-priority reliability fix. It can disrupt affected Linux systems but is local-only in the provided scoring and has no cited active exploitation. Patch during normal kernel maintenance, faster where shared workstations, labs, or appliance-like systems expose USB access.
Technical view
The Linux usbtv driver could deadlock in usbtv_video_free() because lock calls and a usbtv_stop() call were unnecessary during device cleanup. Kernel stable fixes remove those calls. The CVSS vector is local, low-complexity, low-privilege, no user interaction, with high availability impact only.
Likely exposure
Exposure is most likely on Linux systems running affected kernels where the usbtv driver is present and reachable through local access or attached USB TV capture hardware. Internet-facing services are not the primary exposure path based on the provided CVSS vector.
Exploitation context
The source bundle does not cite active exploitation, and KEV is false. The report originated from syzkaller-linked kernel testing evidence. The described trigger involves local device disconnect behavior, especially around streaming state, not a remote network attack path.
Researcher notes
Focus validation on the media/usbtv driver lifecycle and disconnect cleanup path. The fix removes locking in usbtv_video_free() and relies on unregistering to call usbtv_stop(). Evidence is specific to availability impact; no confidentiality or integrity impact is stated.
Mitigation direction
Apply vendor kernel updates that include the referenced Linux stable fixes.
Follow Debian LTS advisories where Debian kernels are in scope.
Review Siemens SSA-265688 for affected Siemens-managed products.
If updates are delayed, check vendor guidance for supported mitigations.
Prioritize systems where untrusted users can access USB devices.
Validation and detection
Inventory Linux kernel versions against affected and fixed vendor advisories.
Confirm whether the usbtv driver is present, loaded, or required.
Check kernel changelogs for the referenced stable usbtv fix commits.
Identify systems with local or physical USB access by untrusted users.
Validate Debian and Siemens assets against their cited advisories.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-27072 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.