idx int64 | project string | commit_id string | project_url string | commit_url string | commit_message string | target int64 | func string | func_hash float64 | file_name string | file_hash float64 | cwe list | cve string | cve_desc string | nvd_url string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
517,492 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::ParseDestructuredLiteral(tokens declarationType,
bool isDecl,
bool topLevel/* = true*/,
DestructuringInitializerContext initializerContext/* = DIC_None*/,
bool allowIn/* = true*/,
BOOL *forInOfOkay/* = nullptr*/,
BOOL *nativeForOkay/* = nullptr*/)
{
ParseNodePtr pnode = ... | 140,665,214,078,510,500,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,493 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::ParseVariableDeclaration(
tokens declarationType, charcount_t ichMin,
BOOL fAllowIn/* = TRUE*/,
BOOL* pfForInOk/* = nullptr*/,
BOOL singleDefOnly/* = FALSE*/,
BOOL allowInit/* = TRUE*/,
BOOL isTopVarParse/* = TRUE*/,
BOOL isFor/* = FALSE*/,
BOOL* nativeForOk /*= null... | 178,923,821,327,135,220,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,494 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | bool PnBlock::HasBlockScopedContent() const
{
// A block has its own content if a let, const, or function is declared there.
if (this->pnodeLexVars != nullptr || this->blockType == Parameter)
{
return true;
}
// The enclosing scopes can contain functions and other things, so walk the list
... | 253,644,424,095,888,670,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,495 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::GetRightSideNodeFromPattern(ParseNodePtr pnode)
{
Assert(pnode != nullptr);
ParseNodePtr rightNode = nullptr;
OpCode op = pnode->nop;
if (op == knopObject)
{
rightNode = ConvertObjectToObjectPattern(pnode);
}
else if (op == knopArray)
{
rightNode = Co... | 180,070,773,284,801,900,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,496 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::Error(HRESULT hr, charcount_t ichMin, charcount_t ichLim)
{
m_pscan->SetErrorPosition(ichMin, ichLim);
Error(hr);
} | 60,707,374,319,287,560,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,497 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | BOOL Parser::NodeIsEvalName(ParseNodePtr pnode)
{
//WOOB 1107758 Special case of indirect eval binds to local scope in standards mode
return pnode->nop == knopName && (pnode->sxPid.pid == wellKnownPropertyPids.eval);
} | 249,066,606,196,658,530,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,498 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | BOOL Parser::IsDeferredFnc()
{
if (m_grfscr & fscrDeferredFnc)
{
m_grfscr &= ~fscrDeferredFnc;
return true;
}
return false;
} | 257,865,607,810,468,450,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,499 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::FinishDeferredFunction(ParseNodePtr pnodeScopeList)
{
VisitFunctionsInScope(pnodeScopeList,
[this](ParseNodePtr pnodeFnc)
{
Assert(pnodeFnc->nop == knopFncDecl);
// Non-simple params (such as default) require a good amount of logic to put vars on appriopriate scopes. ParseF... | 49,419,728,298,046,970,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,500 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::OutOfMemory()
{
throw ParseExceptionObject(ERRnoMemory);
} | 49,181,590,516,385,980,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,501 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | HRESULT Parser::ParseUtf8Source(__out ParseNodePtr* parseTree, LPCUTF8 pSrc, size_t length, ULONG grfsrc, CompileScriptException *pse,
Js::LocalFunctionId * nextFunctionId, SourceContextInfo * sourceContextInfo)
{
m_functionBody = nullptr;
m_parseType = ParseType_Upfront;
return ParseSourceInternal( par... | 268,070,067,817,333,760,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,502 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::CreateUniNode(OpCode nop, ParseNodePtr pnode1, charcount_t ichMin,charcount_t ichLim)
{
Assert(!this->m_deferringAST);
DebugOnly(VerifyNodeSize(nop, kcbPnUni));
ParseNodePtr pnode = (ParseNodePtr)m_nodeAllocator.Alloc(kcbPnUni);
Assert(m_pCurrentAstSize != NULL);
*m_pCurrentAs... | 84,642,334,588,080,460,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,503 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::ConvertMemberToMemberPattern(ParseNodePtr pnodeMember)
{
if (pnodeMember->nop == knopObjectPatternMember)
{
return pnodeMember;
}
Assert(pnodeMember->nop == knopMember || pnodeMember->nop == knopMemberShort);
ParseNodePtr rightNode = GetRightSideNodeFromPattern(pnodeMe... | 329,785,923,082,122,870,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,504 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::ConvertToPattern(ParseNodePtr pnode)
{
if (pnode != nullptr)
{
if (pnode->nop == knopArray)
{
ConvertArrayToArrayPattern(pnode);
}
else if (pnode->nop == knopObject)
{
pnode = ConvertObjectToObjectPattern(pnode);
}
... | 125,800,503,787,862,140,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,505 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | bool Parser::IsCurBlockInLoop() const
{
for (StmtNest *stmt = this->m_pstmtCur; stmt != nullptr; stmt = stmt->pstmtOuter)
{
OpCode nop = stmt->GetNop();
if (ParseNode::Grfnop(nop) & fnopContinue)
{
return true;
}
if (nop == knopFncDecl)
{
r... | 291,519,527,241,775,130,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,506 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::ParseDestructuredObjectLiteral(tokens declarationType, bool isDecl, bool topLevel/* = true*/)
{
Assert(m_token.tk == tkLCurly);
charcount_t ichMin = m_pscan->IchMinTok();
m_pscan->Scan();
if (!isDecl)
{
declarationType = tkLCurly;
}
ParseNodePtr pnodeMemberList ... | 98,440,684,069,322,700,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,507 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::AppendFunctionToScopeList(bool fDeclaration, ParseNodePtr pnodeFnc)
{
if (!fDeclaration && m_ppnodeExprScope)
{
// We're tracking function expressions separately from declarations in this scope
// (e.g., inside a catch scope in standards mode).
Assert(*m_ppnodeExprScope == n... | 271,394,912,666,127,900,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,508 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ModuleImportOrExportEntry* Parser::AddModuleImportOrExportEntry(ModuleImportOrExportEntryList* importOrExportEntryList, ModuleImportOrExportEntry* importOrExportEntry)
{
if (importOrExportEntry->exportName != nullptr)
{
CheckForDuplicateExportEntry(importOrExportEntryList, importOrExportEntry->exportNam... | 283,729,385,939,147,970,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,509 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void PrintPnodeListWIndent(ParseNode *pnode,int indentAmt) {
if (pnode!=NULL) {
while(pnode->nop==knopList) {
PrintPnodeWIndent(pnode->sxBin.pnode1,indentAmt);
pnode = pnode->sxBin.pnode2;
}
PrintPnodeWIndent(pnode,indentAmt);
}
} | 116,511,543,168,220,120,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,510 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::RestorePidRefForSym(Symbol *sym)
{
IdentPtr pid = m_pscan->m_phtbl->PidHashNameLen(sym->GetName().GetBuffer(), sym->GetName().GetLength());
Assert(pid);
sym->SetPid(pid);
PidRefStack *ref = this->PushPidRef(pid);
ref->SetSym(sym);
} | 166,118,673,818,519,400,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,511 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::RestoreScopeInfo(Js::ParseableFunctionInfo* functionBody)
{
if (!functionBody)
{
return;
}
Js::ScopeInfo* scopeInfo = functionBody->GetScopeInfo();
if (!scopeInfo)
{
return;
}
if (this->IsBackgroundParser())
{
PROBE_STACK_NO_DISPOSE(m_scriptCont... | 160,569,771,296,082,460,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,512 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | HRESULT Parser::ParseSourceInternal(
__out ParseNodePtr* parseTree, LPCUTF8 pszSrc, size_t offsetInBytes, size_t encodedCharCount, charcount_t offsetInChars,
bool fromExternal, ULONG grfscr, CompileScriptException *pse, Js::LocalFunctionId * nextFunctionId, ULONG lineNumber, SourceContextInfo * sourceContextInf... | 151,245,274,238,104,090,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,513 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::CreateNodeT(charcount_t ichMin,charcount_t ichLim)
{
Assert(!this->m_deferringAST);
ParseNodePtr pnode = StaticCreateNodeT<nop>(&m_nodeAllocator, ichMin, ichLim);
Assert(m_pCurrentAstSize != NULL);
*m_pCurrentAstSize += GetNodeSize<nop>();
return pnode;
} | 171,790,859,654,469,300,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,514 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ModuleImportOrExportEntryList* Parser::EnsureModuleLocalExportEntryList()
{
if (m_currentNodeProg->sxModule.localExportEntries == nullptr)
{
m_currentNodeProg->sxModule.localExportEntries = Anew(&m_nodeAllocator, ModuleImportOrExportEntryList, &m_nodeAllocator);
}
return m_currentNodeProg->sxMod... | 100,938,134,199,794,600,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,515 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::AddModuleSpecifier(IdentPtr moduleRequest)
{
IdentPtrList* requestedModulesList = EnsureRequestedModulesList();
if (!requestedModulesList->Has(moduleRequest))
{
requestedModulesList->Prepend(moduleRequest);
}
} | 193,465,827,033,415,700,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,516 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::ConvertArrayToArrayPattern(ParseNodePtr pnode)
{
Assert(pnode->nop == knopArray);
pnode->nop = knopArrayPattern;
ForEachItemRefInList(&pnode->sxArrLit.pnode1, [&](ParseNodePtr *itemRef) {
ParseNodePtr item = *itemRef;
if (item->nop == knopEllipsis)
{
... | 142,330,822,797,156,570,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,517 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void PrintPnodeWIndent(ParseNode *pnode,int indentAmt) {
if (pnode==NULL)
return;
Output::Print(_u("[%4d, %4d): "), pnode->ichMin, pnode->ichLim);
switch (pnode->nop) {
//PTNODE(knopName , "name" ,None ,Pid ,fnopLeaf)
case knopName:
Indent(indentAmt);
if (pnod... | 153,484,293,827,879,220,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,518 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::AddFastScannedRegExpNode(ParseNodePtr const pnode)
{
Assert(!IsBackgroundParser());
Assert(m_doingFastScan);
if (fastScannedRegExpNodes == nullptr)
{
fastScannedRegExpNodes = Anew(&m_nodeAllocator, NodeDList, &m_nodeAllocator);
}
fastScannedRegExpNodes->Append(pnode);
} | 261,374,469,756,470,330,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,519 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | LPCOLESTR Parser::FormatPropertyString(LPCOLESTR propertyString, ParseNodePtr pNode, uint32 *fullNameHintLength, uint32 *pShortNameOffset)
{
// propertyString could be null, such as 'this.foo' =
// propertyString could be empty, found in pattern as in (-1)[""][(x = z)]
OpCode op = pNode->nop;
LPCOLESTR... | 17,971,890,571,715,719,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,520 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::ParseArgList( bool *pCallOfConstants, uint16 *pSpreadArgCount, uint16 * pCount)
{
ParseNodePtr pnodeArg;
ParseNodePtr pnodeList = nullptr;
ParseNodePtr *lastNodeRef = nullptr;
// Check for an empty list
Assert(m_token.tk == tkLParen);
if (m_pscan->Scan() == tkRParen)
{... | 169,723,253,050,884,620,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,521 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::FinishBackgroundPidRefs(BackgroundParseItem *item, bool isOtherParser)
{
for (BlockInfoStack *blockInfo = item->GetParseContext()->currentBlockInfo; blockInfo; blockInfo = blockInfo->pBlockInfoOuter)
{
if (isOtherParser)
{
this->BindPidRefs<true>(blockInfo, item->GetMaxB... | 1,322,699,542,517,836,300,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,522 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void VerifyNodeSize(OpCode nop, int size)
{
Assert(nop >= 0 && nop < knopLim);
__analysis_assume(nop < knopLim);
Assert(g_mpnopcbNode[nop] == size);
} | 23,432,999,236,646,620,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,523 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | uint Parser::CalculateFunctionColumnNumber()
{
uint columnNumber;
if (m_pscan->IchMinTok() >= m_pscan->IchMinLine())
{
// In scenarios involving defer parse IchMinLine() can be incorrect for the first line after defer parse
columnNumber = m_pscan->IchMinTok() - m_pscan->IchMinLine();
... | 7,198,195,953,514,120,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,524 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::CreateTriNode(OpCode nop, ParseNodePtr pnode1,
ParseNodePtr pnode2, ParseNodePtr pnode3)
{
charcount_t ichMin;
charcount_t ichLim;
if (nullptr == pnode1)
{
// no ops
Assert(nullptr == pnode2);
Assert(nullptr == pnode3);
... | 44,879,240,063,812,060,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,525 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ModuleImportOrExportEntryList* Parser::EnsureModuleIndirectExportEntryList()
{
if (m_currentNodeProg->sxModule.indirectExportEntries == nullptr)
{
m_currentNodeProg->sxModule.indirectExportEntries = Anew(&m_nodeAllocator, ModuleImportOrExportEntryList, &m_nodeAllocator);
}
return m_currentNodePr... | 6,502,563,331,434,593,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,526 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | int Parser::GetCurrentDynamicBlockId() const
{
return m_currentDynamicBlock ? m_currentDynamicBlock->id : -1;
} | 112,931,072,592,797,840,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,527 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::AddModuleLocalExportEntry(ParseNodePtr varDeclNode)
{
Assert(varDeclNode->nop == knopVarDecl || varDeclNode->nop == knopLetDecl || varDeclNode->nop == knopConstDecl);
IdentPtr localName = varDeclNode->sxVar.pid;
varDeclNode->sxVar.sym->SetIsModuleExportStorage(true);
AddModuleImportOrExpo... | 29,436,870,825,655,765,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,528 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ModuleImportOrExportEntryList* Parser::EnsureModuleImportEntryList()
{
if (m_currentNodeProg->sxModule.importEntries == nullptr)
{
m_currentNodeProg->sxModule.importEntries = Anew(&m_nodeAllocator, ModuleImportOrExportEntryList, &m_nodeAllocator);
}
return m_currentNodeProg->sxModule.importEntri... | 272,642,614,642,684,130,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,529 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::CreateBlockNode(charcount_t ichMin,charcount_t ichLim, PnodeBlockType blockType)
{
return StaticCreateBlockNode(&m_nodeAllocator, ichMin, ichLim, this->m_nextBlockId++, blockType);
} | 337,876,241,232,975,600,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,530 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | BOOL Parser::ExpectingExternalSource()
{
return m_fExpectExternalSource;
} | 162,493,657,291,808,300,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,531 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void PrintPnode(ParseNode *pnode) {
PrintPnodeWIndent(pnode,0);
} | 43,468,622,214,159,970,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,532 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ModuleImportOrExportEntry* Parser::AddModuleImportOrExportEntry(ModuleImportOrExportEntryList* importOrExportEntryList, IdentPtr importName, IdentPtr localName, IdentPtr exportName, IdentPtr moduleRequest)
{
ModuleImportOrExportEntry* importOrExportEntry = Anew(&m_nodeAllocator, ModuleImportOrExportEntry);
imp... | 234,584,485,254,635,360,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,533 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | BOOL Parser::IsConstantInFunctionCall(ParseNodePtr pnode)
{
if (pnode->nop == knopInt && !Js::TaggedInt::IsOverflow(pnode->sxInt.lw))
{
return TRUE;
}
if (pnode->nop == knopFlt)
{
return TRUE;
}
return FALSE;
} | 132,731,261,537,169,060,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,534 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ModuleImportOrExportEntryList* Parser::GetModuleLocalExportEntryList()
{
return m_currentNodeProg->sxModule.localExportEntries;
} | 301,171,375,949,301,050,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,535 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::StaticCreateBinNode(OpCode nop, ParseNodePtr pnode1,
ParseNodePtr pnode2,ArenaAllocator* alloc)
{
DebugOnly(VerifyNodeSize(nop, kcbPnBin));
ParseNodePtr pnode = (ParseNodePtr)alloc->Alloc(kcbPnBin);
InitNode(nop, pnode);
pnode->sxBin.pnodeNext = n... | 325,457,398,873,959,200,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,536 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | PidRefStack* Parser::PushPidRef(IdentPtr pid)
{
if (PHASE_ON1(Js::ParallelParsePhase))
{
// NOTE: the phase check is here to protect perf. See OSG 1020424.
// In some LS AST-rewrite cases we lose a lot of perf searching the PID ref stack rather
// than just pushing on the top. This hasn'... | 196,159,835,008,581,760,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,537 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::AddArgumentsNodeToVars(ParseNodePtr pnodeFnc)
{
if((pnodeFnc->grfpn & PNodeFlags::fpnArguments_overriddenByDecl) || pnodeFnc->sxFnc.IsLambda())
{
// In any of the following cases, there is no way to reference the built-in 'arguments' variable (in the order of checks
// above):
... | 153,718,763,817,308,320,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,538 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::PopBlockInfo()
{
Assert(m_currentBlockInfo);
PopDynamicBlock();
m_currentBlockInfo = m_currentBlockInfo->pBlockInfoOuter;
} | 298,097,935,311,834,360,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,539 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::ParseCase(ParseNodePtr *ppnodeBody)
{
ParseNodePtr pnodeT = nullptr;
charcount_t ichMinT = m_pscan->IchMinTok();
m_pscan->Scan();
ParseNodePtr pnodeExpr = ParseExpr<buildAST>();
charcount_t ichLim = m_pscan->IchLimTok();
ChkCurTok(tkColon, ERRnoColon);
if (buildAST)
... | 208,921,799,153,111,860,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,540 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::ParseFncDecl(ushort flags, LPCOLESTR pNameHint, const bool needsPIDOnRCurlyScan, bool resetParsingSuperRestrictionState, bool fUnaryOrParen)
{
AutoParsingSuperRestrictionStateRestorer restorer(this);
if (resetParsingSuperRestrictionState)
{
// ParseFncDecl will always reset m_p... | 83,274,884,875,781,330,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,541 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::AppendToList(ParseNodePtr *node, ParseNodePtr nodeToAppend)
{
Assert(nodeToAppend);
ParseNodePtr* lastPtr = node;
while ((*lastPtr) && (*lastPtr)->nop == knopList)
{
lastPtr = &(*lastPtr)->sxBin.pnode2;
}
auto last = (*lastPtr);
if (last)
{
*lastPtr = CreateB... | 168,333,748,477,041,040,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,542 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::ParseExportDeclaration()
{
Assert(m_scriptContext->GetConfig()->IsES6ModuleEnabled());
Assert(m_token.tk == tkEXPORT);
if (!IsImportOrExportStatementValidHere())
{
Error(ERRInvalidModuleImportOrExport);
}
ParseNodePtr pnode = nullptr;
IdentPtr moduleIdentifier ... | 323,535,133,469,398,360,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,543 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNode* Parser::CopyPnode(ParseNode *pnode) {
if (pnode==NULL)
return NULL;
switch (pnode->nop) {
//PTNODE(knopName , "name" ,None ,Pid ,fnopLeaf)
case knopName: {
ParseNode* nameNode=CreateNameNode(pnode->sxPid.pid,pnode->ichMin,pnode->ichLim);
nameNode->sxPi... | 106,038,009,560,901,260,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,544 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | IdentPtrList* Parser::GetRequestedModulesList()
{
return m_currentNodeProg->sxModule.requestedModules;
} | 164,738,326,245,655,660,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,545 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::CreateNode(OpCode nop, charcount_t ichMin)
{
bool nodeAllowed = IsNodeAllowedInCurrentDeferralState(nop);
Assert(nodeAllowed);
Assert(nop >= 0 && nop < knopLim);
ParseNodePtr pnode;
int cb = (nop >= knopNone && nop < knopLim) ? g_mpnopcbNode[nop] : g_mpnopcbNode[knopEmpty];
... | 131,579,518,118,353,600,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,546 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::Parse(LPCUTF8 pszSrc, size_t offset, size_t length, charcount_t charOffset, ULONG grfscr, ULONG lineNumber, Js::LocalFunctionId * nextFunctionId, CompileScriptException *pse)
{
ParseNodePtr pnodeProg;
ParseNodePtr *lastNodeRef = nullptr;
m_nextBlockId = 0;
// Scanner should run in... | 119,445,982,781,805,300,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,547 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void PnFnc::SetFuncSymbol(Symbol *sym)
{
Assert(pnodeName &&
pnodeName->nop == knopVarDecl);
pnodeName->sxVar.sym = sym;
} | 306,140,756,516,741,840,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,548 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | HRESULT Parser::ValidateSyntax(LPCUTF8 pszSrc, size_t encodedCharCount, bool isGenerator, bool isAsync, CompileScriptException *pse, void (Parser::*validateFunction)())
{
AssertPsz(pszSrc);
AssertMemN(pse);
if (this->IsBackgroundParser())
{
PROBE_STACK_NO_DISPOSE(m_scriptContext, Js::Constants:... | 290,880,273,899,082,120,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,549 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::CreateDeclNode(OpCode nop, IdentPtr pid, SymbolType symbolType, bool errorOnRedecl, bool *isRedecl)
{
ParseNodePtr pnode = CreateNode(nop);
pnode->sxVar.InitDeclNode(pid, NULL);
if (symbolType != STUnknown)
{
pnode->sxVar.sym = AddDeclForPid(pnode, pid, symbolType, errorOn... | 132,862,387,260,779,090,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,550 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | IdentPtr Parser::PidFromNode(ParseNodePtr pnode)
{
for (;;)
{
switch (pnode->nop)
{
case knopName:
return pnode->sxPid.pid;
case knopVarDecl:
return pnode->sxVar.pid;
case knopDot:
Assert(pnode->sxBin.pnode2->nop == knopName);
... | 54,864,130,929,074,790,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,551 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::RegisterRegexPattern(UnifiedRegex::RegexPattern *const regexPattern)
{
Assert(regexPattern);
// ensure a no-throw add behavior here, to catch out of memory exceptions, using the guest arena allocator
if (!m_registeredRegexPatterns.PrependNoThrow(m_scriptContext->GetGuestArena(), regexPattern))... | 105,623,743,116,941,400,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,552 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::FinishFncDecl(ParseNodePtr pnodeFnc, LPCOLESTR pNameHint, ParseNodePtr *lastNodeRef, bool skipCurlyBraces)
{
LPCOLESTR name = NULL;
JS_ETW(int32 startAstSize = *m_pCurrentAstSize);
if (IS_JS_ETW(EventEnabledJSCRIPT_PARSE_METHOD_START()) || PHASE_TRACE1(Js::DeferParsePhase))
{
name =... | 167,944,663,128,746,570,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,553 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::PushDynamicBlock()
{
Assert(GetCurrentBlock());
int blockId = GetCurrentBlock()->sxBlock.blockId;
if (m_currentDynamicBlock && m_currentDynamicBlock->id == blockId)
{
return;
}
BlockIdsStack *info = (BlockIdsStack *)m_nodeAllocator.Alloc(sizeof(BlockIdsStack));
if (nullp... | 172,347,374,498,427,340,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,554 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::ParseArrayList(bool *pArrayOfTaggedInts, bool *pArrayOfInts, bool *pArrayOfNumbers, bool *pHasMissingValues, uint *count, uint *spreadCount)
{
ParseNodePtr pnodeArg = nullptr;
ParseNodePtr pnodeList = nullptr;
ParseNodePtr *lastNodeRef = nullptr;
*count = 0;
// Check for an em... | 225,745,286,468,089,400,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,555 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | Parser::TokIsForInOrForOf()
{
return m_token.tk == tkIN ||
(m_token.tk == tkID &&
m_token.GetIdentifier(m_phtbl) == wellKnownPropertyPids.of);
} | 305,335,774,589,037,530,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,556 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::CreateIntNodeWithScanner(int32 lw)
{
Assert(!this->m_deferringAST);
ParseNodePtr pnode = CreateNodeWithScanner<knopInt>();
pnode->sxInt.lw = lw;
return pnode;
} | 152,726,942,793,993,190,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,557 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | Parser::Parser(Js::ScriptContext* scriptContext, BOOL strictMode, PageAllocator *alloc, bool isBackground)
#endif
: m_nodeAllocator(_u("Parser"), alloc ? alloc : scriptContext->GetThreadContext()->GetPageAllocator(), Parser::OutOfMemory),
// use the GuestArena directly for keeping the RegexPattern* alive during... | 248,945,734,603,221,840,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,558 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::PushFuncBlockScope(ParseNodePtr pnodeBlock, ParseNodePtr **ppnodeScopeSave, ParseNodePtr **ppnodeExprScopeSave)
{
// Maintain the scope tree.
pnodeBlock->sxBlock.pnodeScopes = nullptr;
pnodeBlock->sxBlock.pnodeNext = nullptr;
// Insert this block into the active list of scopes (m_ppnodeEx... | 94,709,149,915,281,820,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,559 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNode *Parser::GetCurrentFunctionNode()
{
if (m_currentNodeDeferredFunc != nullptr)
{
return m_currentNodeDeferredFunc;
}
else if (m_currentNodeFunc != nullptr)
{
return m_currentNodeFunc;
}
else
{
AssertMsg(GetFunctionBlock()->sxBlock.blockType == PnodeBlockT... | 154,815,439,102,220,200,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,560 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void printNop(int nop) {
printf("%s\n",nopNames[nop]);
} | 130,112,672,283,374,100,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,561 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | BOOL Parser::NodeEqualsName(ParseNodePtr pnode, LPCOLESTR sz, uint32 cch)
{
return pnode->nop == knopName &&
pnode->sxPid.pid->Cch() == cch &&
!wmemcmp(pnode->sxPid.pid->Psz(), sz, cch);
} | 16,972,740,624,268,067,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,562 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::ParseFncFormals(ParseNodePtr pnodeFnc, ParseNodePtr pnodeParentFnc, ushort flags)
{
bool fLambda = (flags & fFncLambda) != 0;
bool fMethod = (flags & fFncMethod) != 0;
bool fNoArg = (flags & fFncNoArg) != 0;
bool fOneArg = (flags & fFncOneArg) != 0;
bool fAsync = (flags & fFncAsync) != ... | 105,686,113,424,371,460,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,563 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::ParseCatch()
{
ParseNodePtr rootNode = nullptr;
ParseNodePtr* ppnode = &rootNode;
ParseNodePtr *ppnodeExprScopeSave = nullptr;
ParseNodePtr pnode = nullptr;
ParseNodePtr pnodeCatchScope = nullptr;
StmtNest stmt;
IdentPtr pidCatch = nullptr;
//while (tkCATCH == m_toke... | 107,707,470,514,480,620,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,564 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::ParseStatement()
{
ParseNodePtr *ppnodeT;
ParseNodePtr pnodeT;
ParseNodePtr pnode = nullptr;
LabelId* pLabelIdList = nullptr;
charcount_t ichMin = 0;
size_t iecpMin = 0;
StmtNest stmt;
StmtNest *pstmt;
BOOL fForInOrOfOkay;
BOOL fCanAssign;
IdentPtr pid;
... | 11,560,596,547,171,158,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,565 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ULONG Parser::GetDeferralThreshold(bool isProfileLoaded)
{
#ifdef ENABLE_DEBUG_CONFIG_OPTIONS
if (CONFIG_FLAG(ForceDeferParse) ||
PHASE_FORCE1(Js::DeferParsePhase) ||
Js::Configuration::Global.flags.IsEnabled(Js::ForceUndoDeferFlag))
{
return 0;
}
else if (Js::Configuration::Glob... | 210,106,177,613,739,660,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,566 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::ParseDefaultExportClause()
{
Assert(m_token.tk == tkDEFAULT);
m_pscan->Scan();
ParseNodePtr pnode = nullptr;
ushort flags = fFncNoFlgs;
switch (m_token.tk)
{
case tkCLASS:
{
if (!m_scriptContext->GetConfig()->IsES6ClassAndExtendsEnabled())
... | 114,489,278,796,540,840,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,567 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ModuleImportOrExportEntryList* Parser::GetModuleImportEntryList()
{
return m_currentNodeProg->sxModule.importEntries;
} | 237,655,606,358,188,330,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,568 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::CreateNode(OpCode nop, charcount_t ichMin, charcount_t ichLim)
{
Assert(!this->m_deferringAST);
Assert(nop >= 0 && nop < knopLim);
ParseNodePtr pnode;
__analysis_assume(nop < knopLim);
int cb = nop >= 0 && nop < knopLim ? g_mpnopcbNode[nop] : kcbPnNone;
pnode = (ParseNodePt... | 285,617,088,200,798,980,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,569 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::ParseMetaProperty(tokens metaParentKeyword, charcount_t ichMin, _Out_opt_ BOOL* pfCanAssign)
{
AssertMsg(metaParentKeyword == tkNEW, "Only supported for tkNEW parent keywords");
AssertMsg(this->m_token.tk == tkDot, "We must be currently sitting on the dot after the parent keyword");
m_... | 46,389,558,899,535,060,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,570 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | LPCOLESTR Parser::AppendNameHints(IdentPtr left, IdentPtr right, uint32 *pNameLength, uint32 *pShortNameOffset, bool ignoreAddDotWithSpace, bool wrapInBrackets)
{
if (pShortNameOffset != nullptr)
{
*pShortNameOffset = 0;
}
if (left == nullptr && !wrapInBrackets)
{
if (right)
... | 35,656,680,815,029,250,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,571 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::FinishBackgroundRegExpNodes()
{
// We have a list of RegExp nodes that we saw on the UI thread in functions we're parallel parsing,
// and for each background job we have a list of RegExp nodes for which we couldn't allocate patterns.
// We need to copy the pattern pointers from the UI thread n... | 134,538,073,755,511,260,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,572 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::CreateStrNode(IdentPtr pid)
{
Assert(!this->m_deferringAST);
ParseNodePtr pnode = CreateNode(knopStr);
pnode->sxPid.pid=pid;
pnode->grfpn |= PNodeFlags::fpnCanFlattenConcatExpr;
return pnode;
} | 252,018,009,846,790,600,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,573 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::StartParseBlockHelper(PnodeBlockType blockType, Scope *scope, ParseNodePtr pnodeLabel, LabelId* pLabelId)
{
ParseNodePtr pnodeBlock = CreateBlockNode(blockType);
pnodeBlock->sxBlock.scope = scope;
BlockInfoStack *newBlockInfo = PushBlockInfo(pnodeBlock);
PushStmt<buildAST>(&newBloc... | 260,192,044,524,326,560,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,574 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::PopDynamicBlock()
{
int blockId = GetCurrentDynamicBlockId();
if (GetCurrentBlock()->sxBlock.blockId != blockId || blockId == -1)
{
return;
}
Assert(m_currentDynamicBlock);
for (BlockInfoStack *blockInfo = m_currentBlockInfo; blockInfo; blockInfo = blockInfo->pBlockInfoOuter... | 209,842,970,997,567,300,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,575 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::EnsureStackAvailable()
{
if (!m_scriptContext->GetThreadContext()->IsStackAvailable(Js::Constants::MinStackCompile))
{
Error(ERRnoMemory);
}
} | 160,335,422,901,920,400,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,576 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNode* Parser::GetCurrentBlock()
{
return m_currentBlockInfo != nullptr ? m_currentBlockInfo->pnodeBlock : nullptr;
} | 158,328,195,942,483,660,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,577 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::Error(HRESULT hr, ParseNodePtr pnode)
{
if (pnode && pnode->ichLim)
{
Error(hr, pnode->ichMin, pnode->ichLim);
}
else
{
Error(hr);
}
} | 218,709,981,855,867,300,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,578 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::InitNode(OpCode nop,ParseNodePtr pnode) {
pnode->nop = nop;
pnode->grfpn = PNodeFlags::fpnNone;
pnode->location = NoRegister;
pnode->emitLabels = false;
pnode->isUsed = true;
pnode->notEscapedUse = false;
pnode->isInList = false;
pnode->isCallApplyTargetLoad = false;
} | 36,798,013,903,595,240,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,579 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::ValidateSourceElementList()
{
ParseStmtList<false>(nullptr, nullptr, SM_NotUsed, true);
} | 87,398,341,911,937,590,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,580 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::WaitForBackgroundJobs(BackgroundParser *bgp, CompileScriptException *pse)
{
// The scan of the script is done, but there may be unfinished background jobs in the queue.
// Enlist the main thread to help with those.
BackgroundParseItem *item;
if (!*bgp->GetPendingBackgroundItemsPtr())
{
... | 310,666,880,700,349,200,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,581 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | void Parser::ParseStmtList(ParseNodePtr *ppnodeList, ParseNodePtr **pppnodeLast, StrictModeEnvironment smEnvironment, const bool isSourceElementList, bool* strictModeOn)
{
BOOL doneDirectives = !isSourceElementList; // directives may only exist in a SourceElementList, not a StatementList
BOOL seenDirectiveConta... | 312,883,393,372,009,670,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,582 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | Js::PropertyId PnPid::PropertyIdFromNameNode() const
{
Js::PropertyId propertyId;
Symbol *sym = this->sym;
if (sym)
{
propertyId = sym->GetPosition();
}
else
{
propertyId = this->pid->GetPropertyId();
}
return propertyId;
} | 123,732,225,664,154,830,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,583 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::CreateIntNode(int32 lw)
{
ParseNodePtr pnode = CreateNode(knopInt);
pnode->sxInt.lw = lw;
return pnode;
} | 300,335,469,619,166,760,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,584 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::CreateProgNodeWithScanner(bool isModuleSource)
{
ParseNodePtr pnodeProg;
if (isModuleSource)
{
pnodeProg = CreateNodeWithScanner<knopModule>();
// knopModule is not actually handled anywhere since we would need to handle it everywhere we could
// have knopProg ... | 128,273,716,155,752,700,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,585 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | BlockInfoStack* Parser::GetCurrentBlockInfo()
{
return m_currentBlockInfo;
} | 225,517,683,373,575,800,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,586 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::CreateNodeWithScanner(charcount_t ichMin)
{
Assert(m_pscan != nullptr);
return CreateNodeT<nop>(ichMin, m_pscan->IchLimTok());
} | 32,397,747,902,242,290,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,587 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | LPCOLESTR Parser::ConstructNameHint(ParseNodePtr pNode, uint32* fullNameHintLength, uint32 *pShortNameOffset)
{
Assert(pNode != nullptr);
Assert(pNode->nop == knopDot || pNode->nop == knopIndex);
LPCOLESTR leftNode = nullptr;
if (pNode->sxBin.pnode1->nop == knopDot || pNode->sxBin.pnode1->nop == knopInd... | 228,338,408,258,376,160,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,588 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | LPCOLESTR Parser::AppendNameHints(LPCOLESTR left, IdentPtr right, uint32 *pNameLength, uint32 *pShortNameOffset, bool ignoreAddDotWithSpace, bool wrapInBrackets)
{
uint32 leftLen = (left == nullptr) ? 0 : (uint32) wcslen(left);
if (pShortNameOffset != nullptr)
{
*pShortNameOffset = 0;
}
As... | 240,011,617,753,421,800,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,589 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | BlockInfoStack* Parser::GetCurrentFunctionBlockInfo()
{
return m_currentBlockInfo->pBlockInfoFunction;
} | 220,313,720,940,736,880,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,590 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | Symbol *PnFnc::GetFuncSymbol()
{
if (pnodeName &&
pnodeName->nop == knopVarDecl)
{
return pnodeName->sxVar.sym;
}
return nullptr;
} | 130,706,257,860,297,270,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
517,591 | ChakraCore | 402f3d967c0a905ec5b9ca9c240783d3f2c15724 | https://github.com/Microsoft/ChakraCore | https://github.com/Microsoft/ChakraCore/commit/402f3d967c0a905ec5b9ca9c240783d3f2c15724 | [CVE-2017-0028] Fix binding of 'async' identifier in the presence of async arrow function. | 0 | ParseNodePtr Parser::ConvertObjectToObjectPattern(ParseNodePtr pnodeMemberList)
{
charcount_t ichMin = m_pscan->IchMinTok();
charcount_t ichLim = m_pscan->IchLimTok();
ParseNodePtr pnodeMemberNodeList = nullptr;
if (pnodeMemberList != nullptr && pnodeMemberList->nop == knopObject)
{
ichMin =... | 306,545,004,271,191,940,000,000,000,000,000,000,000 | None | null | [
"CWE-119"
] | CVE-2017-0028 | A remote code execution vulnerability exists when Microsoft scripting engine improperly accesses objects in memory. The vulnerability could corrupt memory in a way that enables an attacker to execute arbitrary code in the context of the current user. An attacker who successfully exploited the vulnerability could gain t... | https://nvd.nist.gov/vuln/detail/CVE-2017-0028 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.