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
fusee-gelee — Rust implementation of the Fusée Gelée exploit (CVE-2018-6242) for Tegra processors. | Kitploit
Tools/GitHubGitHub/austinhartzheim/fusee-gelee
Embedded Systems SecurityVulnerability AnalysisExploitationHardware SecurityPayload DevelopmentBinary Exploitation
GitHubaustinhartzheim/fusee-gelee

fusee-gelee

Rust implementation of the Fusée Gelée exploit (CVE-2018-6242) for Tegra processors.

View Repository
43 years 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

fusee-gelee

Rust implementation of the Fusée Gelée exploit (CVE-2018-6242) for Tegra processors.

Currently supported platforms:

  • Linux via libusb.

Instructions

  1. Obtain executable version of the exploit launcher.
  2. Obtain a payload suitable for use on the target device.
  3. Execute the launcher, providing a path to the payload:
root@kitploit:~
./fusee-gelee /path/to/fusee-primary.bin

Building from source

Create a debug build:

root@kitploit:~
git clone https://github.com/austinhartzheim/fusee-gelee.git
cd fusee-gelee
cargo build  # binary output to target/debug/fusee-gelee

Create a release build:

root@kitploit:~
cargo build --release

Developing

Unit tests are available to compare the payload generation output against a sample payload generated by the Python implementation. To run the tests:

root@kitploit:~
cargo test

License

Licensed under the terms of GPL version 2. See LICENSE.txt for details.

Download Tool