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-2019-7609-KibanaRCE — Python-based exploit for CVE-2019-7609, targeting Kibana remote code execution via prototype pollution. Includes version detection and automated payload delivery for security testing. | Kitploit
Tools/GitHubGitHub/d0x-awrqxavc/cve-2019-7609-kibanarce
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubd0x-awrqxavc/cve-2019-7609-kibanarce

CVE-2019-7609-KibanaRCE

Python-based exploit for CVE-2019-7609, targeting Kibana remote code execution via prototype pollution. Includes version detection and automated payload delivery for security testing.

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

CVE-2019-7609-KibanaRCE

Minor changes were made to the CVE to make it compatible with Python 3. cve-modific.py

Here are the modifications: In the get_kibana_version() function, the line match = re.findall(pattern, r.content) was updated to match = re.findall(pattern, r.text). This change was made to use r.text instead of r.content, allowing the response to be treated as a string rather than bytes.

Captura de tela de 2023-07-16 21-35-30

Captura de tela de 2023-07-16 21-50-42 For educational purposes This script is intended for educational use only.

Original: https://github.com/LandGrey/CVE-2019-7609/

Download Tool