Lucene search
+L

2316 matches found

zdt
zdt
added 2017/10/15 12:00 a.m.68 views

Microsoft Edge Chakra JIT Failed RegexHelper::StringReplace Call Exploit

The "String.prototype.replace" method can be inlined in the JIT process. So in the method, all the calls which may break the JIT assumptions must be invoked with updating "ImplicitCallFlags". But "RegexHelper::StringReplace" calls the replace function without updating the flag. Therefore it fails...

7.6CVSS7.6AI score0.55966EPSS
SaveExploits4
zdt
zdt
added 2017/10/15 12:00 a.m.82 views

Microsoft Edge Chakra JIT Incorrect GenerateBailOut Calling Patterns Exploit

Exploit for windows platform in category dos / poc Microsoft Edge: Chakra: JIT: Incorrect GenerateBailOut calling patterns CVE-2017-11799 Bailout: "ChakraCoreas background JIT compiler generates highly optimized JITaed code based upon the data and infers likely usage patterns based on the profile...

7.6CVSS7.8AI score0.50074EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2017/10/14 12:00 a.m.71 views

Microsoft Edge Chakra JIT Failed RegexHelper::StringReplace Call

Microsoft Edge: Chakra: JIT: RegexHelper::StringReplace must call the callback function with updating ImplicitCallFlags CVE-2017-11802 The "String.prototype.replace" method can be inlined in the JIT process. So in the method, all the calls which may break the JIT assumptions must be invoked with...

7.9AI score0.55966EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2017/10/14 12:00 a.m.82 views

Microsoft Edge Chakra JIT Incorrect GenerateBailOut Calling Patterns

Microsoft Edge: Chakra: JIT: Incorrect GenerateBailOut calling patterns CVE-2017-11799 Bailout: "ChakraCoreas background JIT compiler generates highly optimized JITaed code based upon the data and infers likely usage patterns based on the profile data collected by the interpreter. Given the dynam...

7.9AI score0.50074EPSS
SaveExploits4
Zero Day Initiative
Zero Day Initiative
added 2017/10/10 12:00 a.m.43 views

Microsoft Chakra Array JIT Optimization Type Confusion Remote Code Execution Vulnerability

This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of Microsoft Chakra. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of...

7.5CVSS2.3AI score0.08791EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2017/09/22 8:19 a.m.36 views

CVE-2017-5121

Inappropriate use of JIT optimisation in V8 in Google Chrome prior to 61.0.3163.100 for Linux, Windows, and Mac allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page, related to the escape analysis phase...

8.8CVSS3.9AI score0.05288EPSS
SaveExploits0References2
Microsoft KB
Microsoft KB
added 2017/09/12 7:00 a.m.83 views

Description of the Security and Quality Rollup for the .NET Framework 4.6, 4.6.1, 4.6.2, and 4.7 for Windows 7 SP1 and Windows Server 2008 R2 SP1 and for the .NET Framework 4.6 for Windows Server 2008 SP2: September 12, 2017

None None...

9.3CVSS7.2AI score0.88698EPSS
SaveExploits14
zdt
zdt
added 2017/08/18 12:00 a.m.78 views

Microsoft Edge 40.15063.0.0 Chakra - Incorrect JIT Optimization with TypedArray Setter #3 Exploit

Exploit for windows platform in category dos / poc 'use strict'; function funca, b, c a0 = 1.2; b0 = c; a1 = 2.2; a0 = 2.3023e-320; function main let a = 1.1, 2.2; let b = new Uint32Array100; for let i = 0; i a0 = ; return 0; ; a0.toString; main; // Tested on Microsoft Edge 40.15063.0.0Insider...

7.6CVSS7.8AI score0.54951EPSS
SaveExploits6
Packet Storm
Packet Storm
added 2017/08/17 12:00 a.m.36 views

Microsoft Edge Chakra Incorrect Jit Optimization

Microsoft Edge: Chakra: incorrect jit optimization with TypedArray setter 3 CVE-2017-8601 Coincidentally, Microsoft released the patch for the issue 1290 the day after I reported it. But it seems they fixed it incorrectly again. This time, "funca, b, i;" is replaced with "funca, b, ;". PoC: 'use...

7.6CVSS0.5AI score0.54951EPSS
SaveExploits6
seebug.org
seebug.org
added 2017/08/17 12:00 a.m.44 views

Microsoft Edge: Chakra: incorrect jit optimization with TypedArray setter #3(CVE-2017-8601)

Coincidentally, Microsoft released the patch for the issue 1290 the day after I reported it. But it seems they fixed it incorrectly again. This time, "funca, b, i;" is replaced with "funca, b, ;". PoC: 'use strict'; function funca, b, c a0 = 1.2; b0 = c; a1 = 2.2; a0 = 2.3023e-320; function main...

7.6CVSS7.6AI score0.54951EPSS
SaveExploits6
Exploit DB
Exploit DB
added 2017/08/17 12:00 a.m.27 views

Microsoft Edge Chakra - Incorrect JIT Optimization with TypedArray Setter #2

a0 = ; return 0; ; a0.toString; main; I just changed "var b = new Uint32Array100;" to "var b = new Uint32Array0;", and it worked well. PoC: -- 'use strict'; function funca, b, c a0 = 1.2; b0 = c; a1 = 2.2; a0 = 2.3023e-320; function main var a = 1.1, 2.2; var b = new Uint32Array0; // 0 // force t...

