{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "ff21a635dd1a9c6ca378847160897649cdbbfae4"
            },
            {
              "fixed": "13378c9ac0a1bcdf49ba158e4199594aafb589cd"
            },
            {
              "fixed": "dd5be4d9ce2dfc4d4a4527ef7d31d21a78e3cdac"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "4.6.0"
            },
            {
              "fixed": "7.2.6"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90330.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: logitech-hidpp: Fix FF device cleanup on init failure\n\nhidpp_ff_init() creates the input force-feedback device with\ninput_ff_create(), then allocates the HID++ FF private data,\neffect ID array, and workqueue.\n\nIf any of those allocations fail after input_ff_create() succeeds,\nthe function returns an error without destroying the FF device.\nAdd an unwind path that frees the private allocations made by\nhidpp_ff_init() and calls input_ff_destroy() for failures after\ninput_ff_create() succeeds.",
  "id": "CVE-2026-90330",
  "modified": "2026-09-19T03:30:54.558263935Z",
  "published": "2026-09-17T16:08:43.953Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/13378c9ac0a1bcdf49ba158e4199594aafb589cd"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/dd5be4d9ce2dfc4d4a4527ef7d31d21a78e3cdac"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90330.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-90330"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "HID: logitech-hidpp: Fix FF device cleanup on init failure"
}