{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "737ee8bdf682cedb3c42b713d20ffa5c899591fb"
            },
            {
              "fixed": "f1e21b7b977f5ae2955ecf3ab144da2578a4fe00"
            },
            {
              "fixed": "b81c2131dbb6fe04e27841bc719977c106177c61"
            },
            {
              "fixed": "1bb23c9d68312e77cec81bdfb2cc385e2d2960f7"
            },
            {
              "fixed": "45fcf435ffcc5f61a43bd9b19094dc52de6cbc05"
            },
            {
              "fixed": "1e8fddab6cbe536dd02e61205e4b9bf97df6479b"
            },
            {
              "fixed": "a47f087877bb2bc57c3ccb714fc49abf45d28e12"
            },
            {
              "fixed": "612ccf42acd14bb2685fa60c3495ca13e63e8989"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "5.12.0"
            },
            {
              "fixed": "5.15.221"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "5.16.0"
            },
            {
              "fixed": "6.1.188"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.2.0"
            },
            {
              "fixed": "6.6.157"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.7.0"
            },
            {
              "fixed": "6.12.110"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.13.0"
            },
            {
              "fixed": "6.18.52"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.19.0"
            },
            {
              "fixed": "7.2.6"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93185.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nASoC: rt700-sdw: always drain jack work on remove\n\nrt700_sdw_remove() drains jack_detect_work and jack_btn_check_work only\nwhen rt700-\u003ehw_init is true. That state bit is cleared by\nrt700_update_status() when the SoundWire slave becomes UNATTACHED, but a\njack work item can already have been queued by rt700_interrupt_callback()\nor rt700_jack_init() while the device was initialized.\n\nDo not use hw_init as the remove-time guard for draining these work\nobjects. The delayed works are initialized during rt700_init(), so remove\ncan cancel them unconditionally and pair the object lifetime with the\ncodec-private data lifetime instead of a mutable hardware state bit.\n\nThis issue was found by our static analysis tool and then confirmed by\nmanual review of the SoundWire status, interrupt and remove paths. The\nremove path should drain work based on whether the work object exists, not\non a runtime hardware state bit that can change after the work was queued.\n\nA QEMU PoC queued jack_detect_work, simulated SDW_SLAVE_UNATTACHED, and\nthen entered remove. DEBUG_OBJECTS reported an active timer/work object\nassociated with the rt700 jack work path after remove skipped the cancel.\n\nThis is sent as an RFC because the practical trigger depends on SoundWire\ncore remove ordering after an UNATTACHED status update. If remove cannot\nrun after hw_init has been cleared while jack work is still pending, this\nis a defensive lifecycle cleanup rather than a reachable race on current\nsystems.",
  "id": "CVE-2026-93185",
  "modified": "2026-09-18T03:30:58.682390025Z",
  "published": "2026-09-17T16:12:11.454Z",
  "references": [
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/1bb23c9d68312e77cec81bdfb2cc385e2d2960f7"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/1e8fddab6cbe536dd02e61205e4b9bf97df6479b"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/45fcf435ffcc5f61a43bd9b19094dc52de6cbc05"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/612ccf42acd14bb2685fa60c3495ca13e63e8989"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/a47f087877bb2bc57c3ccb714fc49abf45d28e12"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/b81c2131dbb6fe04e27841bc719977c106177c61"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/f1e21b7b977f5ae2955ecf3ab144da2578a4fe00"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93185.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-93185"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "ASoC: rt700-sdw: always drain jack work on remove"
}