{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "3f29d59e92a96d843c2ff10ebfed92ac26878658"
            },
            {
              "fixed": "6e2d84fdeac05bfd858e84a76353fdb84f23a43e"
            },
            {
              "fixed": "c78c4b242299bc581e4987e5c2786c6f4760c516"
            },
            {
              "fixed": "54243797cedf55447b4c5d560e8cd709900061ae"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "6.18.0"
            },
            {
              "fixed": "6.18.39"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.19.0"
            },
            {
              "fixed": "7.1.4"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64267.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nfuse: avoid 32-bit prune notification count wrap\n\nFUSE_NOTIFY_PRUNE validates the nodeid payload length with:\n\n    size - sizeof(outarg) != outarg.count * sizeof(u64)\n\nOn 32-bit kernels, size_t is also 32 bits, so the daemon-controlled\ncount multiplication can wrap.  A prune notification with count\n0x20000000 and no nodeid payload passes the check, enters the copy\nloop, and asks the device copy path to read nodeids that are not\npresent in the userspace write buffer.  In QEMU this reaches the\nfuse_copy_fill() BUG_ON(!err) path.\n\nValidate the payload length with array_size() instead.  That accepts\nexactly the same valid messages, but avoids wrapping arithmetic before\nthe copy loop consumes the count.",
  "id": "CVE-2026-64267",
  "modified": "2026-07-27T03:56:24.272434700Z",
  "published": "2026-07-25T08:49:15.720Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/54243797cedf55447b4c5d560e8cd709900061ae"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/6e2d84fdeac05bfd858e84a76353fdb84f23a43e"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/c78c4b242299bc581e4987e5c2786c6f4760c516"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64267.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-64267"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.8.0",
  "summary": "fuse: avoid 32-bit prune notification count wrap"
}