
Linux kernel exploit for CVE-2022-32250, a use-after-free in nf_tables, with ~70% success rate on kernel 5.13. Built with libmnl and libnftnl.
This is my exploit for CVE-2022-32250, written entirely based on the research from NCC Group's blog.
Tested on: Kernel version 5.13
Success rate: ~70%

Building requires libmnl and libnftnl.
make all
The Proof-of-Concept and the write-up of the vulnerability are for educational and research purposes only. Use at your own risk.