exploit-db-mirror/exploits/windows/dos/21556.txt
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

8 lines
No EOL
495 B
Text

source: http://www.securityfocus.com/bid/5027/info
A problem with Microsoft Internet Explorer may make it possible to deny service to users of the browser. The problem is in the handling of certain types of stylesheet input.
It may be possible to crash IE. When IE encounters a style sheet with the p{cssText} element declared, and a font weight of bold is specified, the browser crashes. This could be used as a denial of service attack.
<style>p{cssText: font-weight: bold;}</style>