Lucene search
+L

2199 matches found

Zero Day Initiative
Zero Day Initiative
added 2019/02/12 12:00 a.m.41 views

Microsoft Chakra JavaScript Loop Type Confusion Vulnerability

This vulnerability allows remote attackers to produce abnormal program execution on vulnerable installations of Microsoft Chakra. 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...

5CVSS1.7AI score0.19784EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2019/02/12 12:00 a.m.68 views

KB4487020: Windows 10 Version 1703 February 2019 Security Update

The remote Windows host is missing security update 4487020. It is, therefore, affected by multiple vulnerabilities : - A remote code execution vulnerability exists in .NET Framework and Visual Studio software when the software fails to check the source markup of a file. An attacker who successful...

9.8CVSS8AI score0.69345EPSS
SaveExploits1References51
Tenable Nessus
Tenable Nessus
added 2019/02/12 12:00 a.m.71 views

KB4487044: Windows 10 Version 1809 and Windows Server 2019 February 2019 Security Update

The remote Windows host is missing security update 4487044. It is, therefore, affected by multiple vulnerabilities : - A remote code execution vulnerability exists in .NET Framework and Visual Studio software when the software fails to check the source markup of a file. An attacker who successful...

9.8CVSS8AI score0.69345EPSS
SaveExploits0References54
zdt
zdt
added 2019/01/20 12:00 a.m.66 views

Microsoft Edge Chakra - JsBuiltInEngineInterfaceExtensionObject::InjectJsBuiltInLibraryCode

/ The JsBuiltInEngineInterfaceExtensionObject::InjectJsBuiltInLibraryCode method is used to execute JsBuiltIn.js which initializes some builtin objects. Because it's essentially written in JavaScript, it needs to clear the disable-implicit-call flag before calling the JavaScript code, otherwise i...

7.6CVSS0.1AI score0.69455EPSS
SaveExploits4
zdt
zdt
added 2019/01/20 12:00 a.m.132 views

Microsoft Edge Chakra - NewScObjectNoCtor or InitProto Type Confusion Exploit

NewScObjectNoCtor and InitProto opcodes are treated as having no side effects, but actually they can have via the SetIsPrototype method of the type handler that can cause transition to a new type. This can lead to type confusion in the JITed code. In the PoC, it overwrites the pointer to property...

7.6CVSS0.4AI score0.82902EPSS
SaveExploits12
zdt
zdt
added 2019/01/20 12:00 a.m.129 views

Microsoft Edge Chakra - InitClass Type Confusion Exploit

/ Issue description This is similar to issue 1702 https://www.exploit-db.com/exploits/46203 . This time, it uses an InitClass instruction to reach the SetIsPrototype method. PoC: / function opto, c, value o.b = 1; class A extends c o.a = value; function main for let i = 0; i 2000; i++ let o = a: ...

7.6CVSS0.1AI score0.82902EPSS
SaveExploits10
zdt
zdt
added 2019/01/20 12:00 a.m.71 views

Microsoft Edge Chakra - InlineArrayPush Type Confusion Exploit

/ In Chakra, if you add a numeric property to an object having inlined properties, it will start transition to a new type where the space for some of previously inlined properties become for the pointer to the property slots and the pointer to the object array which stores numeric properties. For...

7.6CVSS0.4AI score0.62483EPSS
SaveExploits4
exploitpack
exploitpack
added 2019/01/18 12:00 a.m.22 views

Microsoft Edge Chakra - InlineArrayPush Type Confusion

Microsoft Edge Chakra - InlineArrayPush Type Confusion / In Chakra, if you add a numeric property to an object having inlined properties, it will start transition to a new type where the space for some of previously inlined properties become for the pointer to the property slots and the pointer t...

0.6AI score
SaveExploits0
Exploit DB
Exploit DB
added 2019/01/18 12:00 a.m.230 views

Microsoft Edge Chakra - 'InitClass' Type Confusion

/ Issue description This is similar to issue 1702 https://www.exploit-db.com/exploits/46203 . This time, it uses an InitClass instruction to reach the SetIsPrototype method. PoC: / function opto, c, value o.b = 1; class A extends c o.a = value; function main for let i = 0; i 2000; i++ let o = a: ...

7.6CVSS6.3AI score0.82902EPSS
SaveExploits10
exploitpack
exploitpack
added 2019/01/18 12:00 a.m.18 views

Microsoft Edge Chakra - InitClass Type Confusion

Microsoft Edge Chakra - InitClass Type Confusion / Issue description This is similar to issue 1702 https://www.exploit-db.com/exploits/46203 . This time, it uses an InitClass instruction to reach the SetIsPrototype method. PoC: / function opto, c, value o.b = 1; class A extends c o.a = value;...

7.4AI score
SaveExploits0
exploitpack
exploitpack
added 2019/01/18 12:00 a.m.19 views

