| Reporter | Title | Published | Views | Family All 62 |
|---|---|---|---|---|
| Microsoft Edge Chakra JIT - Type Confusion with switch Statements Exploit | 16 Nov 201700:00 | – | zdt | |
| CVE-2017-11821 | 13 Oct 201713:29 | – | attackerkb | |
| CVE-2017-11811 | 13 Oct 201713:29 | – | attackerkb | |
| CVE-2017-11810 | 13 Oct 201713:29 | – | attackerkb | |
| CVE-2017-11809 | 13 Oct 201713:29 | – | attackerkb | |
| The vulnerability of the JavaScript script handler ChakraCore in the Microsoft Edge browser allows a hacker to execute arbitrary code. | 10 Nov 201700:00 | – | bdu_fstec | |
| CVE-2017-11811 | 16 Nov 201700:00 | – | circl | |
| Microsoft Edge Scripting Engine Remote Memory Corruption Vulnerability (CNVD-2017-30542) | 11 Oct 201700:00 | – | cnvd | |
| Microsoft Edge DoLoopBodyStart Out of Bounds Read (CVE-2017-11811) | 22 Oct 201700:00 | – | checkpoint_advisories | |
| CVE-2017-11811 | 13 Oct 201713:00 | – | cve |
function opt() {
for (let i = 0; i < 100; i++) {
let j = i - 2;
switch (i) {
case 2:
case 4:
case 6:
case 8:
case 10:
case 12:
case 14:
case 16:
case 18:
case 20:
case 22:
case 24:
case 26:
case 28:
case 30:
case 32:
case 34:
case 36:
case 38:
break;
}
if (i == 90) {
i = 'x';
}
}
}
function main() {
for (let i = 0; i < 100; i++) {
opt();
}
}
main();
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