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-5.10 — Kernel root exploit (CVE-2026-43499) for some 5.X devices (mostly Amazon) | Kitploit
Tools/GitHubGitHub/r0rt1z2/ghostlock-5.10
Android SecurityPrivilege EscalationExploitationPost-ExploitationMobile SecurityBinary Exploitation
GitHubr0rt1z2/ghostlock-5.10

GhostLock-5.10

Kernel root exploit (CVE-2026-43499) for some 5.X devices (mostly Amazon)

View Repository
93 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

GhostLock 5.10

This is a kernel root exploit for the Amazon Fire Max 11 (sunstone) and the Fire TV Stick 4K Max 2nd Gen / 2023 (karat), adapted from CVE-2026-43499 in CyberMeowfia.

Supported devices

Two devices are supported, both on Fire OS 8. Each has its own build target.

Fire Max 11 (sunstone)

Fire OSBuildIncrementalKernel
8.3.3.8RS8338.3339N0030132734852-ge7a6aa0ea53f
8.3.3.7RS8337.3186N0029461607044-gee3b4a65f51d
8.3.3.6RS8336.3103N0028656279428-gda010c50409f
8.3.3.5RS8335.2972N0027716721796-g7ec28efd738a
8.3.3.3RS8333.2734N0026441592452-g76402f9d634d
8.3.3.2 / 8.3.3.1 / 8.3.3.0 / 8.3.2.7RS8332.3115N0025837710212-gf66ba269681b
8.3.2.4RS8324.2314N0023153150596-g82c06325e9f8
8.3.2.2RS8322.2053N0022045787524-g89f110867b4a
8.3.2.1RS8321.1924N0021911536772-g096b58f0a5d7
8.3.2.0RS8320.1807N0021777289092-g66ce35ca5a96
8.3.1.9RS8319.1664N0021508817028-gec87eda1378d

Fire TV Stick 4K Max 2nd Gen (karat)

Building

Requires GNU Make and Android NDK r29.

root@kitploit:~
make                 # Fire Max 11 (sunstone), the default
make PROJECT=karat   # Fire TV Stick 4K Max 2nd Gen

Or build a distributable zip, which handles everything for you:

root@kitploit:~
./makedist.sh                 # sunstone
PROJECT=karat ./makedist.sh   # karat

The result is written to dist/ghostlock-<date>.zip.

Usage

root@kitploit:~
./root.sh

On Windows, run root.bat.

The script reboots the device, runs the exploit, and drops you into a root shell when it finishes. If it fails, it will automatically retry up to 8 times.

If successful, you will see a root shell prompt like this:

root@kitploit:~
root@sunstone:/ #

On newer versions of Fire OS, Amazon added KASLR, so it might take a few minutes to fully run. Be patient. Once it is up, su works from any adb shell until the next reboot.

There is also a bind shell on 127.0.0.1:9999, kept open for as long as root lasts. The easiest way in is to run nc on the device itself:

root@kitploit:~
adb shell -t "nc 127.0.0.1 9999"

Or forward the port and connect from the host:

root@kitploit:~
adb forward tcp:9999 tcp:9999
stty raw -echo; nc 127.0.0.1 9999; stty sane

[!CAUTION] While you are root, our device still uses dm-verity, so any modification to the system/vendor/etc. partitions will result in a brick.

Damaging critical partitions such as LK, TEE, or Preloader will also result in a brick. Use this exploit at your own risk.

LM shell

On the Fire TV Stick, a second raw root shell is opened on 127.0.0.1:9060 for Launcher Manager.

LM normally spawns its own as the system user, but it reuses the port if it is already open, so if the exploit is holding 9060 with a root shell, it should operate as root instead.

Run the exploit first so it claims the port, then (re)launch LM.

OTAs

OTA updates are disabled automatically as soon as root succeeds. A single OTA can move you to a build that is not supported here, or that fixes the exploit.

The exact packages differ between the tablet and the Fire TV Stick, the exploit picks the right set based on the device. Look for OTA: pm ... ok lines in the output to confirm.

If any step reports not applied, run it yourself from the root shell.

On the Fire Max 11 (sunstone):

root@kitploit:~
pm disable com.amazon.device.software.ota
pm disable com.amazon.kindle.otter.oobe.forced.ota
sync

On the Fire TV Stick (karat):

root@kitploit:~
pm disable com.amazon.device.software.ota
pm clear com.amazon.device.software.ota
pm disable com.amazon.device.software.ota.override
pm disable-user com.amazon.sneakpeek
pm disable com.amazon.client.metrics
sync

This survives reboots but not a factory reset. To re-enable, pm enable (or pm enable-user) the same packages from a root shell.

Credits

  • CyberMeowfia: original IonStack (CVE-2026-43499) exploit
  • IonStackQuest3: first public port for 5.10 kernels
  • Pro-me3us: karat firmware URL collection
  • sweenwolf: Launcher Manager, used on FTVs
Download Tool
Fire OSBuildIncrementalKernel
8.1.8.0RS8180.3739N0032280320768-g76bdd754c12c
8.1.8.0RS8180.3729N0032280318208-g76bdd754c12c
8.1.7.4RS8174.3648N0031877644288-ge1cb3cb5ad98
8.1.7.4RS8174.3641N0031877642496-ge1cb3cb5ad98
8.1.6.9RS8169.3556N0031139423232-ge1cb3cb5ad98
8.1.6.6RS8166.3482N0030736751236-gff609fc8f789
8.1.6.0RS8160.3380N0030501844100-ga8c852b26125
8.1.6.0RS8160.3372N0030501842052-ga8c852b26125
8.1.5.8RS8158.4105N0030468475268-gb7ca23cc70e6
8.1.5.5RS8155.3474N0029998551684-g05616ee8f7f7
8.1.5.3RS8153.3202N0029528720004-g05616ee8f7f7
8.1.4.9RS8149.3133N0028723395972-gb0c9d6e017fb
8.1.4.5RS8145.3070N0028186508932-gabbd3a8e8dee