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-2023-35628

CVE-2023-35628: Windows MSHTML Platform RCE Vulnerability

CVE-2023-35628 is a remote code execution vulnerability in Windows MSHTML Platform affecting Windows 10 1507 that enables attackers to execute arbitrary code. This article covers technical details, affected systems, and mitigation.

Published: January 28, 2026

CVE-2023-35628 Overview

CVE-2023-35628 is a critical remote code execution vulnerability affecting the Windows MSHTML Platform, a core component used for rendering HTML content across Microsoft Windows operating systems. This Use After Free (CWE-416) vulnerability allows attackers to execute arbitrary code remotely on affected systems without requiring any user interaction or prior authentication.

The MSHTML platform (also known as Trident) is the legacy browser engine that powers Internet Explorer and is still used by numerous Windows applications for HTML rendering. Due to its deep integration into the Windows ecosystem, vulnerabilities in MSHTML can have widespread implications across enterprise and consumer environments.

Critical Impact

This vulnerability enables network-based remote code execution with no user interaction required, potentially allowing attackers to gain complete control of affected Windows systems.

Affected Products

  • Microsoft Windows 10 (versions 1507, 1607, 1809, 21H2, 22H2)
  • Microsoft Windows 11 (versions 21H2, 22H2, 23H2)
  • Microsoft Windows Server 2008 R2 SP1, 2012, 2012 R2, 2016, 2019, 2022, and 2022 23H2

Discovery Timeline

  • December 12, 2023 - CVE-2023-35628 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-35628

Vulnerability Analysis

This vulnerability stems from a Use After Free condition within the Windows MSHTML Platform. Use After Free vulnerabilities occur when a program continues to reference memory after it has been freed, leading to memory corruption that attackers can exploit to achieve code execution. In this case, the MSHTML rendering engine improperly handles memory during HTML content processing, creating an exploitable condition.

The attack can be initiated remotely over the network, though it requires specific conditions to be met for successful exploitation. No user credentials or authentication are needed, and notably, no user interaction is required—making this a particularly dangerous zero-click attack vector. The vulnerability affects confidentiality, integrity, and availability, meaning a successful exploit could allow attackers to read sensitive data, modify system content, and disrupt normal operations.

With an EPSS (Exploit Prediction Scoring System) score of 17.104% placing it in the 94.8th percentile, this vulnerability is predicted to have a significantly higher likelihood of exploitation compared to most other CVEs, indicating elevated real-world risk.

Root Cause

The root cause of CVE-2023-35628 is a Use After Free (CWE-416) memory corruption issue in the MSHTML component. During HTML parsing and rendering operations, the platform deallocates memory objects prematurely while retaining references to them. Subsequent operations then attempt to access or manipulate this freed memory, leading to undefined behavior that attackers can leverage to hijack program execution flow.

The MSHTML platform's complex memory management during DOM manipulation and rendering creates conditions where object lifetimes are not properly tracked, allowing dangling pointers to persist and be dereferenced.

Attack Vector

The vulnerability is exploitable over the network without requiring authentication or user interaction. An attacker could craft a malicious HTML document or web content that triggers the Use After Free condition when processed by the MSHTML engine. Potential attack scenarios include:

  • Delivering malicious content via email that triggers MSHTML rendering in the Outlook preview pane
  • Hosting exploit code on a website that victims navigate to
  • Embedding malicious HTML content in documents or applications that use MSHTML for rendering

The complexity of successfully exploiting this vulnerability is considered high, as it requires precise memory layout manipulation and timing. However, the zero-click nature and lack of authentication requirements make it an attractive target for sophisticated threat actors.

Technical details regarding specific exploitation techniques can be found in the Microsoft Security Update Guide for CVE-2023-35628.

Detection Methods for CVE-2023-35628

Indicators of Compromise

  • Unexpected crashes or abnormal behavior in applications using MSHTML (mshtml.dll)
  • Suspicious network connections originating from processes utilizing the MSHTML platform
  • Anomalous memory access patterns or heap corruption events in Windows Event logs
  • Unexpected child process spawning from Outlook, Internet Explorer, or other MSHTML-dependent applications

Detection Strategies

  • Monitor for exploitation attempts by deploying behavioral detection rules targeting abnormal MSHTML process activity
  • Implement memory protection monitoring to detect heap spray techniques and Use After Free exploitation patterns
  • Deploy endpoint detection and response (EDR) solutions capable of identifying memory corruption attacks
  • Enable Windows Defender Exploit Guard and configure Attack Surface Reduction rules for Office applications

Monitoring Recommendations

  • Configure SIEM alerts for unusual process chains involving mshtml.dll or iexplore.exe
  • Monitor for suspicious email attachments or links that may deliver MSHTML exploit payloads
  • Track patch compliance across all Windows systems to identify vulnerable endpoints
  • Implement network traffic analysis to detect potential exploit delivery mechanisms

How to Mitigate CVE-2023-35628

Immediate Actions Required

  • Apply the December 2023 security updates from Microsoft immediately across all affected systems
  • Prioritize patching internet-facing systems and email servers due to the network-based attack vector
  • Restrict MSHTML access where possible through Group Policy or application controls
  • Enable Windows Defender and ensure definitions are current

Patch Information

Microsoft has released security patches addressing this vulnerability as part of the December 2023 Patch Tuesday updates. Detailed patch information and download links are available in the Microsoft Security Update Guide for CVE-2023-35628.

Organizations should verify patch deployment across all supported Windows versions listed in the affected products section. For Windows Server 2008 R2 SP1 and Windows Server 2012/2012 R2, organizations may need Extended Security Update (ESU) subscriptions to receive patches.

Workarounds

  • Disable the MSHTML component through registry modifications where application compatibility allows
  • Block potentially malicious HTML content at the email gateway to prevent exploitation via email vectors
  • Implement network segmentation to limit exposure of unpatched systems
  • Configure Microsoft Office applications to disable the Outlook preview pane until patches are applied
bash
# Disable MSHTML ActiveX controls via registry (administrator privileges required)
reg add "HKLM\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{25336920-03F9-11CF-8FD0-00AA00686F13}" /v "Compatibility Flags" /t REG_DWORD /d 0x00000400 /f

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability17.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Update CVE-2023-35628
  • Related CVEs
  • CVE-2026-31995: Openclaw Command Injection Vulnerability

  • CVE-2026-25190: Windows GDI RCE Vulnerability

  • CVE-2026-25166: Windows System Image Manager RCE Flaw

  • CVE-2026-25173: Windows RRAS RCE 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