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
Tools/GitHubGitHub/brianwrf/cve-2019-6690
Vulnerability AnalysisCode AnalysisExploitationWeb SecurityPenetration Testing
GitHubbrianwrf/cve-2019-6690

CVE-2019-6690

It is a simple PoC of Improper Input Validation in python-gnupg 0.4.3 (CVE-2019-6690).

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

Summary

It is a simple PoC of Improper Input Validation in python-gnupg 0.4.3 (CVE-2019-6690).

Vulnerable

  • python python-gnupg 0.4.3
  • python python-gnupg 0.3.6
  • python python-gnupg 0.3.5
  • python python-gnupg 0.3.4

Mitigation

Users should upgrade to 0.4.4

Test Environment

Docker Image

  • docker pull avfisherdocker/python-gnupg0.4.3:CVE-2019-6690
  • docker run -d -p 5000:5000 avfisherdocker/python-gnupg0.4.3:CVE-2019-6690

Proof of Concepts

  1. apt install libmojolicious-perl
  2. git clone https://github.com/brianwrf/CVE-2019-6690
  3. cd CVE-2019-6690
  4. perl exploit.pl <ip> <port>

Reference

  • https://github.com/stigtsp/CVE-2019-6690-python-gnupg-vulnerability
  • https://seclists.org/bugtraq/2019/Jan/41
  • https://www.securityfocus.com/bid/106756
Download Tool