# CVE-2023-1829
The exploitation is tested on Ubuntu22.04 official source code 5.15.0-25.25
Installing dependences for some netlink filter functions
```
sudo apt install libnftnl-dev libmnl-dev
```
Building step:
```bash
make
```
## References
- https://github.com/randorisec/CVE-2022-34918-LPE-PoC/tree/main
[4.0K] /data/pocs/2853599ee98bb3daf74588c76d1aabf8123b0240
├── [4.0K] get_root_src
│ └── [ 227] get_root.c
├── [4.0K] inc
│ ├── [2.5K] cls.h
│ ├── [1.2K] keyring.h
│ ├── [ 918] local_netlink.h
│ ├── [ 209] log.h
│ ├── [ 162] modprobe_path.h
│ ├── [ 889] rtnetlink.h
│ ├── [ 181] setup.h
│ └── [ 699] uring.h
├── [ 467] Makefile
├── [ 316] README.md
└── [4.0K] src
├── [ 43K] cls.c
├── [3.5K] keyring.c
├── [ 13K] local_netlink.c
├── [ 851] log.c
├── [8.7K] main.c
├── [2.6K] modprobe_path.c
├── [4.1K] rtnetlink.c
├── [1.2K] setup.c
└── [1.2K] uring.c
3 directories, 20 files