Share
## https://sploitus.com/exploit?id=3E320B36-9DFC-53EF-8079-9B652019A21A
# bob_kern_exp1
CVE-2022-1015


### requirements
```bash
apt install libmnl-dev libnftnl-dev
```

### build
```bash
gcc -o leak leak.c -lmnl -lnftnl
```