{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "40c3a445422579db8ad96c234dbe6c0ab3f6b936"
            },
            {
              "fixed": "0975c42ed2a3bf32125a920e5d19194289126210"
            },
            {
              "fixed": "c7757db58957ac20cdec6ce575dbd44a6375664e"
            },
            {
              "fixed": "56d2deb6448378118dbe68c4fbb3fbae5f65b18c"
            },
            {
              "fixed": "1a634f464d6153dfa4d7e73a3d78236b65a64ee9"
            },
            {
              "fixed": "94c87871b051d7ad758828a805215a2ec194512a"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "5.9.0"
            },
            {
              "fixed": "6.6.148"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.7.0"
            },
            {
              "fixed": "6.12.101"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.13.0"
            },
            {
              "fixed": "6.18.42"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.19.0"
            },
            {
              "fixed": "7.1.6"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68360.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nhwmon: (corsair-cpro) Stop device IO before calling hid_hw_stop\n\nCalling hid_hw_stop() does not stop the device IO.\nThis results in a race condition between hid_input_report() and the point\nimmediately following the execution of hid_device_io_start() within\nthe driver probe function. If the probe operation fails after \"io start\"\nhas been initiated, this race condition will result in a UAF vulnerability.\n\nFix the problem by calling hid_device_io_stop() before calling\nhid_hw_stop().",
  "id": "CVE-2026-68360",
  "modified": "2026-08-12T03:51:26.155980851Z",
  "published": "2026-08-10T12:03:37.298Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/0975c42ed2a3bf32125a920e5d19194289126210"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/1a634f464d6153dfa4d7e73a3d78236b65a64ee9"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/56d2deb6448378118dbe68c4fbb3fbae5f65b18c"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/94c87871b051d7ad758828a805215a2ec194512a"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/c7757db58957ac20cdec6ce575dbd44a6375664e"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68360.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-68360"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "hwmon: (corsair-cpro) Stop device IO before calling hid_hw_stop"
}