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-1380

CVE-2020-1380: Microsoft Internet Explorer RCE Vulnerability

CVE-2020-1380 is a remote code execution vulnerability in Microsoft Internet Explorer's scripting engine that corrupts memory to enable arbitrary code execution. This article covers technical details, attack vectors, and mitigation.

Published: March 11, 2026

CVE-2020-1380 Overview

CVE-2020-1380 is a critical remote code execution vulnerability affecting Microsoft Internet Explorer's scripting engine (jscript9.dll). The vulnerability exists in the way that the scripting engine handles objects in memory, allowing attackers to corrupt memory and execute arbitrary code in the context of the current user. This vulnerability has been confirmed as actively exploited in the wild and is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog.

Critical Impact

Successful exploitation allows attackers to execute arbitrary code with the same privileges as the current user. If the user has administrative rights, an attacker could take complete control of the affected system, install programs, view/change/delete data, or create new accounts with full user rights.

Affected Products

  • Microsoft Internet Explorer 11
  • Microsoft Windows 10 (versions 1507, 1607, 1709, 1803, 1809, 1903, 1909, 2004)
  • Microsoft Windows 7 SP1
  • Microsoft Windows 8.1
  • Microsoft Windows RT 8.1
  • Microsoft Windows Server 2008 R2 SP1
  • Microsoft Windows Server 2012 / 2012 R2
  • Microsoft Windows Server 2016
  • Microsoft Windows Server 2019

Discovery Timeline

  • 2020-08-17 - CVE-2020-1380 published to NVD
  • 2026-02-23 - Last updated in NVD database

Technical Details for CVE-2020-1380

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-Bounds Write), a memory corruption flaw in Internet Explorer's JavaScript engine (jscript9.dll). The scripting engine fails to properly handle objects in memory during JavaScript execution, leading to memory corruption that can be exploited for arbitrary code execution.

The attack surface is particularly concerning because Internet Explorer's rendering engine can be invoked through multiple vectors beyond the browser itself. ActiveX controls marked as "safe for initialization" can be embedded in Microsoft Office documents or other applications that host the IE rendering engine, significantly expanding the potential attack paths.

Root Cause

The root cause lies in improper memory handling within the JScript9 scripting engine. When processing certain JavaScript objects, the engine fails to properly validate or manage memory operations, resulting in an out-of-bounds write condition. This memory corruption can be leveraged by attackers to overwrite critical memory structures and gain control of program execution flow.

Attack Vector

Exploitation requires user interaction, typically convincing a victim to visit a malicious website or open a specially crafted document. Attack scenarios include:

Web-Based Attack: An attacker hosts a specially crafted website designed to exploit the vulnerability through Internet Explorer and convinces the user to visit the site through phishing or social engineering techniques.

Document-Based Attack: An attacker embeds a malicious ActiveX control in a Microsoft Office document that invokes the IE rendering engine when opened.

Compromised Website Attack: Attackers inject malicious content into compromised websites or websites that accept user-provided content or advertisements.

The network-based attack vector with low complexity and no privilege requirements makes this vulnerability particularly dangerous, especially given its confirmed exploitation in targeted attacks.

Detection Methods for CVE-2020-1380

Indicators of Compromise

  • Suspicious JavaScript execution patterns in Internet Explorer or IE-based rendering contexts
  • Anomalous memory access patterns or crashes in jscript9.dll
  • Unexpected process spawning from iexplore.exe or Office applications hosting IE rendering engine
  • Network connections to known malicious domains following document or webpage access

Detection Strategies

  • Monitor for exploitation attempts using endpoint detection and response (EDR) solutions that track JavaScript engine behavior
  • Implement network-based intrusion detection rules for known exploitation patterns targeting CVE-2020-1380
  • Deploy behavioral analysis to detect memory corruption attacks in browser processes
  • Review Windows Event Logs for application crashes related to Internet Explorer or jscript9.dll

Monitoring Recommendations

  • Enable detailed logging for Internet Explorer and related processes
  • Configure security information and event management (SIEM) systems to alert on Internet Explorer exploitation indicators
  • Monitor for unusual child process creation from browser or Office application processes
  • Track network traffic for connections to domains associated with exploitation campaigns

How to Mitigate CVE-2020-1380

Immediate Actions Required

  • Apply the Microsoft security update for CVE-2020-1380 immediately as this vulnerability is actively exploited
  • Restrict Internet Explorer usage and migrate to modern browsers where possible
  • Disable JScript execution through Group Policy if not required for business operations
  • Implement application whitelisting to prevent execution of malicious payloads
  • Ensure users operate with least-privilege accounts to limit exploitation impact

Patch Information

Microsoft has released security updates to address this vulnerability. The patch modifies how the scripting engine handles objects in memory, correcting the out-of-bounds write condition. Organizations should apply the security update available through the Microsoft Security Advisory and Windows Update.

For systems that cannot be immediately patched, administrators should consider restricting access to jscript9.dll or implementing additional compensating controls.

Workarounds

  • Restrict ActiveX controls in Office documents by configuring Protected View settings
  • Disable the JScript scripting engine in Internet Explorer through registry modifications or Group Policy
  • Block external content in Office applications to prevent exploitation via embedded ActiveX controls
  • Implement network segmentation to limit the impact of potential compromises
bash
# Restrict JScript execution via Registry (run as Administrator)
# WARNING: This may affect legitimate functionality - test before deployment
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_LEGACY_JSCRIPT_PER_SECURITY_ZONE" /v "iexplore.exe" /t REG_DWORD /d 1 /f

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMicrosoft Internet Explorer

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability91.73%

  • 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
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-787
  • Technical References
  • Packet Storm Advisory

  • CISA Known Exploited Vulnerability
  • Vendor Resources
  • Microsoft Security Advisory
  • Related CVEs
  • CVE-2020-0878: Microsoft Internet Explorer RCE Vulnerability

  • CVE-2020-0674: Internet Explorer RCE Vulnerability

  • CVE-2020-0968: Internet Explorer RCE Vulnerability

  • CVE-2020-0640: Internet Explorer RCE Vulnerability
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