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
CVE-2026-5562-Exploit | Kitploit
Tools/GitHubGitHub/huttwothreefour/cve-2026-5562-exploit
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubhuttwothreefour/cve-2026-5562-exploit

CVE-2026-5562-Exploit

View Repository
1 month 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

CVE-2026-5562 Exploit

Warning

This repository contains a proof-of-concept research script for validating exposure in a controlled environment. It is only for research and education purpose, should not be used against production systems on which you do not have authorization.

Install requirements

Install the Python dependency from this directory:

root@kitploit:~
python3 -m pip install -r requirements.txt

Command-line options

Display the built-in help without sending a request:

root@kitploit:~
python3 exploit.py --help
OptionRequiredDescription
--urlYesBase URL of the Kafka UI instance, including http:// or https://
--ipYesIP to receive reverse shell
--portNoPort to receive reverse shell, defaults to 12345

The script appends /api/smartfilters/testexecutions to the supplied base URL and issues an HTTP PUT request. Review the source and payload before any authorized execution.

Download Tool