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
iqoo-temp-root — vivo/iQOO 临时 root 工具箱 (免解锁临时root, CVE-2026-43499) - 源码与脚本 | Kitploit
Tools/GitHubGitHub/hyblove/iqoo-temp-root
Android SecurityPrivilege EscalationVulnerability AnalysisExploitationMobile SecurityBinary Exploitation
GitHubhyblove/iqoo-temp-root

iqoo-temp-root

vivo/iQOO 临时 root 工具箱 (免解锁临时root, CVE-2026-43499) - 源码与脚本

View Repository
1621427 days 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

vivo/iQOO Temporary Root Toolkit

No bootloader unlocking, no flashing needed, temporary root (lost on reboot). Core principle: CVE-2026-43499 (futex PI UAF) kernel exploit + temporary KernelSU loading.

Supported devices (App version)

DeviceCodenamePayload
iQOO Z10 Turboz10t / iqooz10t / V2452A / pd2452preload_z10t.so (156KB)
iQOO Z10 Turbo ProV2453A / pd2453preload_neo11.so (162KB)
iQOO Z10 Turbo+pd2405 / pd2507preload_z10t.so (156KB)
iQOO 13V2408A / pd2408preload_neo11.so
iQOO Neo11V2520A / pd2520preload_neo11.so
iQOO Neo10 Pro+V2463A / pd2463preload_neo11.so
vivo X200pd2415 (independent seven-stage chain)glt/w2host system

Directory structure

The repository only hosts source code and scripts; binary artifacts such as APK, zip, payload .so, ksud etc. are not included in the repository.

Privilege escalation workflow (high success rate method)

  1. Reboot the phone (critical: pristine boot_id)
  2. Push the privilege escalation payload (automatically detects the model and selects the corresponding so)
  3. Run the privilege escalation: on detecting injection output → automatically turn off the screen → wait 5 seconds and turn the screen on (may repeat once)
  4. After it finishes → phone soft reboot = success indicator
  5. Reconnect → verify root (uid=0 means success) → load KernelSU

Limitations and risks

  • Temporary root: must be re-run after every cold boot (about 1-2 minutes), lost on reboot
  • Kernel >= 6.6.140 has patched the CVE, not usable (script automatically rejects)
  • After a failure you must reboot the phone and try again; repeated attempts without rebooting are ineffective
  • Does not write system partitions, does not modify bootloader, no brick risk (worst case: kernel panic, recovered by reboot)

Build

root@kitploit:~
# Signature keystore and password are provided via environment variables (not published with the repo)
export IQOO_KEYSTORE=/path/to/your.keystore
export IQOO_KS_PASS=your-keystore-password
python build_final.py out.apk

Disclaimer

This tool is for learning and security research only; use it only on your own devices. Users must bear all risks and legal responsibilities themselves.

Third-party components

See IQOO临时root工具箱(1)/THIRD_PARTY.md (GhostLock-X200 chain: Apache-2.0 / GPL-2.0-only; KernelSU: GPL-2.0-only).

Download Tool
PathDescription
README_交接.mdDetailed usage/maintenance documentation
build_final.py / bump_version.pyBuild and version bump scripts
临时root工具箱iQOO.shTermux version toolbox script
IQOO临时root工具箱(1)/Complete Termux version (includes X200 mode, see x200/)
IQOO临时root工具箱优化版/Optimized version toolbox script
vivo_iqoo临时root工具箱/Windows PC version (USB wired) scripts
Z10TurboPro_临时root工具/PC version scripts dedicated to Z10 Turbo Pro
releases/Release archive notes