{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "b3b1c68fb726907ea35ac172906705fe62c7fdaf"
            },
            {
              "fixed": "99ed3febafe0452994620a4d819f595583289bec"
            },
            {
              "fixed": "49b6fd28fbcc0b6457e16e25c7617f63449d4808"
            },
            {
              "fixed": "b57af2448268c30c25509a832b6ff6dc27176b28"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "7.0.0"
            },
            {
              "fixed": "7.1.11"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "7.2.0"
            },
            {
              "fixed": "7.2.1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80769.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: rapoo: fix missing hid_is_usb() check\n\nto_usb_interface() can only be used on a hid_device whose parent is really\nUSB; uhid can create devices that identify as being on BUS_USB, but don't\nactually have a USB parent.\nFix the use of to_usb_interface() without a hid_is_usb() check.\n\nAdd a dependency on USB_HID for hid_is_usb(), as other HID drivers do; the\nalternative would be to provide a simple stub implementation on !USB_HID\nbuilds.\n\nI have verified that it is currently possible to trigger a kernel splat due\nto this bug in an ASAN build, and that this commit fixes the issue.",
  "id": "CVE-2026-80769",
  "modified": "2026-09-06T03:30:16.278703791Z",
  "published": "2026-09-04T15:12:41.413Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/49b6fd28fbcc0b6457e16e25c7617f63449d4808"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/99ed3febafe0452994620a4d819f595583289bec"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/b57af2448268c30c25509a832b6ff6dc27176b28"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80769.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-80769"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "HID: rapoo: fix missing hid_is_usb() check"
}