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-15107 — webmin <=1.920 - RCE via command injection vulnerability | Kitploit
Tools/GitHubGitHub/g1vi/cve-2019-15107
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubg1vi/cve-2019-15107

CVE-2019-15107

webmin <=1.920 - RCE via command injection vulnerability

View Repository
13 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-15107

https://www.cvedetails.com/cve/CVE-2019-15107/

An issue was discovered in Webmin <=1.920. The parameters "old" and "expire" in password_change.cgi contain a command injection vulnerability.

Usage

  1. Start a listener on red box.
root@kitploit:~
   rlwrap -cAr nc -lvp 1919
  1. Run the exploit
root@kitploit:~
   ./exploit.sh
  1. Arguments will be prompted:
    • ip address of the target
    • target port running webmin (usually 10000)
    • local listener port
    • local interface where the listener is running (eth0, tun0, etc)

Let the stuff run, a reverse shell is received on listener.

Example

image

License

Feel free to use or modify whenever and wherever you like

Download Tool