| Summary | In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_set_pipapo: fix stack out-of-bounds read in pipapo_drop() pipapo_drop() passes rulemap[i + 1].n to pipapo_unmap() as the Although pipapo_unmap() returns early when is_last is true without BUG: KASAN: stack-out-of-bounds in pipapo_drop+0x50c/0x57c [nf_tables] This frame has 1 object: The buggy address is at offset 164 -- exactly 4 bytes past the end Pass 0 instead of rulemap[i + 1].n on the last iteration to avoid |
|---|---|
| Publication Date | May 9, 2026, 12:16 a.m. |
| Registration Date | May 9, 2026, 4:15 a.m. |
| Last Update | May 9, 2026, 12:16 a.m. |