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

CVE-2024-30101: Microsoft 365 Apps RCE Vulnerability

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

Updated: May 15, 2026

CVE-2024-30101 Overview

CVE-2024-30101 is a remote code execution vulnerability in Microsoft Office caused by a use-after-free condition [CWE-416]. The flaw affects Microsoft 365 Apps and supported Office releases including Office 2016, 2019, and 2021 LTSC across x86 and x64 architectures. Exploitation requires the target user to open a crafted Office document or preview it in the Outlook Preview Pane. Successful exploitation lets attackers execute arbitrary code in the context of the current user.

Critical Impact

Attackers who convince a user to open a malicious Office file can run code with the user's privileges, enabling credential theft, persistence, and lateral movement.

Affected Products

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

Discovery Timeline

  • 2024-06-11 - CVE-2024-30101 published to the National Vulnerability Database (NVD)
  • 2024-06-11 - Microsoft released security update guidance via the Microsoft Security Update Guide
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-30101

Vulnerability Analysis

The vulnerability is a use-after-free condition [CWE-416] in Microsoft Office's document processing logic. Office frees an object during document parsing but retains a dangling reference that is later dereferenced. An attacker who controls allocation patterns through crafted document content can reclaim the freed memory with attacker-controlled data. Dereferencing the stale pointer can transfer execution flow to attacker-supplied code.

Exploitation is constrained by user interaction and attack complexity. The user must open or preview the crafted document, and the attacker must win a memory reuse race to achieve reliable code execution. When chained with reliable heap grooming, the flaw permits arbitrary code execution in the Office process context.

The Exploit Prediction Scoring System (EPSS) places this CVE in the upper range of likely-exploited issues, reflecting common attacker interest in Office file-format flaws.

Root Cause

The defect originates in object lifetime management inside Office's document parser. A code path releases a heap object while another reference remains live. Subsequent operations dereference the freed pointer, breaking memory-safety invariants and enabling control of program flow.

Attack Vector

Delivery is network-based but requires user interaction. Attackers typically distribute weaponized Office documents through phishing email, malicious links, or compromised file shares. Preview pane rendering in Outlook can trigger the vulnerable code path without an explicit document open action in some configurations.

No verified public proof-of-concept exists at the time of writing. Refer to the Microsoft Security Update Guide for vendor technical context.

Detection Methods for CVE-2024-30101

Indicators of Compromise

  • Office processes (WINWORD.EXE, EXCEL.EXE, POWERPNT.EXE, OUTLOOK.EXE) spawning unexpected child processes such as cmd.exe, powershell.exe, mshta.exe, or rundll32.exe.
  • Office binaries writing executable files to %TEMP%, %APPDATA%, or %PUBLIC% directories.
  • Outbound network connections initiated directly from Office processes to uncategorized or newly registered domains.
  • Crash dumps or Windows Error Reporting events referencing Office modules with access violations on freed heap memory.

Detection Strategies

  • Hunt for parent-child process anomalies where Office applications launch script interpreters or living-off-the-land binaries.
  • Inspect inbound email attachments for Office documents containing embedded objects, unusual OLE streams, or RTF objects associated with use-after-free triggers.
  • Correlate document open events with subsequent suspicious process creation, file writes, and network egress within short time windows.

Monitoring Recommendations

  • Enable Microsoft Defender Attack Surface Reduction (ASR) rules that block Office from creating child processes and from injecting code into other processes.
  • Forward Sysmon process creation, image load, and network connection events to a SIEM for retroactive hunting.
  • Monitor Outlook Preview Pane interactions in high-risk roles and alert on Office crashes that may indicate exploitation attempts.

How to Mitigate CVE-2024-30101

Immediate Actions Required

  • Apply the June 2024 Microsoft security updates for all affected Office and Microsoft 365 Apps installations referenced in the Microsoft Security Update Guide.
  • Verify update deployment status across managed endpoints and prioritize systems exposed to external email.
  • Block or sandbox inbound Office attachments from untrusted senders at the email gateway pending patch deployment.

Patch Information

Microsoft published security updates for Microsoft 365 Apps for Enterprise, Office 2016, Office 2019, and Office LTSC 2021 on June 11, 2024. Patch availability and Knowledge Base article numbers per product are listed in the Microsoft Security Update Guide.

Workarounds

  • Disable the Outlook Preview Pane to reduce passive exploitation exposure.
  • Enforce Protected View and Office macro restrictions through Group Policy or Intune for documents sourced from email and the internet.
  • Configure ASR rules to block Office applications from creating child processes and from creating executable content.
bash
# Configuration example: enable ASR rule blocking Office child processes
Set-MpPreference -AttackSurfaceReductionRules_Ids D4F940AB-401B-4EFC-AADC-AD5F3C50688A `
                 -AttackSurfaceReductionRules_Actions Enabled

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.5

  • EPSS Probability1.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Vendor Resources
  • Microsoft Security Update Guide
  • 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