Lucene search
+L

11081 matches found

Tenable Nessus
Tenable Nessus
added 2018/08/14 12:00 a.m.622 views

KB4343887: Windows 10 Version 1607 and Windows Server 2016 August 2018 Security Update (Foreshadow)

The remote Windows host is missing security update 4343887. It is, therefore, affected by multiple vulnerabilities : - An information disclosure vulnerability exists when the Windows kernel improperly handles objects in memory. An attacker who successfully exploited this vulnerability could obtai...

9.3CVSS8.3AI score0.68242EPSS
SaveExploits16References41
Prion
Prion
added 2018/08/03 6:29 p.m.21 views

Input validation

The report-viewing feature in Pearson VUE Certiport Console 8 and IQSystem 7 before 2018-06-26 mishandles child processes and consequently launches Internet Explorer or Microsoft Edge as Administrator, which allows local users to gain privileges...

7.2CVSS6.4AI score0.00314EPSS
SaveExploits0References2Affected Software2
Veracode
Veracode
added 2018/07/13 2:32 a.m.30 views

Remote Code Execution (RCE)

microsoft.chakracore is vulnerable to remote code execution. This is due to a type confusion with hoisted SetConcatStrMultiItemBE instructions in the chakra JIT, which can lead to memory corruption or arbitrary code being executed. This vulnerability affects Microsoft Edge. This CVE ID is differe...

7.5CVSS8AI score0.70999EPSS
SaveExploits3References7Affected Software2
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.66554EPSS
SaveExploits4
zdt
zdt
added 2018/07/12 12:00 a.m.71 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.66877EPSS
SaveExploits4
Zero Day Initiative
Zero Day Initiative
added 2018/07/12 12:00 a.m.43 views

(Pwn2Own) Microsoft Edge WebGL ImageData Use-After-Free Information Disclosure Vulnerability

This vulnerability allows remote attackers to disclose sensitive information on vulnerable installations of Microsoft Edge. 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...

4.3CVSS0.8AI score0.06316EPSS
SaveExploits0References1
Exploit DB
Exploit DB
added 2018/07/12 12:00 a.m.35 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.66554EPSS
SaveExploits4
Exploit DB
Exploit DB
added 2018/07/12 12:00 a.m.33 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.66877EPSS
SaveExploits4
zdt
zdt
added 2018/07/12 12:00 a.m.46 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.66554EPSS
SaveExploits4
Check Point Advisories
Check Point Advisories
added 2018/07/12 12:00 a.m.37 views

Microsoft Edge Out Of Bounds Read (CVE-2018-8139)

A out of bounds read vulnerability exists in Microsoft Edge. Successful exploitation of this vulnerability could allow a remote attacker to obtain sensitive information...

7.6CVSS7AI score0.66554EPSS
SaveExploits4
Check Point Advisories
Check Point Advisories
added 2018/07/12 12:00 a.m.42 views

Microsoft Edge and Internet Explorer Chakra Out of Bounds Read (CVE-2018-8145)

An out of bounds read vulnerability exists in Microsoft Edge. Successful exploitation of this vulnerability could allow a remote attacker to obtain sensitive information...

7.6CVSS7AI score0.66877EPSS
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
Zero Day Initiative
Zero Day Initiative
added 2018/07/12 12:00 a.m.31 views

Microsoft Edge CWUCLayer Use-After-Free Remote Code Execution Vulnerability

This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of Microsoft Edge. 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 routines that...

7.6CVSS3.4AI score0.19229EPSS
SaveExploits0References1
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
Packet Storm
Packet Storm
added 2018/07/12 12:00 a.m.33 views

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

Microsoft Edge: Chakra: JIT: OOB reads/writes CVE-2018-8145 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++;...

7.6CVSS0.66877EPSS
SaveExploits4
NVD
NVD
added 2018/07/11 12:29 a.m.30 views

CVE-2018-8325

An information disclosure vulnerability exists when Microsoft Edge improperly handles objects in memory, aka "Microsoft Edge Information Disclosure Vulnerability." This affects Microsoft Edge. This CVE ID is unique from CVE-2018-8289, CVE-2018-8297, CVE-2018-8324...

4.3CVSS4.1AI score0.0573EPSS
SaveExploits0References3
NVD
NVD
added 2018/07/11 12:29 a.m.19 views

CVE-2018-8324

An information disclosure vulnerability exists when Microsoft Edge improperly handles objects in memory, aka "Microsoft Edge Information Disclosure Vulnerability." This affects Microsoft Edge. This CVE ID is unique from CVE-2018-8289, CVE-2018-8297, CVE-2018-8325...

4.3CVSS4.1AI score0.09349EPSS
SaveExploits0References3
NVD
NVD
added 2018/07/11 12:29 a.m.23 views

CVE-2018-8286

A remote code execution vulnerability exists in the way that the Chakra scripting engine handles objects in memory in Microsoft Edge, aka "Chakra Scripting Engine Memory Corruption Vulnerability." This affects Microsoft Edge, ChakraCore. This CVE ID is unique from CVE-2018-8280, CVE-2018-8290,...

7.6CVSS7.4AI score0.19229EPSS
SaveExploits0References3
NVD
NVD
added 2018/07/11 12:29 a.m.34 views

CVE-2018-8301

A remote code execution vulnerability exists when Microsoft Edge improperly accesses objects in memory, aka "Microsoft Edge Memory Corruption Vulnerability." This affects Microsoft Edge. This CVE ID is unique from CVE-2018-8125, CVE-2018-8262, CVE-2018-8274, CVE-2018-8275, CVE-2018-8279...

7.6CVSS7.6AI score0.13061EPSS
SaveExploits0References3
Rows per page
Query Builder