CVE-2018-0837
Description
CVE-2018-0837 is a memory corruption vulnerability in Microsoft Edge and ChakraCore that allows remote code execution via crafted web content.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
CVE-2018-0837 is a memory corruption vulnerability in Microsoft Edge and ChakraCore that allows remote code execution via crafted web content.
Vulnerability
CVE-2018-0837 is a memory corruption vulnerability in the ChakraCore scripting engine used by Microsoft Edge. The flaw arises from improper handling of objects in memory, leading to a remote code execution (RCE) scenario. Affected products include Microsoft Edge on Windows 10 Gold, 1511, 1607, 1703, 1709, and Windows Server 2016, as well as the standalone ChakraCore library [1][2][3].
Exploitation
An attacker can exploit this vulnerability by crafting a malicious web page that leverages the scripting engine memory corruption. No additional authentication or special privileges are required; the victim must only visit the attacker-controlled page using an affected browser or application. The bug was reported by Lokihardt of Google Project Zero [2][3].
Impact
Successful exploitation enables an attacker to execute arbitrary code in the context of the current user, potentially leading to full system compromise—including data theft, installation of programs, or creation of new accounts with user-level permissions [1][2].
Mitigation
Microsoft released a security update on February 13, 2018 as part of the February 2018 Patch Tuesday, addressing the vulnerability for all affected Windows versions. Users should apply the latest Windows updates promptly. ChakraCore 1.11 is the last feature release; it received security patches until March 9, 2021, after which no further updates are provided [1][2][4].
- NVD - CVE-2018-0837
- Microsoft Edge Multiple Bugs Let Remote Users Execute Arbitrary Code, Obtain Potentially Sensitive Information, and Bypass Security Restrictions on the Target System
- Microsoft Edge Scripting Engine CVE-2018-0837 Remote Memory Corruption Vulnerability
- GitHub - chakra-core/ChakraCore: ChakraCore is an open source Javascript engine with a C API.
AI Insight generated on May 22, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
Microsoft.ChakraCoreNuGet | < 1.8.1 | 1.8.1 |
Affected products
2- Microsoft Corporation/Microsoft Edge, ChakraCorev5Range: Microsoft Windows 10 Gold, 1511, 1607, 1703, 1709, and Windows Server 2016.
Patches
1043257b7d47aChakraCore fix for servicing release 18-02B: CVE-2018-0837
1 file changed · +1 −1
lib/Backend/GlobOpt.cpp+1 −1 modified@@ -5191,7 +5191,7 @@ GlobOpt::ValueNumberDst(IR::Instr **pInstr, Value *src1Val, Value *src2Val) if (!PHASE_OFF(Js::OptTagChecksPhase, this->func) && (src1ValueInfo == nullptr || src1ValueInfo->IsUninitialized())) { - return this->NewGenericValue(ValueType::GetObject(ObjectType::Object), dst); + return this->NewGenericValue(ValueType::GetObject(ObjectType::Object).ToLikely().SetCanBeTaggedValue(false), dst); } break;
Vulnerability mechanics
Generated on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
10- www.exploit-db.com/exploits/44081/mitreexploitx_refsource_EXPLOIT-DB
- github.com/advisories/GHSA-h9wf-mpvf-9jqgghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2018-0837ghsaADVISORY
- www.securityfocus.com/bid/102876mitrevdb-entryx_refsource_BID
- www.securitytracker.com/id/1040372mitrevdb-entryx_refsource_SECTRACK
- github.com/chakra-core/ChakraCore/commit/043257b7d47afab1240f5dd4cdd10bde38c574c3ghsaWEB
- portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2018-0837ghsax_refsource_CONFIRMWEB
- web.archive.org/web/20210805203751/http://www.securityfocus.com/bid/102876ghsaWEB
- web.archive.org/web/20211208072939/http://www.securitytracker.com/id/1040372ghsaWEB
- www.exploit-db.com/exploits/44081ghsaWEB
News mentions
0No linked articles in our index yet.