Lucene search
+L

12093 matches found

Cvelist
Cvelist
added 2018/02/17 7:00 a.m.43 views

CVE-2018-5974

SQL Injection exists in the SimpleCalendar 3.1.9 component for Joomla! via the catid array parameter...

10AI score0.02652EPSS
SaveExploits5References1
Cvelist
Cvelist
added 2018/02/16 4:00 a.m.37 views

CVE-2017-14537

trixbox 2.8.0.4 has path traversal via the xajaxargs array parameter to /maint/index.php?packages or the lang parameter to /maint/modules/home/index.php...

6.5AI score0.39278EPSS
SaveExploits4References4
OSV
OSV
added 2018/02/15 10:29 p.m.12 views

CVE-2017-8960

An Authentication Bypass vulnerability in HPE MSA 1040 and MSA 2040 SAN Storage IN version GL220P008 and earlier was found...

9.8CVSS5.8AI score0.02283EPSS
SaveExploits0References1
Packet Storm
Packet Storm
added 2018/02/15 12:00 a.m.51 views

Microsoft Edge Chakra JIT Array.prototype.reverse Array Type Confusion

Microsoft Edge: Chakra: JIT: Array type confusion via Array.prototype.reverse CVE-2018-0835 This is simillar to the previous issue 1457. But this time, we use Array.prototype.reverse. Array.prototype.reverse can be inlineed and may invoke EnsureNonNativeArray to convert the prototype of "this" to...

7.5AI score0.65312EPSS
SaveExploits4
zdt
zdt
added 2018/02/15 12:00 a.m.87 views

Microsoft Edge Chakra JIT - NewScObjectNoCtor Array Type Confusion Exploit

Exploit for windows platform in category dos / poc / This is similar to the previous issues 1457, 1459 MSRC 42551, MSRC 42552. If a JavaScript function is used as a consturctor, it sets the new object's "proto" to its "prototype". The JIT compiler uses NewScObjectNoCtor instructions to perform it...

7.6CVSS7.5AI score0.65312EPSS
SaveExploits4
exploitpack
exploitpack
added 2018/02/15 12:00 a.m.20 views

Microsoft Edge Chakra JIT - Array Type Confusion via InitProto Instructions

Microsoft Edge Chakra JIT - Array Type Confusion via InitProto Instructions / If a native array is used as a prototype, it is converted to a Var array by the Js::JavascriptNativeFloatArray::SetIsPrototype method. In the JIT compiler, it uses InitProto instructions to set object literals' prototyp...

0.8AI score
SaveExploits0
exploitpack
exploitpack
added 2018/02/15 12:00 a.m.16 views

Microsoft Edge Chakra JIT - LdThis Type Confusion

Microsoft Edge Chakra JIT - LdThis Type Confusion / LdThis instructions' value type is assumed to be "Object". Since "this" can be other objects like an array, it has to be assumed to be "LikelyObject", otherwise, operations to "this" will not be checked properly. PoC: / function optarr arr0 = 1....

0.8AI score
SaveExploits0
exploitpack
exploitpack
added 2018/02/15 12:00 a.m.21 views

Microsoft Edge Chakra JIT - NewScObjectNoCtor Array Type Confusion

Microsoft Edge Chakra JIT - NewScObjectNoCtor Array Type Confusion / This is similar to the previous issues 1457, 1459 MSRC 42551, MSRC 42552. If a JavaScript function is used as a consturctor, it sets the new object's "proto" to its "prototype". The JIT compiler uses NewScObjectNoCtor instructio...

0.2AI score
SaveExploits0
zdt
zdt
added 2018/02/15 12:00 a.m.63 views

Microsoft Edge Chakra JIT - Array Type Confusion via InitProto Instructions Exploit

Exploit for windows platform in category dos / poc / If a native array is used as a prototype, it is converted to a Var array by the Js::JavascriptNativeFloatArray::SetIsPrototype method. In the JIT compiler, it uses InitProto instructions to set object literals' prototype. But when optimizing...

7.5AI score0.54927EPSS
SaveExploits3
Exploit DB
Exploit DB
added 2018/02/15 12:00 a.m.52 views

Microsoft Edge Chakra JIT - 'Array.prototype.reverse' Array Type Confusion

/ This is simillar to the previous issue 1457. But this time, we use Array.prototype.reverse. Array.prototype.reverse can be inlined and may invoke EnsureNonNativeArray to convert the prototype of "this" to a Var array. Call flow: JavascriptArray::EntryReverse - FillFromPrototypes -...

