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-16113-PoC — Bludit >= 3.9.2 - Authenticated RCE (CVE-2019-16113) | Kitploit
Tools/GitHubGitHub/hg8/cve-2019-16113-poc
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubhg8/cve-2019-16113-poc

CVE-2019-16113-PoC

Bludit >= 3.9.2 - Authenticated RCE (CVE-2019-16113)

View Repository
516 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-16113 PoC

Bludit >= 3.9.2 Remote Code Execution Vulnerability via "Upload function".

Simple Python PoC.

Discovery by @christasa: https://github.com/bludit/bludit/issues/1081

Usage

Edit the script with your URL, username, password and command to execute then run the script:

root@kitploit:~
$ python CVE-2019-16113.py
[+] Loggin successful.
[+] Token CSRF: 20b903ffe72490f004b9255521ea2e0419e73dce
[+] Shell upload succesful.
[+] .htaccess upload succesful.
[+] Command execution successful.

Requirements

  • Python 3
  • requests (pip install requests)
Download Tool