Description
In the Linux kernel, the following vulnerability has been resolved:

media: uvcvideo: Fix deadlock if uvc_status_stop is called from async_ctrl.work

If a UVC camera has an asynchronous control, uvc_status_stop may be
called from async_ctrl.work:

uvc_ctrl_status_event_work()
uvc_ctrl_status_event()
uvc_ctrl_clear_handle()
uvc_pm_put()
uvc_status_put()
uvc_status_stop()
cancel_work_sync()

This will cause a deadlock, since cancel_work_sync will wait for
uvc_ctrl_status_event_work to complete before returning.

Fix this by returning early from uvc_status_stop if we are currently in
the work function. flush_status now remains false until uvc_status_start
is called again, ensuring that uvc_ctrl_status_event_work won't resubmit
the URB.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability occurs in the Linux kernel's UVC video driver. If an asynchronous UVC control is active, the function uvc_status_stop can be invoked from the async_ctrl.work workqueue. The routine calls cancel_work_sync, which waits for the work function to finish. Because the same work function is awaiting its own completion, a deadlock is created, causing the UVC subsystem to halt and potentially freeze device operations. The flaw is a classic concurrency issue that can disrupt camera functionality and lead to a denial‑of‑service for the device.

Affected Systems

The defect affects all versions of the Linux kernel that contain the buggy configuration of the UVC driver and are prior to the commit that introduces the early‑return guard. It applies to any distribution using those kernel releases, as the CPE string indicates the base Linux kernel.

Risk and Exploitability

The CVSS score of 5.5 indicates a moderate severity, while the EPSS score of less than 1% suggests a very low but nonzero likelihood of exploitation. The vulnerability is not listed in CISA KEV and no public exploit has been reported. An attacker would require access to a UVC camera with asynchronous control, so the risk largely applies to devices or users that operate such cameras. The deadlock can result in a denial‑of‑service to camera applications until the system or the camera is reset.

Generated by OpenCVE AI on August 21, 2026 at 22:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a patched release that contains the early‑return guard in uvc_status_stop, or apply the relevant commit to the kernel source.
  • Reboot the system to load the updated kernel.
  • If an immediate kernel upgrade is not feasible, consider the use of UVC cameras or remove any asynchronous control features from the UVC device to avoid triggering the deadlock.

Generated by OpenCVE AI on August 21, 2026 at 22:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-667

Wed, 19 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-833
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Sat, 15 Aug 2026 16:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-667

Sat, 15 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix deadlock if uvc_status_stop is called from async_ctrl.work If a UVC camera has an asynchronous control, uvc_status_stop may be called from async_ctrl.work: uvc_ctrl_status_event_work() uvc_ctrl_status_event() uvc_ctrl_clear_handle() uvc_pm_put() uvc_status_put() uvc_status_stop() cancel_work_sync() This will cause a deadlock, since cancel_work_sync will wait for uvc_ctrl_status_event_work to complete before returning. Fix this by returning early from uvc_status_stop if we are currently in the work function. flush_status now remains false until uvc_status_start is called again, ensuring that uvc_ctrl_status_event_work won't resubmit the URB.
Title media: uvcvideo: Fix deadlock if uvc_status_stop is called from async_ctrl.work
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:19:23.869Z

Reserved: 2026-08-15T05:44:03.897Z

Link: CVE-2026-74437

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:45.810

Modified: 2026-08-17T06:19:39.390

Link: CVE-2026-74437

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-74437 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T22:30:17Z

Weaknesses