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

CVE-2024-21379: Microsoft Word RCE Vulnerability

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

Updated: January 22, 2026

CVE-2024-21379 Overview

CVE-2024-21379 is a remote code execution vulnerability affecting Microsoft Word and related Office products. This vulnerability allows an attacker to execute arbitrary code on a victim's system when a specially crafted document is opened. The attack requires user interaction, where the victim must open a malicious file, but once triggered, it can lead to complete system compromise with the same privileges as the user.

Critical Impact

Successful exploitation of this vulnerability enables attackers to execute arbitrary code with the privileges of the current user, potentially leading to full system compromise, data theft, and lateral movement within corporate networks.

Affected Products

  • Microsoft 365 Apps for Enterprise
  • Microsoft Office 2019
  • Microsoft Office Long Term Servicing Channel 2021
  • Microsoft Word 2016

Discovery Timeline

  • February 13, 2024 - CVE-2024-21379 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2024-21379

Vulnerability Analysis

This remote code execution vulnerability in Microsoft Word stems from an integer overflow weakness (CWE-190). Integer overflow vulnerabilities occur when arithmetic operations produce values that exceed the maximum size of the data type used to store them, causing the value to wrap around or truncate unexpectedly. In the context of Microsoft Word's document processing, this can lead to improper memory allocation or buffer sizing, ultimately enabling code execution.

The local attack vector means the malicious payload must be delivered to and executed on the target system, typically through a crafted Word document sent via email, shared through file sharing services, or hosted on compromised websites. The vulnerability does not require elevated privileges to exploit, but it does require user interaction—specifically, the victim must open the malicious document.

Root Cause

The root cause of CVE-2024-21379 is an integer overflow condition (CWE-190) in Microsoft Word's document parsing routines. When processing certain document elements, Word performs arithmetic calculations that can overflow, leading to incorrect memory allocations. This creates a condition where subsequent operations write data beyond the boundaries of allocated buffers, corrupting memory structures and enabling arbitrary code execution.

Attack Vector

The attack vector for CVE-2024-21379 is local, requiring the attacker to deliver a specially crafted Word document to the victim. Common delivery methods include:

  1. Phishing emails containing malicious Word document attachments
  2. Compromised file shares or cloud storage services hosting weaponized documents
  3. Malicious websites serving documents through drive-by download attacks
  4. USB drives or other removable media containing the exploit document

When the victim opens the malicious document, the integer overflow is triggered during document parsing, leading to memory corruption and ultimately arbitrary code execution with the user's privileges.

The vulnerability mechanism involves document parsing operations that perform arithmetic calculations on document structure sizes. When these calculations overflow, memory allocation functions receive incorrect size values, creating exploitable buffer conditions. Attackers can craft document structures that precisely control this overflow to achieve reliable code execution. For detailed technical information, refer to the Microsoft Security Update CVE-2024-21379.

Detection Methods for CVE-2024-21379

Indicators of Compromise

  • Unusual Microsoft Word process behavior, including unexpected child processes spawned by WINWORD.EXE
  • Word documents with anomalous internal structures or embedded objects from untrusted sources
  • Memory access violations or crashes in Word following document opens
  • Network connections initiated by Word processes to unknown external hosts

Detection Strategies

  • Monitor for suspicious process creation events where WINWORD.EXE spawns unexpected child processes such as cmd.exe, powershell.exe, or mshta.exe
  • Implement behavioral detection rules for Office applications attempting to execute scripts or connect to suspicious network endpoints
  • Deploy endpoint detection and response (EDR) solutions capable of identifying memory corruption exploitation patterns
  • Use email security gateways to scan and sandbox Word document attachments before delivery to users

Monitoring Recommendations

  • Enable enhanced logging for Microsoft Office applications including process creation and DLL loading events
  • Monitor for abnormal memory allocation patterns in Word processes through endpoint telemetry
  • Track file system activity for newly created or modified documents in temporary directories following Word execution
  • Implement user behavior analytics to identify users opening documents from unusual or suspicious sources

How to Mitigate CVE-2024-21379

Immediate Actions Required

  • Apply the latest Microsoft security updates to all affected Office products immediately
  • Enable Protected View for documents originating from the internet, email attachments, and other potentially unsafe locations
  • Educate users about the risks of opening Word documents from untrusted sources
  • Consider implementing application control policies to restrict Office macro execution

Patch Information

Microsoft has released security updates to address CVE-2024-21379 as part of their February 2024 security release. Organizations should apply the appropriate patches for their installed Office versions:

  • Microsoft 365 Apps for Enterprise: Update through Microsoft Update or Microsoft Endpoint Configuration Manager
  • Microsoft Office 2019: Apply the security update from Microsoft Update
  • Microsoft Office LTSC 2021: Apply the security update from Microsoft Update
  • Microsoft Word 2016: Apply the security update from Microsoft Update

For complete patch details and download links, refer to the Microsoft Security Update Guide for CVE-2024-21379.

Workarounds

  • Enable Protected View for all external documents to prevent automatic code execution when opening untrusted files
  • Configure Microsoft Office to block documents containing macros or active content from untrusted sources
  • Use Microsoft Defender Attack Surface Reduction (ASR) rules to block Office applications from creating child processes
  • Implement strict email filtering policies to quarantine suspicious Word document attachments for analysis
bash
# Configure Office Protected View via Group Policy
# Enable Protected View for files originating from the Internet
reg add "HKCU\Software\Microsoft\Office\16.0\Word\Security\ProtectedView" /v DisableInternetFilesInPV /t REG_DWORD /d 0 /f

# Enable Protected View for attachments from Outlook
reg add "HKCU\Software\Microsoft\Office\16.0\Word\Security\ProtectedView" /v DisableAttachmentsInPV /t REG_DWORD /d 0 /f

# Enable Protected View for files in unsafe locations
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 Office

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.46%

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

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Update CVE-2024-21379
  • Related CVEs
  • CVE-2025-49702: Microsoft 365 Apps RCE Vulnerability

  • CVE-2026-40367: Microsoft Office Word RCE Vulnerability

  • CVE-2026-40364: Microsoft Word RCE Vulnerability

  • CVE-2026-33114: Microsoft Office Word 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