Back to Metasploit Framework

Netfilter tables API heap buffer overflow

external/source/exploits/CVE-2022-34918/README.md

6.4.131337 B
Original Source

Netfilter tables API heap buffer overflow

PoC of the exploitation of a heap buffer overflow in the linux kernel. Available for Linux 5.18-rc3 The concerned function is nft_add_set_elem in net/netfilter/nf_tables_api.c

Build

sh
make

If you want a verbose version of this PoC, you can build it with

sh
make debug