7.6CVSS7.2AI score0.65312EPSS
SaveExploits4
Exploit DB
Exploit DB
added 2018/02/15 12:00 a.m.57 views

Microsoft Edge Chakra JIT - Memory Corruption

/ Let's consider the following example code. function opt let arr = ; return arr'x'; // Optimize the "opt" function. for let i = 0; i inline Js::Var ExecuteImplicitCallJs::RecyclableObject function, Js::ImplicitCallFlags flags, Fn implicitCall // For now, we will not allow Function that is marked...

7.6CVSS7.2AI score0.65312EPSS
SaveExploits4
exploitpack
exploitpack
added 2018/02/15 12:00 a.m.34 views

Microsoft Edge Chakra JIT - Array.prototype.reverse Array Type Confusion

Microsoft Edge Chakra JIT - Array.prototype.reverse Array Type Confusion / This is simillar to the previous issue 1457. But this time, we use Array.prototype.reverse. Array.prototype.reverse can be inlined and may invoke EnsureNonNativeArray to convert the prototype of "this" to a Var array. Call...

0.3AI score
SaveExploits0
Packet Storm
Packet Storm
added 2018/02/15 12:00 a.m.56 views

Microsoft Edge Chakra JIT NewScObjectNoCtor Array Type Confusion

Microsoft Edge: Chakra: JIT: Array type confusion via NewScObjectNoCtor CVE-2018-0838 This is similar to the previous issues 1457, 1459 MSRC 42551, MSRC 42552. If a JavaScript function is used as a consturctor, it sets the new object's "proto" to its "prototype". The JIT compiler uses...

7.5AI score0.65312EPSS
SaveExploits4
Exploit DB
Exploit DB
added 2018/02/15 12:00 a.m.37 views

Microsoft Edge Chakra JIT - 'NewScObjectNoCtor' Array Type Confusion

/ This is similar to the previous issues 1457, 1459 MSRC 42551, MSRC 42552. If a JavaScript function is used as a consturctor, it sets the new object's "proto" to its "prototype". The JIT compiler uses NewScObjectNoCtor instructions to perform it, but those instructions are not checked by...

7.6CVSS7.2AI score0.65312EPSS
SaveExploits4
Exploit DB
Exploit DB
added 2018/02/15 12:00 a.m.43 views

Microsoft Edge Chakra JIT - Array Type Confusion via InitProto Instructions

/ If a native array is used as a prototype, it is converted to a Var array by the Js::JavascriptNativeFloatArray::SetIsPrototype method. In the JIT compiler, it uses InitProto instructions to set object literals' prototype. But when optimizing those instructions, it doesn't reset the previous arr...

9.3CVSS7.2AI score0.54927EPSS
SaveExploits3
OSV
OSV
added 2018/02/12 7:29 p.m.9 views

CVE-2017-13232

In audioserver, there is an out-of-bounds write due to a log statement using %s with an array that may not be NULL terminated. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation. Product: Android. Version...

7.5CVSS5.9AI score0.00817EPSS
SaveExploits0References2
OSV
OSV
added 2018/02/12 3:29 a.m.11 views

CVE-2018-6881

EmpireCMS 6.6 allows remote attackers to discover the full path via an array value for a parameter to admin/tool/ShowPic.php...

5.3CVSS5.8AI score0.02229EPSS
SaveExploits1References3
NVD
NVD
added 2018/02/12 3:29 a.m.32 views

CVE-2018-6881

EmpireCMS 6.6 allows remote attackers to discover the full path via an array value for a parameter to admin/tool/ShowPic.php...

5.3CVSS5.4AI score0.02229EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2018/02/12 2:29 a.m.28 views

CVE-2018-6912

The decodeplane function in libavcodec/utvideodec.c in FFmpeg through 3.4.2 allows remote attackers to cause a denial of service out of array read via a crafted AVI file...

6.5CVSS6.8AI score0.01478EPSS
SaveExploits0References2
CVE
CVE
added 2018/02/12 2:00 a.m.99 views

CVE-2018-6912

CVE-2018-6912 affects FFmpeg up to 3.4.2 and is caused by the decode_plane function in libavcodec/utvideodec.c that can trigger an out-of-bounds read in a crafted AVI file, leading to a denial of service. Documents do not show exploit details. A remediation indicated by Gentoo GLSA-202003-65 is t...

6.5CVSS6.2AI score0.01478EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder