What is Edge and Internet Explorer?
At the time of this vulnerability, Internet Explorer and the legacy (EdgeHTML-based) Microsoft Edge were still widely deployed browsers on Windows, either as the default browser or kept installed for compatibility with older intranet applications. Browsers are a prime target for memory-corruption research because they parse enormous amounts of untrusted, attacker-controlled content — HTML, JavaScript, images, fonts — from any website a user visits, making a single malicious page a potential vector for full code execution.
Overview
CVE-2020-0878 is a memory corruption vulnerability affecting how Edge and Internet Explorer handle certain objects in memory. If successfully exploited, an attacker who convinces a user to visit a malicious or compromised website — or view a specially crafted document — can gain the ability to execute arbitrary code in the context of the current user. Microsoft rated it MEDIUM severity in this instance largely because CVSS scoring reflects high attack complexity and required user interaction, though the underlying bug class (memory corruption in a browser rendering engine) is the same category historically used for drive-by browser exploitation.
Technical Details
The vulnerability is classified as CWE-787 (Out-of-Bounds Write), meaning the browser's rendering or scripting engine writes data past the boundary of an allocated memory buffer. In browser exploitation, out-of-bounds writes are typically used to corrupt adjacent heap objects — such as function pointers or object metadata — providing attackers a primitive that can be escalated into arbitrary code execution, often chained with an information leak to defeat ASLR. The CVSS vector (AC:H/UI:R) indicates that reliably triggering the bug requires a somewhat complex exploitation chain and does require the victim to interact with malicious content, consistent with a browser rendering-engine bug rather than a trivially-scriptable network exploit.
Discovery
Addressed through Microsoft's routine security update process as part of the September 2020 Patch Tuesday cycle; no independent researcher is publicly credited in the record available for this CVE.
Exploitation Context
CISA's KEV catalog listing confirms this vulnerability has been exploited in the wild, and the frontmatter marks confirmed ransomware association — consistent with browser memory-corruption bugs being used as an initial-access vector, often via malicious ad networks, compromised websites, or spearphishing links, before pivoting to deploy follow-on payloads such as ransomware.
Remediation
- Apply the September 2020 cumulative Windows/IE update (or any later update) across all affected systems.
- Migrate away from legacy Internet Explorer and EdgeHTML-based Edge where possible in favor of actively maintained, Chromium-based Edge.
- Restrict IE/legacy Edge usage to only the specific intranet applications that require it, via Enterprise Mode Site List policies, reducing general web-browsing exposure.
- Deploy web content filtering and browser exploit-mitigation tooling to reduce the chance of drive-by exploitation reaching end users.
- Review endpoint logs for signs of browser-based exploitation predating patch deployment, particularly unexpected child processes spawned from browser processes.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2020-0878 |
| Vendor / Product | Microsoft — Edge and Internet Explorer |
| NVD Published | 2020-09-11 |
| NVD Last Modified | 2026-02-23 |
| CVSS 3.1 Score | 4.2 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N |
| Severity | MEDIUM |
| CWE | CWE-787 find similar ↗ |
| CISA KEV Added | 2021-11-03 |
| CISA KEV Deadline | 2022-05-03 |
| Known Ransomware Use | ⚠️ Yes |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2020-09-11 | Patched as part of Microsoft's September 2020 Patch Tuesday release |
| 2021-11-03 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2022-05-03 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| NVD — CVE-2020-0878 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |