Lucene search
+L

2199 matches found

The Hacker News
The Hacker News
added 2018/08/14 6:32 p.m.5 views

Microsoft Releases Patches for 60 Flaws—Two Under Active Attack

Get your update caps on. Just a few minutes ago Microsoft released its latest monthly Patch Tuesday update for August 2018, patching a total of 60 vulnerabilities, of which 19 are rated as critical. The updates patch flaws in Microsoft Windows, Edge Browser, Internet Explorer, Office, ChakraCore,...

10CVSS9AI score0.73968EPSS
SaveExploits1
Talos Blog
Talos Blog
added 2018/08/14 11:26 a.m.113 views

Microsoft Tuesday August 2018

Microsoft released its monthly set of security advisories today for vulnerabilities that have been identified and addressed in various products. This month's advisory release addresses 62 new vulnerabilities, 20 of which are rated “critical,” 38 that are rated “important,” one that is rated...

9.3CVSS0.9AI score0.73968EPSS
SaveExploits19
Microsoft CVE
Microsoft CVE
added 2018/08/14 7:00 a.m.36 views

Chakra Scripting Engine Memory Corruption Vulnerability

A remote code execution vulnerability exists in the way that the Chakra scripting engine handles objects in memory in Microsoft Edge HTML-based. The vulnerability could corrupt memory in such a way that an attacker could execute arbitrary code in the context of the current user. An attacker who...

7.6CVSS1.4AI score0.14443EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2018/08/14 7:00 a.m.44 views

Chakra Scripting Engine Memory Corruption Vulnerability

A remote code execution vulnerability exists in the way that the Chakra scripting engine handles objects in memory in Microsoft Edge HTML-based. The vulnerability could corrupt memory in such a way that an attacker could execute arbitrary code in the context of the current user. An attacker who...

7.6CVSS1.4AI score0.14443EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2018/08/14 12:00 a.m.3 views

PT-2018-1472 · Microsoft · Chakracore +2

Name of the Vulnerable Software and Affected Versions: Microsoft Edge and Internet Explorer affected versions not specified Description: The issue is caused by a buffer overflow in the ChakraCore JavaScript engine, allowing a remote attacker to execute arbitrary code with the help of a specially...

7.6CVSS8.8AI score0.1425EPSS
SaveExploits0References13
Zero Day Initiative
Zero Day Initiative
added 2018/08/14 12:00 a.m.34 views

Microsoft Chakra Floating Point Array Type Confusion Remote Code Execution Vulnerability

This vulnerability allows remote attackers to execute arbitrary code 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 handling of...

7.6CVSS2.4AI score0.66845EPSS
SaveExploits3References1
Check Point Advisories
Check Point Advisories
added 2018/08/14 12:00 a.m.27 views

Microsoft Edge Chakra Scripting Engine Memory Corruption (CVE-2018-8266)

A memory corruption vulnerability exists in Microsoft Edge. Successful exploitation of this vulnerability could allow a remote attacker to execute arbitrary code on the affected system...

7.6CVSS5.1AI score0.27051EPSS
SaveExploits0
Check Point Advisories
Check Point Advisories
added 2018/08/14 12:00 a.m.44 views

Microsoft Edge Chakra Scripting Engine Memory Corruption (CVE-2018-8355)

A memory corruption vulnerability exists in Microsoft Edge. Successful exploitation of this vulnerability could allow a remote attacker to execute arbitrary code on the affected system...

7.6CVSS5.1AI score0.68242EPSS
SaveExploits4
Tenable Nessus
Tenable Nessus
added 2018/08/14 12:00 a.m.293 views

KB4343892: Windows 10 August 2018 Security Update (Foreshadow)

The remote Windows host is missing security update 4343892. It is, therefore, affected by multiple vulnerabilities : - A remote code execution vulnerability exists in the way that Microsoft browsers access objects in memory. The vulnerability could corrupt memory in a way that could allow an...

9.3CVSS8.4AI score0.68242EPSS
SaveExploits16References36
OSS-Fuzz
OSS-Fuzz
added 2018/08/08 4:20 a.m.23 views

chakra: Crash in bool TTD::MarkTable::MarkAndTestAddr<

Project: https://github.com/Microsoft/ChakraCore.git Detailed report: https://oss-fuzz.com/testcase?key=5714440556118016 Project: chakra Fuzzer: jsfuzzer Job Type: asanchakra Platform Id: linux Crash Type: UNKNOWN READ Crash Address: 0x556b0f9f8970 Crash State: bool TTD::MarkTable::MarkAndTestAdd...

6.8AI score
SaveExploits0Affected Software1
OSS-Fuzz
OSS-Fuzz
added 2018/08/01 1:51 a.m.25 views

chakra: Global-buffer-overflow in ThreadContext::FindPropertyRecord

Project: https://github.com/Microsoft/ChakraCore.git Detailed report: https://oss-fuzz.com/testcase?key=5969175091609600 Project: chakra Fuzzer: jsfuzzer Job Type: asanchakra Platform Id: linux Crash Type: Global-buffer-overflow READ 8 Crash Address: 0x562fc67cdc80 Crash State:...

