Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
ghostlock-pfem10 — GhostLock (CVE-2026-43499 / IonStack) research for OPPO Find X5 Pro (PFEM10): exploit chain, progress, blocker log, and OPPO 5-series kernel notes | Kitploit
Tools/GitHubGitHub/diyiqiuye/ghostlock-pfem10
Android SecurityExploit FrameworksVulnerability AnalysisExploitationReverse EngineeringMobile SecurityPayload DevelopmentBinary Exploitation
GitHubdiyiqiuye/ghostlock-pfem10

ghostlock-pfem10

GhostLock (CVE-2026-43499 / IonStack) research for OPPO Find X5 Pro (PFEM10): exploit chain, progress, blocker log, and OPPO 5-series kernel notes

View Repository
17h 58m agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

GhostLock — PFEM10

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

root@kitploit:~
./build.sh        # requires Android NDK r28c

Build params are fixed (-O1 / android26) — changing them breaks the stack-geometry calibration.

Run

root@kitploit:~
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]

Layout

root@kitploit:~
src/     exploit + payload + offsets (exploit.c, payload.c, pfem10_target.h)
lib/     KernelSnitch heap-leak library
model/   rtmutex chain-walk model (host verification)

Status

  • UAF trigger, controlled reclaim, write primitive, FOPS hijack
  • W1 (SELinux permissive)
  • W2 / W5 cred write (blocked by oplus_root_check, caps-only route in progress)

Credits

CyberMeowfia · IonStack (original exploit)

Download Tool