Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-17058

CVE-2020-17058: Microsoft Edge Buffer Overflow Flaw

CVE-2020-17058 is a buffer overflow vulnerability in Microsoft Edge that causes memory corruption and enables attackers to compromise systems. This article covers technical details, affected versions, and mitigation.

Published: March 4, 2026

CVE-2020-17058 Overview

CVE-2020-17058 is a memory corruption vulnerability affecting Microsoft browsers, including Microsoft Edge and Internet Explorer 11. This vulnerability is classified as an Out-of-Bounds Write (CWE-787) flaw that could allow attackers to execute arbitrary code on affected systems. The vulnerability requires user interaction, typically through convincing a user to visit a specially crafted webpage or open a malicious document.

Critical Impact

Successful exploitation could enable an attacker to execute arbitrary code in the context of the current user, potentially leading to complete system compromise if the user has administrative privileges.

Affected Products

  • Microsoft Edge (Legacy)
  • Microsoft Internet Explorer 11
  • Microsoft Windows 10 (multiple versions: 1607, 1803, 1809, 1903, 1909, 2004, 20H2)
  • Microsoft Windows Server 2016
  • Microsoft Windows Server 2019

Discovery Timeline

  • 2020-11-11 - CVE-2020-17058 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-17058

Vulnerability Analysis

This memory corruption vulnerability exists in Microsoft's browser rendering engines. The flaw is categorized as CWE-787 (Out-of-Bounds Write), indicating that the affected browser components write data past the end or before the beginning of an intended buffer. When successfully exploited, this out-of-bounds write condition can corrupt adjacent memory, potentially allowing an attacker to overwrite critical data structures or inject malicious code into executable memory regions.

The vulnerability requires network-based delivery of malicious content and depends on user interaction. An attacker would need to convince a victim to visit a malicious website or open a crafted document that triggers the vulnerable code path in the browser's memory management routines.

Root Cause

The root cause of CVE-2020-17058 lies in improper bounds checking within the browser's memory handling operations. When processing certain types of web content, the browser fails to properly validate the size or boundaries of data being written to memory buffers. This allows specially crafted input to trigger writes beyond the allocated memory region, resulting in memory corruption that can be leveraged for code execution.

Attack Vector

The attack vector for this vulnerability is network-based, requiring an attacker to deliver malicious content to the victim's browser. Typical exploitation scenarios include:

  1. Malicious Website: An attacker hosts a webpage containing exploit code that triggers the vulnerability when rendered by the victim's browser
  2. Malvertising Campaigns: Embedding exploit code within advertising networks to reach victims through legitimate websites
  3. Spear Phishing: Sending targeted emails with links to exploit pages or malicious attachments that open in the browser
  4. Compromised Websites: Injecting exploit code into legitimate but compromised websites (watering hole attacks)

The vulnerability mechanism involves crafting specific HTML, JavaScript, or other web content that causes the browser to perform an out-of-bounds memory write during rendering or script execution. This memory corruption can then be chained with additional techniques to achieve reliable code execution within the context of the browser process.

Detection Methods for CVE-2020-17058

Indicators of Compromise

  • Unexpected browser crashes or abnormal termination of iexplore.exe or MicrosoftEdge.exe processes
  • Suspicious child processes spawned from browser processes, particularly command shells or PowerShell instances
  • Network connections to unknown or malicious domains immediately following browser activity
  • Memory access violations or exception logs in Windows Event logs related to browser processes

Detection Strategies

  • Deploy endpoint detection rules monitoring for anomalous behavior from browser processes, including unusual memory allocation patterns
  • Implement network-level inspection for known exploit kit signatures and malicious JavaScript patterns
  • Configure browser crash monitoring and analysis to identify potential exploitation attempts
  • Utilize SentinelOne's behavioral AI to detect post-exploitation activities such as process injection or suspicious child process creation

Monitoring Recommendations

  • Enable enhanced logging for Internet Explorer and Edge browsers through Windows Event Logging
  • Monitor for browser processes attempting to access sensitive system locations or spawn unexpected executables
  • Implement real-time alerting for browser-related Application Crash events in Windows Event logs
  • Track network traffic from browser processes for connections to newly registered or low-reputation domains

How to Mitigate CVE-2020-17058

Immediate Actions Required

  • Apply the November 2020 Microsoft security updates immediately to all affected systems
  • Consider migrating from Internet Explorer 11 and Legacy Edge to Microsoft Edge Chromium for improved security
  • Implement network segmentation to limit the potential impact of successful exploitation
  • Enable browser isolation features where available to contain potential exploits

Patch Information

Microsoft has released security updates to address this vulnerability as part of the November 2020 Patch Tuesday release cycle. Detailed patch information and download links are available in the Microsoft Security Advisory CVE-2020-17058.

Organizations should prioritize deployment of these patches, particularly on systems where users regularly browse the internet or access untrusted content. Server systems running Windows Server 2016 or 2019 with Internet Explorer enabled should also be patched, especially if they serve as Remote Desktop Session Hosts or Citrix servers.

Workarounds

  • Restrict users from accessing untrusted websites using web filtering or proxy solutions until patches can be applied
  • Disable active scripting in Internet Explorer through Internet Options security settings as a temporary measure
  • Configure Enhanced Protected Mode in Internet Explorer to provide additional exploit mitigations
  • Deploy SentinelOne Singularity Platform to detect and block exploitation attempts through behavioral analysis
bash
# Disable Active Scripting in Internet Explorer via Registry (temporary mitigation)
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3" /v "1400" /t REG_DWORD /d 3 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4" /v "1400" /t REG_DWORD /d 3 /f

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechMicrosoft Edge

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability4.15%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Vendor Resources
  • Microsoft Security Advisory CVE-2020-17058
  • Related CVEs
  • CVE-2020-17048: Microsoft Edge Buffer Overflow Vulnerability

  • CVE-2026-33118: Microsoft Edge Chromium Spoofing Vulnerability

  • CVE-2026-33119: Microsoft Edge Auth Bypass 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