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

CVE-2024-21378: Microsoft Outlook RCE Vulnerability

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

Updated: May 15, 2026

CVE-2024-21378 Overview

CVE-2024-21378 is a remote code execution vulnerability affecting Microsoft Outlook and related Microsoft Office products. The flaw allows an authenticated attacker to execute arbitrary code by abusing the synchronization of malicious Outlook form objects. Microsoft assigned this issue a CVSS 3.1 base score of 8.8 and the vulnerability is mapped to [CWE-94] Improper Control of Generation of Code. The vulnerability impacts Microsoft 365 Apps for Enterprise, Microsoft Office 2019, Microsoft Office LTSC 2021, and Microsoft Outlook 2016. Although no public proof-of-concept is listed and the issue is not present on the CISA Known Exploited Vulnerabilities catalog, the EPSS score of 27.314% places it in the 96th percentile for likelihood of exploitation.

Critical Impact

An authenticated attacker on the network can achieve remote code execution against Outlook clients, compromising confidentiality, integrity, and availability of the targeted host.

Affected Products

  • Microsoft 365 Apps for Enterprise
  • Microsoft Office 2019 and Office LTSC 2021
  • Microsoft Outlook 2016

Discovery Timeline

  • 2024-02-13 - CVE-2024-21378 published to NVD as part of Microsoft's February 2024 Patch Tuesday
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-21378

Vulnerability Analysis

The vulnerability resides in how Microsoft Outlook processes custom form objects synchronized through a connected Exchange or messaging server. An attacker who possesses valid credentials for an Exchange mailbox can craft a malicious Outlook form and synchronize it to the victim's client. When Outlook loads the attacker-controlled form, it instantiates code embedded in the form's script or referenced library, leading to code execution in the context of the Outlook process.

The issue is classified under [CWE-94] Improper Control of Generation of Code (Code Injection). Exploitation does not require user interaction beyond the normal operation of Outlook synchronizing with the mailbox, which makes it suitable for lateral movement once an attacker has obtained mailbox credentials.

Root Cause

The root cause is insufficient validation of form objects and their associated message classes during synchronization. Outlook trusts the form definition pushed from the server-side mailbox and loads referenced executable content without restricting it to safe components. This permits an attacker-controlled form to direct Outlook to load arbitrary code at runtime.

Attack Vector

The attack vector is network-based. An attacker authenticates to a target user's mailbox, deploys a malicious custom form to that mailbox, and triggers Outlook to process it. Successful exploitation grants code execution under the privileges of the Outlook user, providing a foothold for credential theft, persistence, or lateral movement across the Microsoft 365 environment.

No verified public exploit code is available. Technical details are described in the Microsoft Security Update for CVE-2024-21378.

Detection Methods for CVE-2024-21378

Indicators of Compromise

  • Unexpected creation or modification of custom Outlook forms (IPM.Note.* message classes) in user mailboxes.
  • outlook.exe spawning unusual child processes such as cmd.exe, powershell.exe, rundll32.exe, or regsvr32.exe.
  • Outbound network connections initiated by outlook.exe to non-Microsoft infrastructure shortly after mailbox synchronization.
  • Suspicious DLLs loaded from user-writable paths into the Outlook process.

Detection Strategies

  • Hunt for process trees where outlook.exe is the parent of script interpreters or LOLBins.
  • Inspect Exchange and Microsoft 365 audit logs for Add-MailboxFolderPermission, form publishing events, and unusual MAPI form modifications.
  • Apply behavioral identification rules that flag code execution originating from Office processes after mailbox synchronization.

Monitoring Recommendations

  • Centralize Outlook, Exchange, and endpoint telemetry in a SIEM or data lake for correlation across mailbox events and host activity.
  • Alert on the creation of .cfg form configuration files or new entries under HKCU\Software\Microsoft\Office\<version>\Outlook\Forms.
  • Monitor for repeated authentication failures or anomalous logons to Exchange mailboxes that may precede form publication.

How to Mitigate CVE-2024-21378

Immediate Actions Required

  • Apply the February 2024 Microsoft security updates to all affected Microsoft 365 Apps, Office 2019, Office LTSC 2021, and Outlook 2016 installations.
  • Audit Exchange mailboxes for unauthorized custom forms and remove any that are not explicitly required.
  • Reset credentials for accounts suspected of exposure and enforce multi-factor authentication on all mailbox accounts.

Patch Information

Microsoft released fixes addressing CVE-2024-21378 in its February 2024 Patch Tuesday cycle. Refer to the Microsoft Security Update Guide entry for CVE-2024-21378 for the specific KB articles and minimum patched build numbers per product channel.

Workarounds

  • Block the publication of custom Outlook forms by setting the DisableCustomForms policy where business processes allow.
  • Restrict mailbox access by enforcing strong authentication and conditional access policies that limit risky sign-ins.
  • Remove or disable legacy form libraries and review organizational forms libraries for unused or unsigned content.
bash
# Disable custom Outlook forms via Group Policy registry setting
reg add "HKCU\Software\Policies\Microsoft\Office\16.0\Outlook\Security" /v DisableCustomForms /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 365 Apps

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability27.31%

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

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Update CVE-2024-21378
  • Related CVEs
  • CVE-2020-16918: Microsoft 365 Apps RCE Vulnerability

  • CVE-2025-47176: Microsoft 365 Apps RCE Vulnerability

  • CVE-2025-62556: Microsoft 365 Apps RCE Vulnerability

  • CVE-2025-62564: Microsoft 365 Apps RCE Vulnerability
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