
GhostLock (CVE-2026-43499 / IonStack) research for OPPO Find X5 Pro (PFEM10): exploit chain, progress, blocker log, and OPPO 5-series kernel notes
CVE-2026-43499 (IonStack) exploit for OPPO Find X5 Pro (PFEM10).
Kernel 5.10.236-android12-9-o, futex CMP_REQUEUE_PI UAF → pi-tree write primitive.
Use at your own risk. Expect panics / reboots. Do not update firmware.
./build.sh # requires Android NDK r28c
Build params are fixed (-O1 / android26) — changing them breaks the stack-geometry calibration.
adb push exploit /data/local/tmp/
adb shell /data/local/tmp/exploit W1 # SELinux permissive
adb shell /data/local/tmp/exploit W2 # child cred -> init_cred
adb shell /data/local/tmp/exploit W5 # caps-only cred copy
Retry across reboots: bash run.sh <mode> [attempts]
src/ exploit + payload + offsets (exploit.c, payload.c, pfem10_target.h)
lib/ KernelSnitch heap-leak library
model/ rtmutex chain-walk model (host verification)
oplus_root_check, caps-only route in progress)CyberMeowfia · IonStack (original exploit)