Lucene search
+L

2272 matches found

Packet Storm
Packet Storm
added 2018/04/11 12:00 a.m.34 views

Chrome V8 JIT LoadElimination::ReduceTransitionElementsKind Bug

Chrome: V8: JIT: A bug in LoadElimination::ReduceTransitionElementsKind I think this commit has introduced the bug: https://chromium.googlesource.com/v8/v8.git/+/9884bc5dee488bf206655f07b8a487afef4ded9b Reduction LoadElimination::ReduceTransitionElementsKindNode node ... if...

0.1AI score
SaveExploits0
zdt
zdt
added 2018/04/11 12:00 a.m.26 views

Google Chrome V8 JIT - LoadElimination::ReduceTransitionElementsKind Type Confusion

Exploit for multiple platform in category dos / poc / I think this commit has introduced the bug: https://chromium.googlesource.com/v8/v8.git/+/9884bc5dee488bf206655f07b8a487afef4ded9b Reduction LoadElimination::ReduceTransitionElementsKindNode node ... if objectmaps.containsZoneHandleSetsourcema...

7.4AI score
SaveExploits0
exploitpack
exploitpack
added 2018/04/10 12:00 a.m.22 views

Google Chrome V8 JIT - LoadElimination::ReduceTransitionElementsKind Type Confusion

Google Chrome V8 JIT - LoadElimination::ReduceTransitionElementsKind Type Confusion / I think this commit has introduced the bug: https://chromium.googlesource.com/v8/v8.git/+/9884bc5dee488bf206655f07b8a487afef4ded9b Reduction LoadElimination::ReduceTransitionElementsKindNode node ... if...

0.2AI score
SaveExploits0
Exploit DB
Exploit DB
added 2018/04/10 12:00 a.m.32 views

Google Chrome V8 JIT - 'LoadElimination::ReduceTransitionElementsKind' Type Confusion

/ I think this commit has introduced the bug: https://chromium.googlesource.com/v8/v8.git/+/9884bc5dee488bf206655f07b8a487afef4ded9b Reduction LoadElimination::ReduceTransitionElementsKindNode node ... if objectmaps.containsZoneHandleSetsourcemap objectmaps.removesourcemap, zone;...

5.3AI score
SaveExploits0
Zero Day Initiative
Zero Day Initiative
added 2018/04/06 12:00 a.m.54 views

Apple Safari Spread Operator Type Confusion Remote Code Execution Vulnerability

This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of Apple Safari. 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 JIT...

6.8CVSS2.1AI score0.02064EPSS
SaveExploits0References1
Zero Day Initiative
Zero Day Initiative
added 2018/04/06 12:00 a.m.39 views

Apple Safari Math floor Type Confusion Remote Code Execution Vulnerability

This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of Apple Safari. 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 JIT...

6.8CVSS2AI score0.01911EPSS
SaveExploits0References1
Zero Day Initiative
Zero Day Initiative
added 2018/04/06 12:00 a.m.29 views

Apple Safari Math sqrt Type Confusion Remote Code Execution Vulnerability

This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of Apple Safari. 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 JIT...

6.8CVSS1.8AI score0.02052EPSS
SaveExploits0References1
Zero Day Initiative
Zero Day Initiative
added 2018/04/06 12:00 a.m.40 views

Apple Safari Loose Comparison Operator Type Confusion Remote Code Execution Vulnerability

This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of Apple Safari. 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...

6.8CVSS3.2AI score0.38431EPSS
SaveExploits2References1
Zero Day Initiative
Zero Day Initiative
added 2018/04/06 12:00 a.m.42 views

Apple Safari Math abs Type Confusion Remote Code Execution Vulnerability

This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of Apple Safari. 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 JIT...

6.8CVSS1.8AI score0.02052EPSS
SaveExploits0References1
Packet Storm
Packet Storm
added 2018/04/03 12:00 a.m.55 views

Microsoft Edge Charka JIT Incomplete Fix For Issue 1420

Microsoft Edge: Chakra: JIT: The fix for issue 1420 is incomplete. CVE-2018-0933 Here's a snippet of JavascriptArray::BoxStackInstance. To fix issue 1420 , "deepCopy" was introduced. It only deep-copies the array when "instance-head" is on the stack. So simply by adding a single line of code that...

7.5AI score0.66845EPSS
SaveExploits4
exploitpack
exploitpack
added 2018/04/03 12:00 a.m.26 views

Microsoft Edge Chakra JIT - Stack-to-Heap Copy (Incomplete Fix) (1)

Microsoft Edge Chakra JIT - Stack-to-Heap Copy Incomplete Fix 1 / Here's a snippet of JavascriptArray::BoxStackInstance. To fix issue 1420 , "deepCopy" was introduced. But it only deep-copies the array when "instance-head" is on the stack. So simply by adding a single line of code that allocates...

