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 — Unauthenticated RCE via Webmin Backdoor (CVE-2019–15107) | Kitploit
Tools/GitHubGitHub/bayazid-bit/cve-2019-15107
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubbayazid-bit/cve-2019-15107

CVE-2019-15107

Unauthenticated RCE via Webmin Backdoor (CVE-2019–15107)

View Repository
4 months 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
Website

Unauthenticated RCE via Webmin Backdoor (CVE-2019–15107)

Summary

CVE: CVE-2019–15107
Affected Version: Webmin <= 1.920
Attack Vector: Network (HTTPS)
Impact: Unauthenticated Remote Code Execution (Root)


Description

Webmin versions 1.890 through 1.920 contain a backdoor in the password_change.cgi script. The old parameter is passed directly to a shell command without sanitization, allowing unauthenticated command injection. This backdoor was introduced into the Webmin source code distributed via SourceForge. The exploit runs commands as root since Webmin typically runs with root privileges.


How to use this exploit

root@kitploit:~
python3 webmin-CVE-2019-15107.py <target-host> <target-port>

it will open an shell for you .

(Note: For versions 1.900–1.920, the “expired password changing” feature must be enabled for the backdoor to trigger. Version 1.890 is vulnerable in its default configuration).

Download Tool