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
    • 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-2021-43875

CVE-2021-43875: Microsoft 365 Apps RCE Vulnerability

CVE-2021-43875 is a remote code execution vulnerability in Microsoft Office Graphics that enables attackers to execute arbitrary code. This article covers technical details, affected versions, impact, and mitigation.

Published: February 25, 2026

CVE-2021-43875 Overview

CVE-2021-43875 is a Remote Code Execution vulnerability affecting Microsoft Office Graphics components. This vulnerability exists in the graphics rendering functionality of Microsoft Office products, allowing attackers to execute arbitrary code on a target system when a user opens a specially crafted document or file.

Critical Impact

Successful exploitation of this vulnerability allows an attacker to execute arbitrary code with the privileges of the current user. If the user has administrative rights, the attacker could gain full control of the affected system, install programs, modify data, or create new accounts.

Affected Products

  • Microsoft 365 Apps for Enterprise (x64 and x86)
  • Microsoft Office 2019 (Windows x64, x86, and macOS)
  • Microsoft Office 2021 LTSC (Windows x64, x86, and macOS)

Discovery Timeline

  • December 15, 2021 - CVE-2021-43875 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2021-43875

Vulnerability Analysis

This Remote Code Execution vulnerability resides in the graphics processing component of Microsoft Office applications. The vulnerability requires local access and user interaction—specifically, an attacker must convince a user to open a malicious file. Once opened, the crafted file can trigger the vulnerability during graphics rendering, potentially leading to complete system compromise.

The attack scenario typically involves social engineering, where an attacker sends a specially crafted Office document via email or hosts it on a malicious website. When the victim opens the document, the malicious graphics content is processed by the vulnerable component, leading to code execution in the context of the current user.

Root Cause

The vulnerability stems from improper handling of graphics data within Microsoft Office applications. While specific technical details have not been publicly disclosed by Microsoft (classified as NVD-CWE-noinfo), the issue involves unsafe processing of graphical elements that can be exploited through carefully constructed input to achieve arbitrary code execution.

Attack Vector

The attack requires local access with user interaction. An attacker cannot remotely exploit this vulnerability without first convincing a user to open a malicious file. The attack flow typically follows this pattern:

  1. Attacker creates a specially crafted Office document containing malicious graphics content
  2. Document is delivered to the victim via email attachment, file sharing, or compromised website
  3. Victim opens the document in a vulnerable version of Microsoft Office
  4. The graphics rendering component processes the malicious content
  5. Code execution occurs with the privileges of the logged-in user

No verified proof-of-concept code is publicly available for this vulnerability. The exploitation mechanism involves crafted graphics data that triggers unsafe processing within Microsoft Office's rendering pipeline. For technical implementation details, refer to the Microsoft Security Advisory.

Detection Methods for CVE-2021-43875

Indicators of Compromise

  • Unusual Office application crashes or unexpected behavior when opening documents
  • Suspicious child processes spawned by Microsoft Office applications (WINWORD.EXE, EXCEL.EXE, POWERPNT.EXE)
  • Unexpected network connections originating from Office processes
  • Presence of newly created files or registry modifications following document opening

Detection Strategies

  • Monitor Office applications for suspicious child process creation, particularly command shells or scripting engines
  • Implement file-based detection rules for malformed Office documents with unusual graphics content
  • Deploy endpoint detection solutions capable of identifying memory corruption exploitation attempts
  • Enable Windows Defender Exploit Guard or similar endpoint protection with attack surface reduction rules

Monitoring Recommendations

  • Enable and review Microsoft Office audit logs for document opening events
  • Monitor process execution chains starting from Office applications
  • Implement network traffic analysis for anomalous outbound connections from Office processes
  • Configure SIEM alerts for Office application crashes followed by suspicious activity

How to Mitigate CVE-2021-43875

Immediate Actions Required

  • Apply the latest security updates from Microsoft to all affected Office installations
  • Enable Protected View for documents from the Internet and email attachments
  • Implement application whitelisting to prevent unauthorized code execution
  • Restrict macro execution in Office applications through Group Policy

Patch Information

Microsoft has released security updates to address this vulnerability. Administrators should apply patches through the standard Microsoft Update channels or Windows Server Update Services (WSUS). Detailed patch information and download links are available in the Microsoft Security Advisory for CVE-2021-43875.

For enterprise environments, use Configuration Manager or Intune to deploy updates to Microsoft 365 Apps and Microsoft Office installations. Ensure all supported versions (Office 2019, Office 2021 LTSC, and Microsoft 365 Apps) are updated.

Workarounds

  • Enable Protected View for all external documents to prevent automatic code execution
  • Configure Office applications to open Internet-sourced files in read-only mode
  • Disable the Preview Pane in Windows Explorer to prevent automatic file parsing
  • Train users to avoid opening unexpected or suspicious Office documents from untrusted sources
  • Consider implementing Microsoft Defender Application Guard for Office in enterprise environments
bash
# Enable Protected View settings via Registry
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\Excel\Security\ProtectedView" /v DisableInternetFilesInPV /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Microsoft\Office\16.0\PowerPoint\Security\ProtectedView" /v DisableInternetFilesInPV /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

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.69%

  • 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
  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Advisory CVE-2021-43875
  • Related CVEs
  • CVE-2026-32191: Microsoft Bing Images RCE Vulnerability

  • CVE-2026-21536: Microsoft Devices Pricing RCE Vulnerability

  • CVE-2026-27848: MR9600/MX4200 RCE Vulnerability

  • CVE-2021-24105: Package Manager Configurations RCE Flaw
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