Sploitus

Exploit for Integer Overflow or Wraparound in Linux Linux Kernel

githubexploit Β· 2021-07-26

Exploit Code

README27 lines
## https://sploitus.com/exploit?id=188747D3-25BE-546A-9E14-C776B21CEE5D
# CVE-2021-33909
Exploit code for CVE-2021-33909,Just a dump of removed https://github.com/AmIAHuman/ repo


Sequoia (CVE-2021-33909)

Building

gcc exploit.c -o exploit

Running

"mkdir dir;./exploit $(pwd)/dir".
chmod +x exploit
./exploit


One-Liner

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
https://github.com/AmIAHuman