A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-20673

CVE-2024-20673: Microsoft Excel RCE Vulnerability

CVE-2024-20673 is a remote code execution vulnerability in Microsoft Excel that allows attackers to execute arbitrary code on targeted systems. This article covers the technical details, affected versions, and mitigation.

Updated: May 15, 2026

CVE-2024-20673 Overview

CVE-2024-20673 is a remote code execution vulnerability affecting multiple Microsoft Office applications, including Word, Excel, PowerPoint, Publisher, Visio, and Skype for Business. The flaw requires user interaction and allows attackers to execute arbitrary code in the context of the current user when a malicious document is opened. Microsoft assigned the issue a CVSS 3.1 score of 7.8 and classified it under [CWE-693] Protection Mechanism Failure.

Critical Impact

Successful exploitation grants attackers full code execution within the victim's Office process, enabling credential theft, lateral movement, and ransomware deployment.

Affected Products

  • Microsoft Office 2016, 2019, and 2021 LTSC
  • Microsoft Word, Excel, PowerPoint, Publisher, and Visio 2016
  • Microsoft Skype for Business 2016

Discovery Timeline

  • 2024-02-13 - CVE-2024-20673 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-20673

Vulnerability Analysis

The vulnerability resides in the Office document parsing logic shared across the affected applications. A crafted document bypasses a built-in protection mechanism, which Microsoft tracks under [CWE-693]. When the user opens the file, the bypassed safeguard permits attacker-controlled logic to run within the Office process. Code executes with the privileges of the current user, which on most workstations includes access to local files, network shares, and authenticated cloud sessions.

The attack vector is classified as Local because the victim must open the malicious document, yet delivery typically occurs through email attachments, phishing links, or compromised file shares. The EPSS model places exploitation probability at 0.408 percent at the 61st percentile, indicating moderate likelihood relative to other CVEs.

Root Cause

Microsoft attributes the issue to a protection mechanism failure within the Office handling of embedded content. The safeguard that normally blocks untrusted content from executing fails to validate input under specific document conditions. Microsoft has not published the precise component or function affected in public advisories.

Attack Vector

An attacker crafts a malicious Office document and delivers it to the target through email, web download, or shared storage. When the user opens the file and any required preview or activation occurs, the embedded payload executes. Confidentiality, integrity, and availability impacts are all rated High because the resulting code runs without additional sandbox constraints.

No verified public proof-of-concept code is available. Refer to the Microsoft Security Update Guide for vendor-supplied technical context.

Detection Methods for CVE-2024-20673

Indicators of Compromise

  • Office processes (WINWORD.EXE, EXCEL.EXE, POWERPNT.EXE, MSPUB.EXE, VISIO.EXE) spawning unexpected child processes such as cmd.exe, powershell.exe, mshta.exe, or rundll32.exe.
  • Outbound network connections initiated directly by Office applications to previously unseen hosts shortly after document open events.
  • Unusual file writes by Office processes to %TEMP%, %APPDATA%, or startup locations.

Detection Strategies

  • Hunt for parent-child process anomalies where Office binaries launch script interpreters or LOLBins.
  • Inspect inbound email and file-share traffic for Office documents containing embedded objects, OLE links, or obfuscated macros.
  • Correlate Office crash telemetry with subsequent persistence or credential access activity on the same host.

Monitoring Recommendations

  • Enable Microsoft Defender Attack Surface Reduction rules that block Office child process creation and Win32 API calls from macros.
  • Forward Sysmon process creation, image load, and network events from endpoints running Microsoft Office to a centralized analytics platform.
  • Alert on Mark-of-the-Web bypass patterns, including Office files opened from archives or network shares without the protected view banner.

How to Mitigate CVE-2024-20673

Immediate Actions Required

  • Apply the February 2024 Microsoft security updates referenced in the Microsoft Security Update Guide to all affected Office installations.
  • Inventory endpoints running Office 2016, 2019, and 2021 LTSC, plus Skype for Business 2016, and prioritize patching for users handling external documents.
  • Restrict execution of untrusted Office documents through Protected View and block macros from internet-sourced files via Group Policy.

Patch Information

Microsoft released patches for all affected products on the February 2024 Patch Tuesday. Administrators using Click-to-Run can deploy fixes through the Office update channel, while MSI-based deployments require the monthly security update package. Validate patch installation by confirming updated build numbers reported in File > Account > About for each Office application.

Workarounds

  • Enforce Protected View for documents originating from the internet, email attachments, and unsafe locations.
  • Disable OLE object activation in Office documents through the Trust Center where business workflows allow.
  • Deliver targeted user training that reinforces caution around unsolicited Office attachments and disabled-by-default content prompts.
bash
# Configuration example: enforce Protected View via registry on Windows clients
reg add "HKCU\Software\Microsoft\Office\16.0\Word\Security\ProtectedView" /v DisableInternetFilesInPV /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Microsoft\Office\16.0\Word\Security\ProtectedView" /v DisableAttachmentsInPV /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Microsoft\Office\16.0\Word\Security\ProtectedView" /v DisableUnsafeLocationsInPV /t REG_DWORD /d 0 /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 Excel

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.41%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-693

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Update Guide
  • Related CVEs
  • CVE-2022-21840: Microsoft Excel RCE Vulnerability

  • CVE-2026-42832: Microsoft Excel Auth Bypass Vulnerability

  • CVE-2024-43106: Microsoft Excel Privilege Escalation

  • CVE-2022-22716: Microsoft Excel Information Disclosure
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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