Sploitus

Exploit for Integer Overflow or Wraparound in Linux Linux Kernel

githubexploit Β· 2021-07-21

Exploit Code

README17 lines
## https://sploitus.com/exploit?id=C94E7E90-2F35-5446-9AF2-82CE1857134E
# 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