Lucene search
+L

281 matches found

Tenable Nessus
Tenable Nessus
added 2019/08/12 12:0 a.m.41 views

NewStart CGSL CORE 5.04 / MAIN 5.04 : thunderbird Multiple Vulnerabilities (NS-SA-2019-0062)

The remote NewStart CGSL host, running version CORE 5.04 / MAIN 5.04, has thunderbird packages installed that are affected by multiple vulnerabilities: - Incorrect convexity calculations in Skia in Google Chrome prior to 72.0.3626.81 allowed a remote attacker to perform an out of bounds memory...

9.8CVSS8.8AI score0.29514EPSS
SaveExploits26References14
Tenable Nessus
Tenable Nessus
added 2019/08/12 12:0 a.m.32 views

NewStart CGSL MAIN 4.05 : firefox Multiple Vulnerabilities (NS-SA-2019-0153)

The remote NewStart CGSL host, running version MAIN 4.05, has firefox packages installed that are affected by multiple vulnerabilities: - Incorrect convexity calculations in Skia in Google Chrome prior to 72.0.3626.81 allowed a remote attacker to perform an out of bounds memory write via a crafte...

9.8CVSS8.8AI score0.29514EPSS
SaveExploits26References13
Tenable Nessus
Tenable Nessus
added 2019/08/12 12:0 a.m.46 views

NewStart CGSL CORE 5.04 / MAIN 5.04 : firefox Multiple Vulnerabilities (NS-SA-2019-0064)

The remote NewStart CGSL host, running version CORE 5.04 / MAIN 5.04, has firefox packages installed that are affected by multiple vulnerabilities: - The type inference system allows the compilation of functions that can cause type confusions between arbitrary objects when compiled through the...

9.8CVSS8.8AI score0.29514EPSS
SaveExploits26References11
exploitpack
exploitpack
added 2019/06/26 12:0 a.m.46 views

Mozilla Spidermonkey - IonMonkey Array.prototype.pop Type Confusion

Mozilla Spidermonkey - IonMonkey Array.prototype.pop Type Confusion The following program found through fuzzing and manually modified crashes Spidermonkey built from the current beta channel and Firefox 66.0.3 current stable: // Run with --no-threads for increased reliability const v4 = a: 0, a: ...

0.1AI score
SaveExploits0
zdt
zdt
added 2019/06/26 12:0 a.m.161 views

Mozilla Spidermonkey - IonMonkey (Array.prototype.pop) Type Confusion Exploit

The following program found through fuzzing and manually modified crashes Spidermonkey built from the current beta channel and Firefox 66.0.3 current stable: // Run with --no-threads for increased reliability const v4 = a: 0, a: 1, a: 2, a: 3, a: 4; function v7v8,v9 if v4.length == 0 v43 = a: 5; ...

8.8CVSS0.2AI score0.37951EPSS
SaveExploits8
Exploit DB
Exploit DB
added 2019/06/26 12:0 a.m.278 views

Mozilla Spidermonkey - IonMonkey 'Array.prototype.pop' Type Confusion

The following program found through fuzzing and manually modified crashes Spidermonkey built from the current beta channel and Firefox 66.0.3 current stable: // Run with --no-threads for increased reliability const v4 = a: 0, a: 1, a: 2, a: 3, a: 4; function v7v8,v9 if v4.length == 0 v43 = a: 5; ...

8.8CVSS7.7AI score0.37951EPSS
SaveExploits8
Packet Storm
Packet Storm
added 2019/06/25 12:0 a.m.164 views

Spidermonkey IonMonkey Incorrect Prediction

Spidermonkey: IonMonkey incorrectly predicts return type of Array.prototype.pop, leading to type confusions Related CVE Numbers: CVE-2019-11707Fixed-2019-Jun-18. The following program found through fuzzing and manually modified crashes Spidermonkey built from the current beta channel and Firefox...

0.1AI score0.37951EPSS
SaveExploits8
exploitpack
exploitpack
added 2019/05/29 12:0 a.m.17 views

Spidermonkey - IonMonkey Unexpected ObjectGroup in ObjectGroupDispatch Operation

Spidermonkey - IonMonkey Unexpected ObjectGroup in ObjectGroupDispatch Operation While fuzzing Spidermonkey, I encountered the following commented and modified JavaScript program which crashes debug builds of the latest release version of Spidermonkey from commit...

0.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2019/05/29 12:0 a.m.225 views

Spidermonkey - IonMonkey Unexpected ObjectGroup in ObjectGroupDispatch Operation

While fuzzing Spidermonkey, I encountered the following commented and modified JavaScript program which crashes debug builds of the latest release version of Spidermonkey from commit https://github.com/mozilla/gecko-dev/commit/3ecf89da497cf1abe2a89d1b3c282b48e5dfac8c: function O1 this.s = 'foobar...

5.9CVSS7.3AI score0.06175EPSS
SaveExploits2
Tenable Nessus
Tenable Nessus
added 2019/05/29 12:0 a.m.24 views

EulerOS 2.0 SP2 : firefox (EulerOS-SA-2019-1570)

According to the versions of the firefox package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - Mozilla: IonMonkey MArraySlice has incorrect alias information CVE-2019-9810 - Mozilla: Ionmonkey type confusion with proto mutations...

8.8CVSS8.6AI score0.29514EPSS
SaveExploits15References3
Tenable Nessus
Tenable Nessus
added 2019/05/29 12:0 a.m.34 views

EulerOS 2.0 SP3 : firefox (EulerOS-SA-2019-1571)

According to the versions of the firefox package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - Mozilla: Memory safety bugs fixed in Firefox 66 and Firefox ESR 60.6 CVE-2019-9788 - Mozilla: Use-after-free when removing in-use DOM elements...

9.8CVSS8.2AI score0.29514EPSS
SaveExploits26References17
exploitpack
exploitpack
added 2019/05/29 12:0 a.m.133 views

Spidermonkey - IonMonkey Leaks JS_OPTIMIZED_OUT Magic Value to Script

Spidermonkey - IonMonkey Leaks JSOPTIMIZEDOUT Magic Value to Script IonMonkey can, during a bailout, leak an internal JSOPTIMIZEDOUT magic value to the running script. This magic value can then be used to achieve memory corruption. Prerequisites Magic Values Spidermonkey represents JavaScript...

7.5CVSS0.1AI score0.13197EPSS
SaveExploits5
zdt
zdt
added 2019/05/28 12:0 a.m.127 views

Spidermonkey - IonMonkey Unexpected ObjectGroup in ObjectGroupDispatch Operation Exploit

Spidermonkey IonMonkey suffers from an issue where an unexpected ObjectGroup in the ObjectGroupDispatch operation might lead to potentially unsafe code being executed. Spidermonkey: IonMonkey: unexpected ObjectGroup in ObjectGroupDispatch operation might lead to potentially unsafe code being...

5.9CVSS0.3AI score0.06175EPSS
SaveExploits2
zdt
zdt
added 2019/05/28 12:0 a.m.290 views

Spidermonkey IonMonkey JS_OPTIMIZED_OUT Value Leak Exploit

Spidermonkey IonMonkey can, during a bailout, leak an internal JSOPTIMIZEDOUT magic value to the running script. This magic value can then be used to achieve memory corruption. Spidermonkey: IonMonkey leaks JSOPTIMIZEDOUT magic value to script Related CVE Numbers: CVE-2019-9792. TURN ON "CODE...

9.8CVSS0.5AI score0.13197EPSS
SaveExploits5
Packet Storm
Packet Storm
added 2019/05/28 12:0 a.m.214 views

Spidermonkey IonMonkey JS_OPTIMIZED_OUT Value Leak

Spidermonkey: IonMonkey leaks JSOPTIMIZEDOUT magic value to script Related CVE Numbers: CVE-2019-9792. TURN ON "CODE FONT" IN THE TOP RIGHT TO CORRECTLY SEE THE CFGs! IonMonkey can, during a bailout, leak an internal JSOPTIMIZEDOUT magic value to the running script. This magic value can then be...

7.5CVSS0.2AI score0.13197EPSS
SaveExploits5
Veracode
Veracode
added 2019/05/16 3:58 a.m.26 views

Denial Of Service (DoS)

Mozilla Thunderbird is vulnerable to denial of service DoS. The attack is due to type-confusion in IonMonkey JIT compiler...

9.8CVSS9AI score0.01699EPSS
SaveExploits0References10Affected Software8
Veracode
Veracode
added 2019/05/16 3:58 a.m.40 views

Buffer Overflow

Mozilla Thunderbird is vulnerable to buffer overflow. It does not use correct alias information in IonMonkey JIT compiler for MArraySlice in Array.prototype.slice method...

8.8CVSS8.6AI score0.29514EPSS
SaveExploits11References11Affected Software8
Veracode
Veracode
added 2019/05/16 3:58 a.m.26 views

Denial Of Service (DoS)

Mozilla Thunderbird is vulnerable to information leakage due to IonMonkey leaks JSOPTIMIZEDOUT magic value to script...

9.8CVSS9.2AI score0.13197EPSS
SaveExploits5References11Affected Software8
Veracode
Veracode
added 2019/05/16 3:58 a.m.27 views

Type Confusion

Mozilla Firefox is vulnerable to type confusion. Ionmonkey type confusion with proto mutations...

8.8CVSS8.6AI score0.07387EPSS
SaveExploits4References9Affected Software8
RedHat Linux
RedHat Linux
added 2019/05/13 5:3 a.m.14 views

Mozilla: IonMonkey leaks JS_OPTIMIZED_OUT magic value to script

The IonMonkey just-in-time JIT compiler can leak an internal JSOPTIMIZEDOUT magic value to the running script during a bailout. This magic value can then be used by JavaScript to achieve memory corruption, which results in a potentially exploitable crash. This vulnerability affects Thunderbird...

9.8CVSS7.3AI score0.13197EPSS
SaveExploits5References5
Rows per page
Query Builder