polygraphene / DirtyPipe-Android
- воскресенье, 27 марта 2022 г. в 00:31:46
Dirty Pipe root exploit for Android (Pixel 6)
Dirty Pipe (CVE-2022-0847) temporary root PoC for Android.
Currently only run on Pixel 6 with security patch level 2022-02-05. Don't use on other devices or other versions. It must crash (reboot).
'adb' is not recognized ...
errors, check to add adb to PATH.export PATH=$PATH:$ANDROID_NDK/toolchains/llvm/prebuilt/linux-x86_64/bin
$ make
# For the first build
$ LTO=thin ./build/build.sh
# For faster rebuild (skip full rebuild)
$ SKIP_MRPROPER=1 SKIP_DEFCONFIG=1 LTO=thin ./build/build.sh
See here