Lucene search
+L

2184 matches found

Exploit DB
Exploit DB
added 2017/06/16 12:0 a.m.22 views

WebKit JSC - JIT Optimization Check Failed in IntegerCheckCombiningPhase::handleBlock

range.mmaxBound range.mmaxBound = data.maddend; range.mmaxOrigin = node-origin.semantic; else if data.maddend origin.semantic; ... The problem is that the check |data.maddend range.mmaxBound| is a signed comparison. PoC: -- function f let arr = new Uint32Array10; for let i = 0; i 0x100000; i++...

8.8CVSS7.8AI score0.14349EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2017/06/15 12:0 a.m.48 views

WebKit JSC Jit Optimization Check Failure

WebKit: JSC: JIT optimization check failed in IntegerCheckCombiningPhase::handleBlock CVE-2017-2547 When compiling Javascript code into machine code, bound checks for all accesses to a typed array are also inserted. These bound checks are re-optimized and the unnecessary checks are removed, which...

6.8CVSS0.2AI score0.14349EPSS
SaveExploits4
OpenVAS
OpenVAS
added 2017/06/09 12:0 a.m.38 views

openSUSE: Security Advisory for java-1_8_0-openjdk (openSUSE-SU-2017:1507-1)

The remote host is missing an update for the Copyright C 2017 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...

8.3CVSS7.1AI score0.03311EPSS
SaveExploits2References1
zdt
zdt
added 2017/06/06 12:0 a.m.73 views

Apple Safari 10.1 - Spread Operator Integer Overflow Remote Code Execution Exploit

Exploit for macOS platform in category remote exploits Sources: https://phoenhex.re/2017-06-02/arrayspread https://github.com/phoenhex/files/blob/master/exploits/spread-overflow JavaScriptCore will allocate a JSFixedArray for every spread operand of the array literal in slowpathspread. As such,...

6.8CVSS8.2AI score0.10478EPSS
SaveExploits3
exploitpack
exploitpack
added 2017/06/06 12:0 a.m.30 views

Apple Safari 10.1 - Spread Operator Integer Overflow Remote Code Execution

Apple Safari 10.1 - Spread Operator Integer Overflow Remote Code Execution Sources: https://phoenhex.re/2017-06-02/arrayspread https://github.com/phoenhex/files/blob/master/exploits/spread-overflow JavaScriptCore will allocate a JSFixedArray for every spread operand of the array literal in...

0.5AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2017/05/31 12:0 a.m.41 views

SUSE SLED12 / SLES12 Security Update : java-1_8_0-openjdk (SUSE-SU-2017:1445-1)

This update for java-180-openjdk fixes the following issues : - Upgrade to version jdk8u131 icedtea 3.4.0 - bsc1034849 - Security fixes - S8163520, CVE-2017-3509: Reuse cache entries - S8163528, CVE-2017-3511: Better library loading - S8165626, CVE-2017-3512: Improved window framing - S8167110,...

8.3CVSS6.9AI score0.03311EPSS
SaveExploits2References19
Tenable Nessus
Tenable Nessus
added 2017/05/10 12:0 a.m.56 views

Fedora 24 : pcre (2017-3b367c896f)

This release fixes a crash when finding a Unicode property for a character with a code point greater than 0x10ffff in UTF-32 library while UTF mode is disabled and JIT mde enabled. It also fixes a buffer overlflow in pcretest tool when copying a string in UTF-32 mode. Note that Tenable Network...

7.5CVSS7.5AI score0.05033EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2017/04/24 12:0 a.m.36 views

Fedora 25 : pcre2 (2017-9c6430c2e2)

This release fixes a crash when finding a Unicode property for a character with a code point greater than 0x10ffff in UTF-32 library while UTF mode is disabled and JIT mode is enabled. It also fixes an incortect cast in UTF validation routine. Note that Tenable Network Security has extracted the...

7.5CVSS7.5AI score0.05033EPSS
SaveExploits0References2
Mozilla
Mozilla
added 2017/04/05 12:0 a.m.521 views

Security vulnerabilities fixed in - Thunderbird 52 — Mozilla

JIT-spray targeting asm.js combined with a heap spray allows for a bypass of ASLR and DEP protections leading to potential memory corruption attacks. A crash triggerable by web content in which an ErrorResult references unassigned memory due to a logic error. The resulting crash may be exploitabl...

9.8CVSS0.5AI score0.17484EPSS
SaveExploits7References23Affected Software1
Mageia
Mageia
added 2017/03/23 9:21 p.m.58 views

Updated thunderbird packages fix security vulnerability

JIT-spray targeting asm.js combined with a heap spray allows for a bypass of ASLR and DEP protections leading to potential memory corruption attacks. CVE-2017-5400 A crash triggerable by web content in which an ErrorResult references unassigned memory due to a logic error. The resulting crash may...

10CVSS9.1AI score0.17484EPSS
SaveExploits9References3
Tenable Nessus
Tenable Nessus
added 2017/03/20 12:0 a.m.30 views

SUSE SLED12 / SLES12 Security Update : MozillaFirefox (SUSE-SU-2017:0714-1)

This update for MozillaFirefox to ESR 45.8 fixes the following issues: Security issues fixed bsc1028391 : - CVE-2017-5402: Use-after-free working with events in FontFace objects - CVE-2017-5410: Memory corruption during JavaScript garbage collection incremental sweeping - CVE-2017-5400: asm.js...

10CVSS7.5AI score0.17484EPSS
SaveExploits10References22
zdt
zdt
added 2017/03/19 12:0 a.m.59 views

Microsoft Edge Charkra Incorrect Jit Optimization Exploit

Exploit for windows platform in category dos / poc Microsoft Edge: Chakra incorrect jit optimization with TypedArray setter. CVE-2017-0071 PoC: "use strict"; function funca, b, c a0 = 1.2; b0 = c; a0 = ; ----------------------- 2 return 0; ; a0.toString; main; In the above code, Chakra assumes th...

7.6CVSS7.7AI score0.31893EPSS
SaveExploits2
Packet Storm
Packet Storm
added 2017/03/16 12:0 a.m.59 views

Microsoft Edge Charkra Incorrect Jit Optimization

Microsoft Edge: Chakra incorrect jit optimization with TypedArray setter. CVE-2017-0071 PoC: "use strict"; function funca, b, c a0 = 1.2; b0 = c; a0 = ; ----------------------- 2 return 0; ; a0.toString; main; In the above code, Chakra assumes that the type of |a| will be still a native float arr...

0.7AI score0.31893EPSS
SaveExploits2
ArchLinux
ArchLinux
added 2017/03/10 12:0 a.m.71 views

[ASA-201703-3] firefox: multiple issues

Arch Linux Security Advisory ASA-201703-3 ========================================= Severity: Critical Date : 2017-03-10 CVE-ID : CVE-2017-5398 CVE-2017-5399 CVE-2017-5400 CVE-2017-5401 CVE-2017-5402 CVE-2017-5403 CVE-2017-5404 CVE-2017-5405 CVE-2017-5406 CVE-2017-5407 CVE-2017-5408 CVE-2017-5410...

10CVSS0.4AI score0.17484EPSS
SaveExploits21References77
ArchLinux
ArchLinux
added 2017/03/10 12:0 a.m.59 views

[ASA-201703-2] thunderbird: multiple issues

Arch Linux Security Advisory ASA-201703-2 ========================================= Severity: Critical Date : 2017-03-10 CVE-ID : CVE-2017-5398 CVE-2017-5400 CVE-2017-5401 CVE-2017-5402 CVE-2017-5404 CVE-2017-5405 CVE-2017-5407 CVE-2017-5408 CVE-2017-5410 Package : thunderbird Type : multiple...

10CVSS0.7AI score0.17484EPSS
SaveExploits9References29
Tenable Nessus
Tenable Nessus
added 2017/03/09 12:0 a.m.72 views

Mozilla Firefox ESR < 45.8 Multiple Vulnerabilities (macOS)

The version of Mozilla Firefox ESR installed on the remote macOS or Mac OS X host is prior to 45.8. It is, therefore, affected by multiple vulnerabilities : - Mozilla developers and community members Boris Zbarsky, Christian Holler, Honza Bambas, Jon Coppeard, Randell Jesup, Andre Bargull, Kan-Ru...

10CVSS7AI score0.17484EPSS
SaveExploits9References10
RedHat Linux
RedHat Linux
added 2017/03/08 3:53 p.m.8 views

Mozilla: asm.js JIT-spray bypass of ASLR and DEP (MFSA 2017-06)

JIT-spray targeting asm.js combined with a heap spray allows for a bypass of ASLR and DEP protections leading to potential memory corruption attacks. This vulnerability affects Firefox 52, Firefox ESR 45.8, Thunderbird 52, and Thunderbird 45.8...

9.8CVSS7.3AI score0.03629EPSS
SaveExploits0References5
OpenVAS
OpenVAS
added 2017/03/08 12:0 a.m.32 views

Mozilla Firefox Security Advisories (MFSA2017-05, MFSA2017-07) - Mac OS X

Mozilla Firefox is prone to multiple vulnerabilities. SPDX-FileCopyrightText: 2017 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/a:mozilla:firefox";...

10CVSS8AI score0.17484EPSS
SaveExploits21References1
Tenable Nessus
Tenable Nessus
added 2017/03/08 12:0 a.m.20 views

Mozilla Firefox < 52 Multiple Vulnerabilities

Binary data 9986.prm...

10CVSS7.7AI score0.17484EPSS
SaveExploits14References17
Mozilla
Mozilla
added 2017/03/07 12:0 a.m.58 views

Security vulnerabilities fixed in Firefox ESR 45.8 — Mozilla

JIT-spray targeting asm.js combined with a heap spray allows for a bypass of ASLR and DEP protections leading to potential memory corruption attacks. A crash triggerable by web content in which an ErrorResult references unassigned memory due to a logic error. The resulting crash may be exploitabl...

9.8CVSS0.8AI score0.17484EPSS
SaveExploits8References10Affected Software1
Rows per page
Query Builder