Lucene search
+L

11076 matches found

Exploit DB
Exploit DB
added 2017/08/17 12:00 a.m.61 views

Microsoft Edge Chakra - NULL Pointer Dereference

spreadIndices = nullptr // This function emits the arguments for a call. // ArgOut's with uses immediately following defs. EmitArgListStartthisLocation, byteCodeGenerator, funcInfo, callSiteId; Js::RegSlot evalLocation = Js::Constants::NoRegister; // // If Emitting arguments for eval and assignin...

7.6CVSS7.3AI score0.72116EPSS
SaveExploits13
Exploit DB
Exploit DB
added 2017/08/17 12:00 a.m.32 views

Microsoft Edge Chakra - Uninitialized Arguments (1)

ParseNodePtr Parser::ParseVariableDeclaration tokens declarationType, charcountt ichMin, BOOL fAllowIn/ = TRUE/, BOOL pfForInOk/ = nullptr/, BOOL singleDefOnly/ = FALSE/, BOOL allowInit/ = TRUE/, BOOL isTopVarParse/ = TRUE/, BOOL isFor/ = FALSE/, BOOL nativeForOk /= nullptr/ ... if pid ==...

7.6CVSS7.4AI score0.69277EPSS
SaveExploits4
Exploit DB
Exploit DB
added 2017/08/17 12:00 a.m.28 views

Microsoft Edge Chakra - Uninitialized Arguments (2)

void Parser::ParseFncFormalsParseNodePtr pnodeFnc, ParseNodePtr pnodeParentFnc, ushort flags ... if IsES6DestructuringEnabled && IsPossiblePatternStart ... // Instead of passing the STFormal all the way on many methods, it seems it is better to change the symbol type afterward. for ParseNodePtr...

7.6CVSS7.4AI score0.68729EPSS
SaveExploits5
Exploit DB
Exploit DB
added 2017/08/17 12:00 a.m.33 views

Microsoft Edge Chakra - 'InterpreterStackFrame::ProcessLinkFailedAsmJsModule' Incorrect Usage of 'PushPopFrameHelper' (Denial of Service)

GetScriptContext-GetThreadContext-GetLeafInterpreterFrame; GetLoopHeaderinterpreterFrame-GetCurrentLoopNum; GetCurrentLoopNum == -1 ... PoC: -- function asmModule 'use asm'; let a = 1, 2, 3, 4; for let i = 0; i 0x100000; i++ // JIT a0 = 1; if i === 0x30000 a0 = ; // the array type changed,...

7.6CVSS7.4AI score0.69277EPSS
SaveExploits4
seebug.org
seebug.org
added 2017/08/17 12:00 a.m.77 views

Microsoft Edge: Chakra: incorrect jit optimization with TypedArray setter #2(CVE-2017-8548)

I think the fix for 1045 is incorrect. Here's the original PoC. 'use strict'; function funca, b, c a0 = 1.2; b0 = c; a1 = 2.2; a0 = 2.3023e-320; function main var a = 1.1, 2.2; var b = new Uint32Array100; // force to optimize for var i = 0; i a0 = ; return 0; ; a0.toString; main; I just changed...

7.6CVSS7.6AI score0.67587EPSS
SaveExploits5
seebug.org
seebug.org
added 2017/08/17 12:00 a.m.62 views

Microsoft Edge Security Bypass Vulnerability(CVE-2017-8637)

There is an issue in Chakra JIT server that can be potentially exploited to compromise the JIT process from a compromised browser content process. Bugs like this could potentially be used to bypass ACG Arbitrary Code Guard in Microsoft Edge. The issue has been confirmed on a ChakraCore build from...

2.6CVSS6.7AI score0.05014EPSS
SaveExploits2
exploitpack
exploitpack
added 2017/08/16 12:00 a.m.31 views

Microsoft Edge 38.14393.1066.0 - CInputDateTimeScrollerElement::_SelectValueInternal Out-of-Bounds Read

Microsoft Edge 38.14393.1066.0 - CInputDateTimeScrollerElement::SelectValueInternal Out-of-Bounds Read input:focus transform: scale10; UpdateSelectedthis-arrayatoffset0xB8this-indexatoffset0xD4.ptratindex0, ...; ... The problem is that the index in the PoC has unsigned 32-bit value of 0xffffffff,...

0.1AI score
SaveExploits0
Packet Storm
Packet Storm
added 2017/08/16 12:00 a.m.35 views

Microsoft Edge Chakra TryUndeleteProperty Incorrect Usage

Microsoft Edge: Chakra: Incorrect usage of TryUndeleteProperty CVE-2017-8635 Chakra implemented the reuse of deleted properties of an unordered dictionary object with the following code. bool SimpleDictionaryUnorderedTypeHandler::TryReuseDeletedPropertyIndex DynamicObject const object,...

7.6CVSS0.3AI score0.55883EPSS
SaveExploits5
Exploit DB
Exploit DB
added 2017/08/16 12:00 a.m.53 views

Microsoft Edge 38.14393.1066.0 - 'CInputDateTimeScrollerElement::_SelectValueInternal' Out-of-Bounds Read

input:focus transform: scale10; UpdateSelectedthis-arrayatoffset0xB8this-indexatoffset0xD4.ptratindex0, ...; ... The problem is that the index in the PoC has unsigned 32-bit value of 0xffffffff, possibly because the data structure has not been properly initialized, which leads to out-of-bound...