Microsoft Edge Chakra - JsBuiltInEngineInterfaceExtensionObject::InjectJsBuiltInLibraryCode Use-After-Free

Microsoft Edge Chakra - JsBuiltInEngineInterfaceExtensionObject::InjectJsBuiltInLibraryCode Use-After-Free / The JsBuiltInEngineInterfaceExtensionObject::InjectJsBuiltInLibraryCode method is used to execute JsBuiltIn.js which initializes some builtin objects. Because it's essentially written in...

0.1AI score
SaveExploits0
exploitpack
exploitpack
added 2019/01/18 12:00 a.m.17 views

Microsoft Edge Chakra - NewScObjectNoCtor or InitProto Type Confusion

Microsoft Edge Chakra - NewScObjectNoCtor or InitProto Type Confusion NewScObjectNoCtor and InitProto opcodes are treated as having no side effects, but actually they can have via the SetIsPrototype method of the type handler that can cause transition to a new type. This can lead to type confusio...

0.3AI score
SaveExploits0
Exploit DB
Exploit DB
added 2019/01/18 12:00 a.m.58 views

Microsoft Edge Chakra - 'InlineArrayPush' Type Confusion

/ In Chakra, if you add a numeric property to an object having inlined properties, it will start transition to a new type where the space for some of previously inlined properties become for the pointer to the property slots and the pointer to the object array which stores numeric properties. For...

7.6CVSS6.3AI score0.62483EPSS
SaveExploits4
Exploit DB
Exploit DB
added 2019/01/18 12:00 a.m.55 views

Microsoft Edge Chakra - 'NewScObjectNoCtor' or 'InitProto' Type Confusion

NewScObjectNoCtor and InitProto opcodes are treated as having no side effects, but actually they can have via the SetIsPrototype method of the type handler that can cause transition to a new type. This can lead to type confusion in the JITed code. In the PoC, it overwrites the pointer to property...

7.6CVSS6.3AI score0.82902EPSS
SaveExploits12
Exploit DB
Exploit DB
added 2019/01/18 12:00 a.m.99 views

Microsoft Edge Chakra - 'JsBuiltInEngineInterfaceExtensionObject::InjectJsBuiltInLibraryCode' Use-After-Free

/ The JsBuiltInEngineInterfaceExtensionObject::InjectJsBuiltInLibraryCode method is used to execute JsBuiltIn.js which initializes some builtin objects. Because it's essentially written in JavaScript, it needs to clear the disable-implicit-call flag before calling the JavaScript code, otherwise i...

7.6CVSS6.3AI score0.69455EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2019/01/17 12:00 a.m.65 views

Microsoft Edge Chakra InlineArrayPush Type Confusion

Microsoft Edge: Chakra: Type confusion with InlineArrayPush CVE-2018-8617 In Chakra, if you add a numeric property to an object having inlined properties, it will start transition to a new type where the space for some of previously inlined properties become for the pointer to the property slots...

7.6CVSS0.5AI score0.62483EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2019/01/17 12:00 a.m.59 views

Microsoft Edge Chakra JIT NewScObjectNoCtor / InitProto Type Confusion

Microsoft Edge: Chakra: JIT: Type confusion via NewScObjectNoCtor or InitProto CVE-2019-0567 NewScObjectNoCtor and InitProto opcodes are treated as having no side effects, but actually they can have via the SetIsPrototype method of the type handler that can cause transition to a new type. This ca...

7.6CVSS0.1AI score0.80126EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2019/01/17 12:00 a.m.93 views

Microsoft Edge Chakra JIT Use-After-Free / Flag Issue

Microsoft Edge: Chakra: JIT: JsBuiltInEngineInterfaceExtensionObject::InjectJsBuiltInLibraryCode just clears DisableImplicitFlags CVE-2019-0568 The JsBuiltInEngineInterfaceExtensionObject::InjectJsBuiltInLibraryCode method is used to execute JsBuiltIn.js which initializes some builtin objects...

7.6CVSS0.2AI score0.69455EPSS
SaveExploits4
OpenVAS
OpenVAS
added 2019/01/09 12:00 a.m.285 views

Microsoft Windows Multiple Vulnerabilities (KB4480978)

This host is missing a critical security update according to Microsoft KB4480978 SPDX-FileCopyrightText: 2019 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 ifdescription...

9.3CVSS7.2AI score0.82902EPSS
SaveExploits47References3
OpenVAS
OpenVAS
added 2019/01/09 12:00 a.m.100 views

Microsoft Windows Multiple Vulnerabilities (KB4480973)

This host is missing a critical security update according to Microsoft KB4480973 SPDX-FileCopyrightText: 2019 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 ifdescription...

9.3CVSS7.2AI score0.82902EPSS
SaveExploits47References3
Rows per page
Query Builder