{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "a7e23ec17feecc7bac0d500cea900cace7b50129"
            },
            {
              "fixed": "614cb8c26c5aa53196ee9b211b76ee618b147d32"
            },
            {
              "fixed": "fe80251152fed5b185f795ef2cd9f7fe9c3162e0"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "6.15.0"
            },
            {
              "fixed": "7.0.12"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64013.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nACPI: button: Fix ACPI GPE handler leak during removal\n\nCommit a7e23ec17fee (\"ACPI: button: Install notifier for system events\nas well\") changed the ACPI notify handler type for ACPI buttons to\nACPI_ALL_NOTIFY, but it forgot to update acpi_button_remove() to reflect\nthat change.  This leads to leaking the notify handler past driver\nremoval, which may cause a kernel crash to occur if ACPI notify on\nthe given device is triggered after removing the driver, and causes a\nsubsequent probe of the given device with the same driver to fail.\n\nAddress this by updating the acpi_remove_notify_handler() call in\nacpi_button_remove() as appropriate.",
  "id": "CVE-2026-64013",
  "modified": "2026-07-21T03:42:11.332344066Z",
  "published": "2026-07-19T14:56:27.365Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/614cb8c26c5aa53196ee9b211b76ee618b147d32"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/fe80251152fed5b185f795ef2cd9f7fe9c3162e0"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64013.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-64013"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.8.0",
  "summary": "ACPI: button: Fix ACPI GPE handler leak during removal"
}