Lucene search
+L

2267 matches found

Zero Day Initiative
Zero Day Initiative
added 2018/04/06 12:0 a.m.38 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:0 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:0 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:0 a.m.40 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:0 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
zdt
zdt
added 2018/04/03 12:0 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
exploitpack
exploitpack
added 2018/04/03 12:0 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
Packet Storm
Packet Storm
added 2018/04/03 12:0 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:0 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:0 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:0 a.m.40 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:0 a.m.315 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
zdt
zdt
added 2018/03/17 12:0 a.m.230 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
exploitpack
exploitpack
added 2018/03/16 12:0 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
Exploit DB
Exploit DB
added 2018/03/16 12:0 a.m.65 views

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

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 asm.js float pool payload/ var targeteip = 0x20200b58 / spr...

9.8CVSS8.1AI score0.33534EPSS
SaveExploits13
Packet Storm
Packet Storm
added 2018/03/16 12:0 a.m.85 views

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 address of asm.js float pool payload/ var targeteip =...

6.8CVSS8AI score0.33534EPSS
SaveExploits17
Packet Storm
Packet Storm
added 2018/03/16 12:0 a.m.177 views

Firefox 46.0.1 ASM.JS JIT-Spray Remote Code Execution

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 asm.js float pool payload/ var targeteip = 0x20200b58 / spr...

6.8CVSS9.5AI score0.33534EPSS
SaveExploits13
Exploit DB
Exploit DB
added 2018/03/16 12:0 a.m.157 views

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 address of asm.js float pool payload/ var targeteip =...

9.8CVSS8.1AI score0.33534EPSS
SaveExploits17
exploitpack
exploitpack
added 2018/03/16 12:0 a.m.65 views

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

Firefox 46.0.1 - ASM.JS JIT-Spray Remote Code Execution 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...

7.5CVSS10AI score0.33534EPSS
SaveExploits13
Rows per page
Query Builder