7.6CVSS7.4AI score0.54648EPSS
SaveExploits5
exploitpack
exploitpack
added 2017/08/17 12:00 a.m.21 views

Microsoft Edge Chakra - Incorrect JIT Optimization with TypedArray Setter #2

Microsoft Edge Chakra - Incorrect JIT Optimization with TypedArray Setter 2 a0 = ; return 0; ; a0.toString; main; I just changed "var b = new Uint32Array100;" to "var b = new Uint32Array0;", and it worked well. PoC: -- 'use strict'; function funca, b, c a0 = 1.2; b0 = c; a1 = 2.2; a0 = 2.3023e-32...

1.2AI score
SaveExploits0
zdt
zdt
added 2017/08/17 12:00 a.m.66 views

Microsoft Edge Chakra Incorrect Jit Optimization Exploit

This is a follow-up finding that the fix for an incorrect jit optimization with TypedArray setter in Microsoft Edge Chakra may not be sufficient. Microsoft Edge: Chakra: incorrect jit optimization with TypedArray setter 2 CVE-2017-8548 I think the fix for 1045 is incorrect. Here's the original Po...

7.6CVSS7.6AI score0.54648EPSS
SaveExploits5
exploitpack
exploitpack
added 2017/08/17 12:00 a.m.26 views

Microsoft Edge 40.15063.0.0 Chakra - Incorrect JIT Optimization with TypedArray Setter #3

Microsoft Edge 40.15063.0.0 Chakra - Incorrect JIT Optimization with TypedArray Setter 3 'use strict'; function funca, b, c a0 = 1.2; b0 = c; a1 = 2.2; a0 = 2.3023e-320; function main let a = 1.1, 2.2; let b = new Uint32Array100; for let i = 0; i a0 = ; return 0; ; a0.toString; main; // Tested on...

0.8AI score
SaveExploits0
Exploit DB
Exploit DB
added 2017/08/17 12:00 a.m.46 views

Microsoft Edge 40.15063.0.0 Chakra - Incorrect JIT Optimization with TypedArray Setter #3

'use strict'; function funca, b, c a0 = 1.2; b0 = c; a1 = 2.2; a0 = 2.3023e-320; function main let a = 1.1, 2.2; let b = new Uint32Array100; for let i = 0; i a0 = ; return 0; ; a0.toString; main; // Tested on Microsoft Edge 40.15063.0.0Insider Preview...

7.6CVSS7.4AI score0.54951EPSS
SaveExploits6
zdt
zdt
added 2017/08/17 12:00 a.m.62 views

Microsoft Chakra JIT Server Out-Of-Bounds Write Exploit

The Microsoft Chakra JIT server suffers from an out-of-bounds write when processing a Js::OpCode::ProfiledLoopStart opcode. Microsoft Chakra JIT server out-of-bounds write when processing Js::OpCode::ProfiledLoopStart opcode CVE-2017-8659 There is an issue in Chakra JIT server that can be...

4.3CVSS6.1AI score0.06536EPSS
SaveExploits2
seebug.org
seebug.org
added 2017/08/17 12:00 a.m.76 views

Microsoft Edge: Chakra: incorrect jit optimization with TypedArray setter #2(CVE-2017-8548)

I think the fix for 1045 is incorrect. Here's the original PoC. 'use strict'; function funca, b, c a0 = 1.2; b0 = c; a1 = 2.2; a0 = 2.3023e-320; function main var a = 1.1, 2.2; var b = new Uint32Array100; // force to optimize for var i = 0; i a0 = ; return 0; ; a0.toString; main; I just changed...

7.6CVSS7.6AI score0.54648EPSS
SaveExploits5
seebug.org
seebug.org
added 2017/08/17 12:00 a.m.61 views

Microsoft Edge Security Bypass Vulnerability(CVE-2017-8637)

There is an issue in Chakra JIT server that can be potentially exploited to compromise the JIT process from a compromised browser content process. Bugs like this could potentially be used to bypass ACG Arbitrary Code Guard in Microsoft Edge. The issue has been confirmed on a ChakraCore build from...

2.6CVSS6.7AI score0.05077EPSS
SaveExploits2
zdt
zdt
added 2017/08/17 12:00 a.m.54 views

Microsoft Chakra JIT Server IRBuilder::Build Integer Overflow Exploit

The Microsoft Chakra JIT server suffers from an integer overflow in IRBuilder::Build. Microsoft Chakra JIT server integer overflow in IRBuilder::Build CVE-2017-8637 There is an issue in Chakra JIT server that can be potentially exploited to compromise the JIT process from a compromised browser...

2.6CVSS6.6AI score0.05077EPSS
SaveExploits2
seebug.org
seebug.org
added 2017/08/17 12:00 a.m.39 views

Microsoft Edge Scripting Engine Information Disclosure Vulnerability(CVE-2017-8659)

There is an issue in Chakra JIT server that can be potentially exploited to compromise the JIT process from a compromised browser content process. Bugs like this could potentially be used to bypass ACG Arbitrary Code Guard in Microsoft Edge. The issue has been confirmed on a ChakraCore build from...

4.3CVSS6.4AI score0.06536EPSS
SaveExploits2
Rows per page
Query Builder