metasploit-framework/external/source/exploits/CVE-2022-34918
Redouane NIBOUCHA e612f02ecb Add MAX_TRIES option, address the feedback of bwatters-r7 2022-08-11 13:21:14 +02:00
..
inc Add more offsets to the exploit, clean up the exploit C source, add check method 2022-07-21 01:22:20 +02:00
src Add MAX_TRIES option, address the feedback of bwatters-r7 2022-08-11 13:21:14 +02:00
Makefile Add module docs, add Ubuntu 22.04 offsets, update check method 2022-07-22 03:30:03 +02:00
README.md Add more offsets to the exploit, clean up the exploit C source, add check method 2022-07-21 01:22:20 +02:00

README.md

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

make

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

make debug