| 概要 | 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 |
|---|---|
| 公表日 | 2026年5月9日0:16 |
| 登録日 | 2026年5月9日4:15 |
| 最終更新日 | 2026年5月9日0:16 |