Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2023-1829 PoC — Linux kernel 资源管理错误漏洞

Source
Associated Vulnerability
Title:Linux kernel 资源管理错误漏洞 (CVE-2023-1829)
Description:Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于存在释放后重用漏洞,攻击者利用该漏洞可以实现本地权限提升。
Readme
# 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
File Snapshot

[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
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.