{
  "affected": [
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:14",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "7.1.5-1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "details": "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() \t    uvc_pm_put() \t        uvc_status_put() \t\t    uvc_status_stop() \t\t        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.",
  "id": "DEBIAN-CVE-2026-74437",
  "modified": "2026-09-14T16:47:45.787658724Z",
  "published": "2026-08-15T06:22:45.810Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://security-tracker.debian.org/tracker/CVE-2026-74437"
    }
  ],
  "upstream": [
    "CVE-2026-74437"
  ]
}