CVE-2021-33909的利用代码,只是已删除仓库 https://github.com/AmIAHuman/ 的转储
Sequoia (CVE-2021-33909)
编译
gcc exploit.c -o exploit
运行
"mkdir dir;./exploit $(pwd)/dir". chmod +x exploit ./exploit
一行命令
gcc exploit.c -o exploit;chmod +x exploit;./exploit
致谢 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