4.3CVSS6.5AI score0.15118EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2017/08/16 12:00 a.m.53 views

Microsoft Edge Chakra Incorrect Jit Optimization

Microsoft Edge: Chakra: incorrect jit optimization with TypedArray setter 2 CVE-2017-8548 I think the fix for 1045 is incorrect. Here's the original PoC. 'use strict'; function funca, b, c a0 = 1.2; b0 = c; a1 = 2.2; a0 = 2.3023e-320; function main var a = 1.1, 2.2; var b = new Uint32Array100; //...

7.6CVSS0.5AI score0.67587EPSS
SaveExploits5
Packet Storm
Packet Storm
added 2017/08/16 12:00 a.m.55 views

Microsoft Edge Charka Failed Re-Parse

Microsoft Edge: Chakra: InterpreterStackFrame::ProcessLinkFailedAsmJsModule incorrectly re-parses CVE-2017-8645 When Chakra fails to link an asmjs module, it tries to re-parse the failed-to-link asmjs function to treat it as a normal javascript function. But it incorrectly handles the case where...

7.6CVSS0.69277EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2017/08/16 12:00 a.m.60 views

Microsoft Edge Charka PreVisitCatch Missing Call

Microsoft Edge: Chakra: PreVisitCatch doesn't call SetIsCatch for all cases CVE-2017-8656 function trigger try catch x var x = 1; printx; trigger; When Chakra executes the above code, it declares two "x"s. One is only for the catch scope, the other is for the whole function scope. The one for the...

7.6CVSS0.2AI score0.69277EPSS
SaveExploits4
Check Point Advisories
Check Point Advisories
added 2017/08/16 12:00 a.m.13 views

Microsoft Edge Use After Free (CVE-2017-8652)

A use-after-free vulnerability exists in Microsoft Edge. The vulnerability is due to improper access of objects in memory. A remote attacker can exploit this vulnerability by enticing a victim to open a maliciously crafted web page...

4.3CVSS6.3AI score0.22937EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2017/08/16 12:00 a.m.46 views

Microsoft Edge Chakra PushPopFrameHelper Incorrect Usage

Microsoft Edge: Chakra: Incorrect usage of PushPopFrameHelper in InterpreterStackFrame::ProcessLinkFailedAsmJsModule CVE-2017-8646 PushPopFrameHelper is a class that pushes the current stack frame object in its constructor and pops it in the destructor. So it should be used like "PushPopFrameHelp...

7.6CVSS0.3AI score0.69277EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2017/08/16 12:00 a.m.48 views

Microsoft Edge CInputDateTimeScrollerElement::_SelectValueInternal Out-Of-Bounds Read

Microsoft Edge: Out-of-bounds read in CInputDateTimeScrollerElement::SelectValueInternal CVE-2017-8644 The vulnerability has been confirmed on Windows 10 Enterprise 64-bit OS version 1607, OS build 14393.1198 and Microsoft Edge 38.14393.1066.0, Microsoft EdgeHTML 14.14393. PoC:...

4.3CVSS0.1AI score0.15118EPSS
SaveExploits4
zdt
zdt
added 2017/08/16 12:00 a.m.58 views

Microsoft Edge 38.14393.1066.0 - CInputDateTimeScrollerElement::_SelectValueInternal Out-of-Bounds R

Microsoft Edge suffers from an out-of-bounds read in CInputDateTimeScrollerElement::SelectValueInternal. The vulnerability has been confirmed on Windows 10 Enterprise 64-bit OS version 1607, OS build 14393.1198 and Microsoft Edge 38.14393.1066.0, Microsoft EdgeHTML 14.14393. input:focus transform...

4.3CVSS6.6AI score0.15118EPSS
SaveExploits4
zdt
zdt
added 2017/08/11 12:00 a.m.64 views

Microsoft Edge 38.14393.1066.0 - textarea.defaultValue Memory Disclosure Exploit

There is a use-after-free vulnerability in Microsoft Edge that can lead to memory disclosure. The vulnerability has been confirmed on Windows 10 Enterprise 64-bit OS version 1607, OS build 14393.1198, Microsoft Edge 38.14393.1066.0, Microsoft EdgeHTML 14.14393. var n = 0; function go...

4.3CVSS6.1AI score0.22937EPSS
SaveExploits4
Prion
Prion
added 2017/08/10 6:29 p.m.13 views

Remote code execution

Microsoft Edge allows a remote code execution vulnerability due to the way it accesses objects in memory, aka "Scripting Engine Memory Corruption Vulnerability"...

7.6CVSS7.5AI score0.10208EPSS
SaveExploits0References2
NVD
NVD
added 2017/08/10 6:29 p.m.21 views

CVE-2017-8518

Microsoft Edge allows a remote code execution vulnerability due to the way it accesses objects in memory, aka "Scripting Engine Memory Corruption Vulnerability"...

7.6CVSS6.2AI score0.10208EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2017/08/10 6:00 p.m.36 views

CVE-2017-8518

Microsoft Edge allows a remote code execution vulnerability due to the way it accesses objects in memory, aka "Scripting Engine Memory Corruption Vulnerability"...

6.1AI score0.10208EPSS
SaveExploits0References2
Rows per page
Query Builder