LiveActive security incident?Get immediate response
CVE Record

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]

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
high
Sources
11

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.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
3Timeline events
3ADP providers
10Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
5.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2024-27072Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CVECVE Program Container
CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
siemens-SADPADP container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxf3d27f34fdd7701e499617d2c1d94480a98f6d07, f3d27f34fdd7701e499617d2c1d94480a98f6d07, f3d27f34fdd7701e499617d2c1d94480a98f6d07, f3d27f34fdd7701e499617d2c1d94480a98f6d07, f3d27f34fdd7701e499617d2c1d94480a98f6d07, f3d27f34fdd7701e499617d2c1d94480a98f6d07unaffected
LinuxLinux3.11, 0, 5.10.227, 5.15.168, 6.1.113, 6.6.55, 6.8.2, 6.9affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.