CVE-2021-4034 PoC# CVE-2021-4034
## Introduction
This is an exploit for the `CVE-2021-4034` vulnerability, aka [pwnkit](https://www.qualys.com/2022/01/25/cve-2021-4034/pwnkit.txt), which was discovered by Qualys.
## Usage
### Compilation
```
$ make
```
or
```
$ gcc -o pwnkit.so -fPIC -shared pwnkit.c -Wl,-e,main
```
### Testing
```
$ make test
```
or
```
$ ./pwnkit.so
```
[4.0K] /data/pocs/b8cfd13cecddf80312e25573f9ad0e176abb5a0a
├── [ 128] Makefile
├── [2.1K] pwnkit.c
└── [ 361] README.md
0 directories, 3 files