{"id":"CVE-2026-72252","aliases":[],"url":"https://o3.security/vulnerability/CVE-2026-72252","summary":"netfilter: nft_set_pipapo: don't leak bad clone into future transaction","details":"In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: nft_set_pipapo: don't leak bad clone into future transaction\n\nOn memory allocation failure the cloned nft_pipapo_match can enter a bad\nstate:\n - some fields can have their lookup tables resized while others did\n   not\n - bits might have been toggled\n - scratch map can be undersized which also means m->bsize_max can be\n   lower than what is required\n\nThis means that the next insertion in the same batch can trigger\nout-of-bounds writes.\n\nFurthermore, a failure in the first can result in the bad clone to\nleak into the next transaction because the abort callback is never\nexecuted in this case (the upper layer saw an error and no attempt to\nallocate a transactional request was made).\n\nRecord a state for the nft_pipapo_match structure:\n- NEW (pristine clone)\n- MOD (modified clone with good state)\n- ERR (potentially bogus content)\n\nThen make it so that deletes and insertions fail when the clone\nentered ERR state.\n\nIn case the very first insert attempt results in an error, free the\nclone right away.","published":"2026-08-15T05:54:40.740Z","modified":"2026-08-16T03:48:38.750900356Z","cvss":null,"epss":null,"cisaKev":null,"exploitsKnown":null,"affectedPackages":[{"ecosystem":"Linux","name":"Kernel","fixedVersion":"6.6.148"}],"fix":null,"references":[{"type":"WEB","url":"https://git.kernel.org/stable/c/02b6b0e892aea582590671796fd6eff5b93ea93f"},{"type":"WEB","url":"https://git.kernel.org/stable/c/047e813324eac2ac60cddfb58bcdbd0144eadb09"},{"type":"WEB","url":"https://git.kernel.org/stable/c/47e65eff50691f0a5b79d325e28d83ec1da43bcf"},{"type":"WEB","url":"https://git.kernel.org/stable/c/610e3b73efaec3dd81a95dcda2421ad7d9795bd0"},{"type":"WEB","url":"https://git.kernel.org/stable/c/e74f9680e1b64872a51cc7b5bda1edaaa08aa51f"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72252.json"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-72252"},{"type":"PACKAGE","url":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2026-08-16T03:48:38.750900356Z"}}