Share
## https://sploitus.com/exploit?id=DE6CA7B3-18E2-5BFF-A971-D7B76F77EB65
# CVE-2022-0995
CVE-2022-0995 exploit
+ **[writeups](https://1nzag.github.io/study/linux_kernel/case_study/cve_2022_0995)**
+ **exploit target**:
linux-5.13.18
+ **refernces**:
+ <https://docs.kernel.org/core-api/watch_queue.html#overview>>
+ <https://bsauce.github.io/2022/04/15/CVE-2022-0995/>
+ <https://google.github.io/security-research/pocs/linux/cve-2021-22555/writeup.html>
+ <https://github.com/Bonfee/CVE-2022-0995>
## How to build
```bash
gcc -o exploit exploit.c
```