6.8AI score
SaveExploits0Affected Software1
exploitpack
exploitpack
added 2018/07/12 12:00 a.m.19 views

Microsoft Edge Chakra JIT - Out-of-Bounds ReadsWrites

Microsoft Edge Chakra JIT - Out-of-Bounds ReadsWrites / It seems that this issue is similar to the issue 1429 MSRC 42111. It might need to refresh the page several times to observe a crash. PoC: / let arr = new Uint32Array1000; for let i = 0; i 0x1000000; i++ for let j = 0; j 1; j++ i--; i++; arr...

0.1AI score
SaveExploits0
Packet Storm
Packet Storm
added 2018/07/12 12:00 a.m.33 views

Microsoft Edge Chakra JIT BoundFunction::NewInstance Bug

Microsoft Edge: Chakra: A bug in BoundFunction::NewInstance CVE-2018-8139 BoundFunction::NewInstance is used to handle calls to a bound function. The method first allocates a new argument array and copies the prepended arguments and others into the new argument array and calls the actual function...

7.6CVSS0.66845EPSS
SaveExploits4
zdt
zdt
added 2018/07/12 12:00 a.m.74 views

Microsoft Edge Chakra JIT - Out-of-Bounds Reads/Writes Exploit

Exploit for windows platform in category dos / poc / It seems that this issue is similar to the issue 1429 MSRC 42111. It might need to refresh the page several times to observe a crash. PoC: / let arr = new Uint32Array1000; for let i = 0; i 0x1000000; i++ for let j = 0; j 1; j++ i--; i++; arri =...

7.6CVSS7.8AI score0.67166EPSS
SaveExploits4
Exploit DB
Exploit DB
added 2018/07/12 12:00 a.m.36 views

Microsoft Edge Chakra JIT - BoundFunction::NewInstance Out-of-Bounds Read

/ BoundFunction::NewInstance is used to handle calls to a bound function. The method first allocates a new argument array and copies the prepended arguments and others into the new argument array and calls the actual function. The problem is, it doesn't care about the CallFlagsExtraArg flag which...

7.6CVSS7.4AI score0.66845EPSS
SaveExploits4
exploitpack
exploitpack
added 2018/07/12 12:00 a.m.118 views

Microsoft Edge Chakra JIT - BoundFunction::NewInstance Out-of-Bounds Read

Microsoft Edge Chakra JIT - BoundFunction::NewInstance Out-of-Bounds Read / BoundFunction::NewInstance is used to handle calls to a bound function. The method first allocates a new argument array and copies the prepended arguments and others into the new argument array and calls the actual...

0.1AI score
SaveExploits0
zdt
zdt
added 2018/07/12 12:00 a.m.47 views

Microsoft Edge Chakra JIT - BoundFunction::NewInstance Out-of-Bounds Read Exploit

Exploit for windows platform in category dos / poc / BoundFunction::NewInstance is used to handle calls to a bound function. The method first allocates a new argument array and copies the prepended arguments and others into the new argument array and calls the actual function. The problem is, it...

7.6CVSS7.8AI score0.66845EPSS
SaveExploits4
Exploit DB
Exploit DB
added 2018/07/12 12:00 a.m.35 views

Microsoft Edge Chakra JIT - Out-of-Bounds Reads/Writes

/ It seems that this issue is similar to the issue 1429 MSRC 42111. It might need to refresh the page several times to observe a crash. PoC: / let arr = new Uint32Array1000; for let i = 0; i 0x1000000; i++ for let j = 0; j 1; j++ i--; i++; arri = 0x1234;...

7.6CVSS7.3AI score0.67166EPSS
SaveExploits4
zdt
zdt
added 2018/07/12 12:00 a.m.62 views

Microsoft Edge Chakra JIT - Type Confusion with Hoisted SetConcatStrMultiItemBE Instructions Exploit

Exploit for windows platform in category dos / poc / Here's a PoC: / function optstr for let i = 0; i .var s9.var = LdSlot s32s18l53.var s7.var = LdSlot s20s18l51.var s8.var = LdSlot s19s18l52.var s1Object.var = LdA 0x7FFFF47A0000 GlobalObjectObject.var s2.var = LdCAI4 0 0x0.i32 s3.var = LdCAI4 2...

7.8AI score0.70999EPSS
SaveExploits3
Packet Storm
Packet Storm
added 2018/07/12 12:00 a.m.45 views

Microsoft Edge Chakra JIT SetConcatStrMultiItemBE Type Confusion

Microsoft Edge: Chakra: JIT: Type confusion with hoisted SetConcatStrMultiItemBE instructions CVE-2018-8229 Here's a PoC: function optstr for let i = 0; i .var s9.var = LdSlot s32s18l53.var s7.var = LdSlot s20s18l51.var s8.var = LdSlot s19s18l52.var s1Object.var = LdA 0x7FFFF47A0000...

0.70999EPSS
SaveExploits3
Rows per page
Query Builder