{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "8846739f52afa07e63395c80227dc544f54bd7b1"
            },
            {
              "fixed": "4422fc2411cbbdf5104a914e0596bb483faea254"
            },
            {
              "fixed": "108a64b27a52f781c4f3751641e3dd65c7dd2fb5"
            },
            {
              "fixed": "abe572f630bc1f0e77041012ab075869036ede4f"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "6.11.0"
            },
            {
              "fixed": "6.18.32"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.19.0"
            },
            {
              "fixed": "7.0.9"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46228.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nspi: ch341: fix devres lifetime\n\nUSB drivers bind to USB interfaces and any device managed resources\nshould have their lifetime tied to the interface rather than parent USB\ndevice. This avoids issues like memory leaks when drivers are unbound\nwithout their devices being physically disconnected (e.g. on probe\ndeferral or configuration changes).\n\nFix the controller and driver data lifetime so that they are released\non driver unbind.\n\nNote that this also makes sure that the SPI controller is placed\ncorrectly under the USB interface in the device tree.",
  "id": "CVE-2026-46228",
  "modified": "2026-07-08T05:38:26.560752282Z",
  "published": "2026-05-28T09:40:48.689Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/108a64b27a52f781c4f3751641e3dd65c7dd2fb5"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/4422fc2411cbbdf5104a914e0596bb483faea254"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/abe572f630bc1f0e77041012ab075869036ede4f"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46228.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46228"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.7.5",
  "summary": "spi: ch341: fix devres lifetime"
}