Lucene search
+L

11094 matches found

zdt
zdt
added 2017/11/26 12:00 a.m.59 views

Microsoft Edge Chakra JIT Inline::InlineCallApplyTarget_Shared Failed Return Exploit

Exploit for windows platform in category dos / poc Microsoft Edge: Chakra: JIT: Inline::InlineCallApplyTargetShared doesn't return the return instruction CVE-2017-11841 Here's a snippet of Inline::Optimize. FOREACHINSTREDITINGinstr, instrNext, func-mheadInstr switch instr-mopcode case...

7.6CVSS7.5AI score0.59642EPSS
SaveExploits4
zdt
zdt
added 2017/11/26 12:00 a.m.68 views

Microsoft Edge Chakra JIT GlobOpt::OptTagChecks Property Consideration Exploit

Exploit for windows platform in category dos / poc Microsoft Edge: Chakra: JIT: GlobOpt::OptTagChecks must consider IsLoopPrePass properly CVE-2017-11840 Some background: https://bugs.chromium.org/p/project-zero/issues/detail?id=1364 There's one more place that emits a BailOnNotObject opcode...

7.6CVSS7.5AI score0.59642EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2017/11/25 12:00 a.m.50 views

Microsoft Edge Chakra JIT GlobOpt::OptTagChecks Property Consideration

Microsoft Edge: Chakra: JIT: GlobOpt::OptTagChecks must consider IsLoopPrePass properly CVE-2017-11840 Some background: https://bugs.chromium.org/p/project-zero/issues/detail?id=1364 There's one more place that emits a BailOnNotObject opcode. Here's a snippet of GlobOpt::OptTagChecks. if...

0.2AI score0.59642EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2017/11/25 12:00 a.m.45 views

Microsoft Edge Chakra JIT BailOutOnTaggedValue Bailouts

Microsoft Edge: Chakra: JIT: BailOutOnTaggedValue bailouts can be generated for constant values CVE-2017-11839 1. In the Chakra's JIT compilation process, it stores variables' type information by basic block. function optb let o; if b // BASIC BLOCK a o = ; else // BASIC BLOCK b o = 1.1; // BASIC...

0.62359EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2017/11/25 12:00 a.m.40 views

Microsoft Edge Chakra JIT Inline::InlineCallApplyTarget_Shared Failed Return

Microsoft Edge: Chakra: JIT: Inline::InlineCallApplyTargetShared doesn't return the return instruction CVE-2017-11841 Here's a snippet of Inline::Optimize. FOREACHINSTREDITINGinstr, instrNext, func-mheadInstr switch instr-mopcode case Js::OpCode::Label: ... if instr-AsLabelInstr-misForInExit...

7.7AI score0.59642EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2017/11/25 12:00 a.m.42 views

Microsoft Edge Chakra JIT Incorrect Function Declaration Scope

Microsoft Edge: Chakra: JIT: Incorrect function declaration scope CVE-2017-11870 In the following JavaScript code, both of the print calls must print out "undefined" because of "x" is a formal parameter. But the second print call prints out "function x ". This bug may lead to type confusion in...

0.4AI score0.59642EPSS
SaveExploits4
Trend Micro Simply Security
Trend Micro Simply Security
added 2017/11/17 4:46 p.m.93 views

TippingPoint Threat Intelligence and Zero-Day Coverage – Week of November 13, 2017

The dreaded white, blank screen in Microsoft Word is taunting me, with its blinking cursor asking for words to be written. Just when I thought I wouldn’t get any inspiration for this week’s blog, inspiration came to me from beyond through our late CTO Raimund Genes. Earlier this week, the third...

7AI score0.99945EPSS
SaveExploits77
zdt
zdt
added 2017/11/17 12:00 a.m.22 views

Microsoft Edge Chakra JIT - Lowerer::LowerBoundCheck Incorrect Integer Overflow Check Exploit

Exploit for windows platform in category dos / poc / Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1343 Here's a snippet of the method. void Lowerer::LowerBoundCheckIR::Instr const instr ... ifrightOpnd-IsIntConstOpnd IntConstType newOffset; if!IntConstMath::Addoffset,...

7AI score
SaveExploits0
exploitpack
exploitpack
added 2017/11/16 12:00 a.m.15 views

Microsoft Edge Chakra JIT - Type Confusion with switch Statements

Microsoft Edge Chakra JIT - Type Confusion with switch Statements / Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1341&desc=3 Let's start with a switch statement and its IR code for JIT. JS: for let i = 0; i ; 100; i++ switch i case 2: case 4: case 6: case 8: case 10: case 12:...

7.4AI score
SaveExploits0
exploitpack
exploitpack
added 2017/11/16 12:00 a.m.25 views

Microsoft Edge Chakra: JIT - Lowerer::LowerBoundCheck Incorrect Integer Overflow Check

Microsoft Edge Chakra: JIT - Lowerer::LowerBoundCheck Incorrect Integer Overflow Check / Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1343 Here's a snippet of the method. void Lowerer::LowerBoundCheckIR::Instr const instr ... ifrightOpnd-IsIntConstOpnd IntConstType newOffset;...

0.3AI score
SaveExploits0
seebug.org
seebug.org
added 2017/11/16 12:00 a.m.47 views

Microsoft Edge: Chakra: JIT: Bailouts must be generated for OP_Memset(CVE-2017-11873)

function opta, b, v if b.length b0 = ; return 0; ; printb0; main;...

7.4AI score0.69802EPSS
SaveExploits5
Packet Storm
Packet Storm
added 2017/11/16 12:00 a.m.52 views

Microsoft Edge Chakra JIT Bailout Generation

Microsoft Edge: Chakra: JIT: Bailouts must be generated for OPMemset CVE-2017-11873 function opta, b, v if b.length b0 = ; return 0; ; printb0; main; This bug is subject to a 90 day disclosure deadline. After 90 days elapse or a patch has been made broadly available, the bug report will become...

7.5AI score0.69802EPSS
SaveExploits5
exploitpack
exploitpack
added 2017/11/16 12:00 a.m.19 views

Microsoft Edge - Object.setPrototypeOf Memory Corruption

Microsoft Edge - Object.setPrototypeOf Memory Corruption ,1::FindEntry+0x41: 00007fffe2b7c841 8b0c81 mov ecx,dword ptr rcx+rax4 ds:0000023b4a2ea4c4=???????? 0:015 k Child-SP RetAddr Call Site 00 000000be563fbba0 00007fffe2f52e3e chakra!JsUtil::WeaklyReferencedKeyDictionary,1::FindEntry+0x41 01...

0.5AI score
SaveExploits0
Exploit DB
Exploit DB
added 2017/11/16 12:00 a.m.34 views

Microsoft Edge - 'Object.setPrototypeOf' Memory Corruption

,1::FindEntry+0x41: 00007fffe2b7c841 8b0c81 mov ecx,dword ptr rcx+rax4 ds:0000023b4a2ea4c4=???????? 0:015 k Child-SP RetAddr Call Site 00 000000be563fbba0 00007fffe2f52e3e chakra!JsUtil::WeaklyReferencedKeyDictionary,1::FindEntry+0x41 01 000000be563fbbf0 00007fffe2e1f9a4...

7.6CVSS7.4AI score0.50373EPSS
SaveExploits5
zdt
zdt
added 2017/11/16 12:00 a.m.74 views

Microsoft Edge Chakra JIT - Type Confusion with switch Statements Exploit

Exploit for windows platform in category dos / poc / Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1341&desc=3 Let's start with a switch statement and its IR code for JIT. JS: for let i = 0; i ; 100; i++ switch i case 2: case 4: case 6: case 8: case 10: case 12: case 14: case...

7.6CVSS7.8AI score0.6546EPSS
SaveExploits5
CNVD
CNVD
added 2017/11/16 12:00 a.m.9 views

Microsoft Edge Information Disclosure Vulnerability (CNVD-2017-34921)

Microsoft Edge is the web browser built into the Windows 10 version. Microsoft Edge suffers from an information disclosure vulnerability in its implementation, which can be exploited by an unauthenticated, remote attacker to gain access to sensitive information on the target system...

3.1CVSS6.3AI score0.05209EPSS
SaveExploits0References1
exploitpack
exploitpack
added 2017/11/16 12:00 a.m.13 views

Microsoft Edge Chakra: JIT - OP_Memset Type Confusion

Microsoft Edge Chakra: JIT - OPMemset Type Confusion / Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1357 function opta, b, v if b.length b0 = ; return 0; ; printb0; main;...

SaveExploits0
CNVD
CNVD
added 2017/11/16 12:00 a.m.12 views

Microsoft Edge Security Bypass Vulnerability (CNVD-2017-34219)

Microsoft Windows 10 and Windows Server 2016 are both products of Microsoft Corporation USA. The former is an operating system for personal computers and the latter is a server operating system.Edge is one of the web browsers that comes with the system. Edge in Microsoft Windows suffers from a...

6.1CVSS6.8AI score0.03493EPSS
SaveExploits0References1
Packet Storm
Packet Storm
added 2017/11/16 12:00 a.m.60 views

Microsoft Edge Charka JIT Incorrect Check

Microsoft Edge: Chakra: JIT: Incorrect integer overflow check in Lowerer::LowerBoundCheck CVE-2017-11861 Here's a snippet of the method. void Lowerer::LowerBoundCheckIR::Instr const instr ... ifrightOpnd-IsIntConstOpnd IntConstType newOffset; if!IntConstMath::Addoffset,...

7.5AI score0.64194EPSS
SaveExploits4
CNVD
CNVD
added 2017/11/16 12:00 a.m.6 views

Microsoft Internet Explorer/Edge Scripting Engine Memory Corruption Vulnerability (CNVD-2017-34715)

Internet Explorer is a web browser from Microsoft.Microsoft Edge is the web browser built into Windows 10 versions. Microsoft Edge/Microsoft Internet Explorer suffers from a memory corruption-wide vulnerability in the scripting engine implementation due to incorrect memory manipulation. An...

7.6CVSS7.3AI score0.08474EPSS
SaveExploits0References1
Rows per page
Query Builder