
本次个人漏洞研究进展成果
Device: OPPO PKP110 (OP5DF3) · Kernel 6.1.134-android14-11-o · Android 16 (SDK 36) Research period: 2026-08-20 ~ 2026-08-22
CVE-2026-43499 exploitation chain cannot converge on 6.1 GKI + Android 14/15/16 hardened environments.
Root cause of failure: PI chain does not traverse the sprayed page (independently verified by iQOO Neo9s PRO research)
| Item | Result |
|---|---|
| Structure offsets | ✅ All verified correct via BTF |
| setpriority replacing sched_setattr | ✅ Resolves SELinux blocking, no more crashes |
| Full chain execution | ✅ KernelSnitch + SKB heap spray + punch trigger (calls=1) |
| boot_id indirect address fix | ✅ 0x2139958 → 0x237e188 |
| perf_event_open | ❌ Blocked by SELinux (EACCES) |
| pselect overwrite | ❌ Cannot reach waiter on 6.1 GKI |
All three KASLR leak routes are blocked, and the privilege escalation chain cannot converge.
Independent research on iQOO Neo9s PRO / iQOO Z10x / vivo X Fold5 all reached the same conclusion.
Archived on 2026-08-22 · 52MB complete research package available in Release
| File | Description |
|---|
| target-OPPO-PKP110.h | OPPO-specific target.h (BTF-verified offsets) |
| symbols-OPPO.txt | Complete OPPO kernel symbol table (110432 symbols) |
| structs-OPPO.h | OPPO kernel BTF structure definitions |
| preload-tokay-PKP110.so | tokay source + OPPO offset compiled artifact |
| ghostlock-PKP110 | ghostlock-oneplus + OPPO offset compiled artifact |
| perf_leak_test.c | perf leak test (verifies SELinux blocking) |