{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "9c395c1b99bd23f74bc628fa000480c49593d17f"
            },
            {
              "fixed": "2eb39de4962f842d653e96818ae372665cd481fd"
            },
            {
              "fixed": "574612793bed416f6c05fe7c9b50e9eb0441997e"
            },
            {
              "fixed": "4a7910ee060d8ce55612f5b3cc267f3a265a3cec"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        },
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "last_affected": "1d0675957d35ac5e514073481beda62e4e1e2ec5"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        },
        {
          "events": [
            {
              "introduced": "6.2.15"
            },
            {
              "fixed": "6.3"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "6.3.0"
            },
            {
              "fixed": "6.18.40"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.19.0"
            },
            {
              "fixed": "7.1.5"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74344.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: Clear rb node linkage when freeing bpf_rb_root\n\nbpf_rb_root_free() detaches the root by copying the current rb_root_cached\nand then replacing the live root with RB_ROOT_CACHED. It then walks the\ncopied root and drops each object contained in the tree.\n\nThis leaves the rb node state intact while dropping the object. If the\nobject is refcounted and survives the drop, its bpf_rb_node_kern still\ncontains an owner pointer to the freed root and stale rb tree linkage. If\na later bpf_rb_root allocation reuses the same address, bpf_rbtree_remove()\ncan incorrectly pass the owner check and call rb_erase_cached() on a node\nwhose rb pointers belong to the old tree.\n\nMirror the list draining behavior by marking nodes as busy while the root\nis being detached, then clear the rb node and release the owner before\ndropping the containing object. This makes surviving nodes unowned and\nsafe to reject from remove or accept for a later add.",
  "id": "CVE-2026-74344",
  "modified": "2026-08-16T03:31:18.159630968Z",
  "published": "2026-08-15T05:58:33.231Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/2eb39de4962f842d653e96818ae372665cd481fd"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/4a7910ee060d8ce55612f5b3cc267f3a265a3cec"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/574612793bed416f6c05fe7c9b50e9eb0441997e"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74344.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-74344"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "bpf: Clear rb node linkage when freeing bpf_rb_root"
}