0.3AI score
SaveExploits0
zdt
zdt
added 2018/04/03 12:00 a.m.74 views

Microsoft Edge Chakra JIT - Stack-to-Heap Copy (Incomplete Fix) Exploit

Exploit for windows platform in category dos / poc / Here's a snippet of JavascriptArray::BoxStackInstance. To fix issue 1420 , "deepCopy" was introduced. But it only deep-copies the array when "instance-head" is on the stack. So simply by adding a single line of code that allocates "head" to the...

7.6CVSS7.6AI score0.66845EPSS
SaveExploits8
Packet Storm
Packet Storm
added 2018/04/03 12:00 a.m.50 views

Microsoft Edge Charka JIT Incomplete Fix For Issue 1420 #2

Title: Microsoft Edge: Chakra: JIT: The fix for issue 1420 is incomplete 2 CVE-2018-0934 Here's a snippet of JavascriptArray::BoxStackInstance. template T JavascriptArray::BoxStackInstanceT instance, bool deepCopy AssertThreadContext::IsOnStackinstance; // On the stack, the we reserved a pointer...

7.5AI score0.66765EPSS
SaveExploits6
Exploit DB
Exploit DB
added 2018/04/03 12:00 a.m.38 views

Microsoft Edge Chakra JIT - Stack-to-Heap Copy (Incomplete Fix) (2)

/ Here's a snippet of JavascriptArray::BoxStackInstance. template T JavascriptArray::BoxStackInstanceT instance, bool deepCopy AssertThreadContext::IsOnStackinstance; // On the stack, the we reserved a pointer before the object as to store the boxed value T boxedInstanceRef = T instance - 1; T...

7.6CVSS7.2AI score0.66765EPSS
SaveExploits6
Exploit DB
Exploit DB
added 2018/04/03 12:00 a.m.37 views

Microsoft Edge Chakra JIT - Stack-to-Heap Copy (Incomplete Fix) (1)

/ Here's a snippet of JavascriptArray::BoxStackInstance. To fix issue 1420 , "deepCopy" was introduced. But it only deep-copies the array when "instance-head" is on the stack. So simply by adding a single line of code that allocates "head" to the heap, we can bypass the fix. template T...

7.6CVSS7.2AI score0.66845EPSS
SaveExploits8
Zero Day Initiative
Zero Day Initiative
added 2018/03/23 12:00 a.m.41 views

Microsoft Windows JavaScript Typed Array JIT Optimization Use-After-Free Remote Code Execution Vulnerability

This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of Microsoft Windows. 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 o...

6.8CVSS2.7AI score0.08546EPSS
SaveExploits0References1
OSV
OSV
added 2018/03/19 1:10 p.m.10 views

SUSE-SU-2018:0743-1 Security update for java-1_7_1-ibm

This update for java-171-ibm fixes the following issue: The version was updated to 7.1.4.20 bsc1082810 Security fixes: - CVE-2018-2633 CVE-2018-2637 CVE-2018-2634 CVE-2018-2582 CVE-2018-2641 CVE-2018-2618 CVE-2018-2657 CVE-2018-2603 CVE-2018-2599 CVE-2018-2602 CVE-2018-2678 CVE-2018-2677...

8.3CVSS6.2AI score0.07525EPSS
SaveExploits0References23
zdt
zdt
added 2018/03/17 12:00 a.m.232 views

Firefox 46.0.1 - ASM.JS JIT-Spray Remote Code Execution Exploit

Exploit for windows platform in category remote exploits CVE-2016-2819 and ASM.JS JIT-Spray "use strict" var Exploit = function this.asmjs = new Asmjs this.heap = new Heap Exploit.prototype.go = function / target address of fake node object / var nodetargetaddr = 0x5a500000 / target address of...

0.87423EPSS
SaveExploits20
zdt
zdt
added 2018/03/17 12:00 a.m.317 views

Firefox 44.0.2 - ASM.JS JIT-Spray Remote Code Execution Exploit

Exploit for windows platform in category remote exploits 46.0.1 -- CVE-2016-1960 and ASM.JS JIT-Spray "use strict" var Exploit = function this.asmjs = new Asmjs this.heap = new Heap Exploit.prototype.go = function / target address of fake node object / var nodetargetad...

9.1AI score0.87423EPSS
SaveExploits24
exploitpack
exploitpack
added 2018/03/16 12:00 a.m.76 views

Firefox 44.0.2 - ASM.JS JIT-Spray Remote Code Execution

Firefox 44.0.2 - ASM.JS JIT-Spray Remote Code Execution 46.0.1 -- CVE-2016-1960 and ASM.JS JIT-Spray "use strict" var Exploit = function this.asmjs = new Asmjs this.heap = new Heap Exploit.prototype.go = function / target address of fake node object / var nodetargetaddr = 0x20200000 / target...

7.5CVSS8.3AI score0.33534EPSS
SaveExploits17
Rows per page
Query Builder