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
Tools/GitHubGitHub/cakestwix/android-cve-2026-43499
Android SecurityVulnerability AnalysisExploitationMobile SecurityBinary Exploitation
GitHubcakestwix/android-cve-2026-43499

Android-CVE-2026-43499

Android version CVE-2026-43499 tester

View Repository
426661 month agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2026-43499 Detector

Android app that detects the kernel vulnerability CVE-2026-43499 — a use-after-free in rtmutex triggered via futex_requeue.

Vulnerability

CVECVE-2026-43499
TypeUse-after-free
Componentkernel/locking/rtmutex.c
Triggerfutex_requeue → proxy-lock rollback in remove_waiter() uses current instead of waiter->task
CVSS7.8 (HIGH)
AffectedLinux 2.6.39 – 6.1.174
Patched6.18.27+, 6.12.86+, 6.6.140+, 6.1.175+

How it works

  1. Checks kernel version against known-patched releases. If the kernel is at or above a patched version, reports safe immediately.
  2. Otherwise, runs a native PoC binary (shipped via jniLibs, executed from nativeLibraryDir).
  3. For 5 attempts:
    • Starts the binary
    • Waits 5 seconds
    • Sends SIGTERM
    • Waits 5 seconds for the process to die
  4. If the process survives SIGTERM in any attempt (stuck in D-state) → vulnerable.
  5. If all 5 attempts are killable → patched.
  6. Waits an additional 5 seconds after the last attempt.

Binary bitness is auto-detected from Build.SUPPORTED_ABIS.

Requirements

  • Android 7.0+ (API 24)
  • ARM (32-bit build: armeabi-v7a)

Tech stack

  • Kotlin
  • Jetpack Compose
  • Material Deisgn 3
  • Single-activity architecture

Build

root@kitploit:~
./gradlew assembleDebug

APK output: app/build/outputs/apk/debug/app-debug.apk

Links

  • CVE-2026-43499 (NVD)
  • PoC source code

Kernel patches

Warning

Running the test on a vulnerable device may cause a kernel crash or spontaneous reboot. Proceed at your own risk.

Download Tool
KernelRepository
3.4acroreiser/android_kernel_lge_hammerhead
3.10acroreiser/android_kernel_lenovo_a6010
4.4acroreiser/android_kernel_samsung_universal8895
4.9Lenovo-Z5s/android_kernel_lenovo_sdm710
4.4 ~ 5.10oracle/linux-uek/uek6
5.15oracle/linux-uek/uek7