The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2020-1555

CVE-2020-1555: Microsoft Edge Scripting Engine RCE Flaw

CVE-2020-1555 is a remote code execution vulnerability in Microsoft Edge's scripting engine that corrupts memory, allowing attackers to execute arbitrary code. This article covers technical details, affected versions, and mitigations.

Published: March 4, 2026

CVE-2020-1555 Overview

CVE-2020-1555 is a remote code execution vulnerability in the way the scripting engine handles objects in memory in Microsoft Edge (HTML-based). The vulnerability could corrupt memory in such a way that an attacker could execute arbitrary code in the context of the current user. If successfully exploited, an attacker could gain the same user rights as the current user, potentially taking complete control of an affected system if the user has administrative privileges.

Critical Impact

Successful exploitation allows remote code execution with current user privileges, potentially enabling complete system compromise including program installation, data manipulation, and account creation with full user rights.

Affected Products

  • Microsoft Edge (HTML-based)
  • Microsoft Windows 10 (versions 1709, 1803, 1809, 1903, 1909, 2004)
  • Microsoft Windows Server 2019
  • Microsoft ChakraCore

Discovery Timeline

  • August 17, 2020 - CVE-2020-1555 published to NVD
  • February 23, 2026 - Last updated in NVD database

Technical Details for CVE-2020-1555

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-Bounds Write), indicating that the scripting engine in Microsoft Edge improperly handles objects in memory. The flaw exists in the ChakraCore JavaScript engine, which is responsible for executing JavaScript code in the HTML-based version of Microsoft Edge.

When processing specially crafted content, the scripting engine fails to properly validate memory operations, leading to memory corruption. This memory corruption can be leveraged by an attacker to execute arbitrary code within the security context of the currently logged-in user. The impact escalates significantly if the victim has administrative privileges, as the attacker would inherit those same elevated permissions.

Root Cause

The root cause lies in improper memory handling within the ChakraCore scripting engine when processing JavaScript objects. The engine fails to correctly manage object lifetimes or memory boundaries during certain operations, resulting in an out-of-bounds write condition. This type of vulnerability typically occurs when array bounds or buffer sizes are not properly validated before write operations.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker could exploit this vulnerability through several scenarios:

  1. Malicious Website: The attacker hosts a specially crafted website designed to exploit the vulnerability and convinces the user to visit it through phishing or social engineering.

  2. Compromised Website: The attacker compromises a legitimate website or leverages websites that accept user-provided content or advertisements to inject malicious JavaScript.

  3. Drive-by Download: When a user navigates to the malicious page using the affected Microsoft Edge browser, the crafted JavaScript triggers the memory corruption, enabling code execution.

The vulnerability requires no authentication and can be triggered simply by viewing malicious content in the browser, making it particularly dangerous for end users.

Detection Methods for CVE-2020-1555

Indicators of Compromise

  • Unexpected child processes spawning from MicrosoftEdge.exe or MicrosoftEdgeCP.exe
  • Abnormal memory consumption or crashes in Microsoft Edge processes
  • JavaScript execution attempting to access or manipulate memory outside expected boundaries
  • Network connections to suspicious domains initiated by Edge browser processes

Detection Strategies

  • Monitor for suspicious process behavior originating from Microsoft Edge, particularly shell spawning or code injection attempts
  • Implement browser telemetry to detect JavaScript execution anomalies and heap spray patterns
  • Deploy endpoint detection rules to identify exploitation techniques targeting the ChakraCore engine
  • Enable Windows Defender Exploit Guard to detect memory corruption attacks

Monitoring Recommendations

  • Enable detailed logging for Microsoft Edge and Windows security events
  • Monitor for Event ID 1000 (Application Error) involving MicrosoftEdge.exe or chakra.dll
  • Track network traffic patterns from browser processes for unusual outbound connections
  • Implement memory integrity monitoring on endpoints running vulnerable versions

How to Mitigate CVE-2020-1555

Immediate Actions Required

  • Apply the August 2020 Microsoft security updates immediately to all affected systems
  • Consider migrating to Microsoft Edge (Chromium-based) which is not affected by this vulnerability
  • Restrict access to untrusted websites through web filtering solutions
  • Ensure users are not browsing with administrative privileges

Patch Information

Microsoft has released a security update that addresses this vulnerability by modifying how the scripting engine handles objects in memory. The patch is available through Windows Update and the Microsoft Security Response Center advisory. Organizations should prioritize deployment of this update, especially for systems where Microsoft Edge (HTML-based) is actively used.

Workarounds

  • Migrate users to Microsoft Edge (Chromium-based) or alternative browsers not affected by this vulnerability
  • Implement network-level protections to block access to known malicious websites
  • Run Microsoft Edge in isolated or sandboxed environments where possible
  • Restrict JavaScript execution on untrusted sites using browser security policies
bash
# Verify Microsoft Edge version and patch status
# Check Windows Update history for KB related to August 2020 updates
wmic qfe list brief /format:table | findstr /i "KB4565349 KB4566782 KB4571756"

# Alternatively, verify via PowerShell
Get-HotFix | Where-Object {$_.HotFixID -match "KB4565349|KB4566782|KB4571756"}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMicrosoft Edge

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability14.47%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Vendor Resources
  • Microsoft Security Advisory CVE-2020-1555
  • Related CVEs
  • CVE-2025-25000: Microsoft Edge Chromium RCE Vulnerability

  • CVE-2025-21408: Microsoft Edge Chromium RCE Vulnerability

  • CVE-2024-43566: Microsoft Edge Chromium RCE Vulnerability

  • CVE-2026-32187: Microsoft Edge Defense in Depth Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English