
Exploit source and PoC for CVE-2026-43499 targeting OPPO MT6835 Android device, including preload payload, build scripts, and analysis notes for defensive research and education.
This repository preserves a compact research snapshot for the GhostLock-style exploit chain targeting an OPPO MT6835-based device.
From the repository root:
cd exploit
make PROJECT=oppo-PLS120-BP2A.250605.015
After building the preload payload, push it to a test device and run it under a controlled lab environment:
adb push exploit/build/oppo-PLS120-BP2A.250605.015/bin/preload.so /data/local/tmp/
adb shell chmod 755 /data/local/tmp/preload.so
adb shell LD_PRELOAD=/data/local/tmp/preload.so id
.
├── boot/ # trimmed analysis artifacts
├── exploit/ # exploit source and build output
├── poc/ # minimal PoC entry point
├── tools/ # auxiliary analysis scripts
└── README.md
Use only on devices and systems you are authorized to test. The author assumes no liability for misuse.