{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "dc3c78e43469063c5bf4b744214508f94c4129f9"
            },
            {
              "fixed": "56d318ef8766f0deb08517fd8f3007256ea7997d"
            },
            {
              "fixed": "90550af0aad5e75110073c501e4fb42fca20ff80"
            },
            {
              "fixed": "eeceb6f4dd42065fdda3a526a93d08b8fb90fb69"
            },
            {
              "fixed": "ad4505d2ab3aaac6498f17649608e70e80034bf2"
            },
            {
              "fixed": "4e900465296ce9fb12ed47dc77389b8dde95bfe0"
            },
            {
              "fixed": "c7abd0e6c87441e99c759d40eb6fe589634e3041"
            },
            {
              "fixed": "b3d16611d7cd78e9d5c6baa19b61b7caf9f1ab5e"
            },
            {
              "fixed": "8df2c1b47ee3cd50fd454f75c7a7e2ae8a6adf72"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "3.5.0"
            },
            {
              "fixed": "5.10.258"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "5.11.0"
            },
            {
              "fixed": "5.15.209"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "5.16.0"
            },
            {
              "fixed": "6.1.175"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.2.0"
            },
            {
              "fixed": "6.6.141"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.7.0"
            },
            {
              "fixed": "6.12.91"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.13.0"
            },
            {
              "fixed": "6.18.33"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.19.0"
            },
            {
              "fixed": "7.0.10"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53037.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: usbhid: fix deadlock in hid_post_reset()\n\nYou can build a USB device that includes a HID component\nand a storage or UAS component. The components can be reset\nonly together. That means that hid_pre_reset() and hid_post_reset()\nare in the block IO error handling. Hence no memory allocation\nused in them may do block IO because the IO can deadlock\non the mutex held while resetting a device and calling the\ninterface drivers.\nUse GFP_NOIO for all allocations in them.",
  "id": "CVE-2026-53037",
  "modified": "2026-07-08T05:39:13.002674715Z",
  "published": "2026-06-24T16:29:44.311Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/4e900465296ce9fb12ed47dc77389b8dde95bfe0"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/56d318ef8766f0deb08517fd8f3007256ea7997d"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/8df2c1b47ee3cd50fd454f75c7a7e2ae8a6adf72"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/90550af0aad5e75110073c501e4fb42fca20ff80"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/ad4505d2ab3aaac6498f17649608e70e80034bf2"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/b3d16611d7cd78e9d5c6baa19b61b7caf9f1ab5e"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/c7abd0e6c87441e99c759d40eb6fe589634e3041"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/eeceb6f4dd42065fdda3a526a93d08b8fb90fb69"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53037.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-53037"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.7.5",
  "summary": "HID: usbhid: fix deadlock in hid_post_reset()"
}