Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2023-28285

CVE-2023-28285: Microsoft 365 Apps RCE Vulnerability

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

Published: February 4, 2026

CVE-2023-28285 Overview

CVE-2023-28285 is a Remote Code Execution vulnerability affecting Microsoft Office products, including Microsoft 365 Apps and Office Long Term Servicing Channel editions. This vulnerability allows an attacker to execute arbitrary code on the target system when a user opens a specially crafted file. The attack requires user interaction, making it a prime candidate for social engineering attacks through malicious documents delivered via email or other means.

Critical Impact

Successful exploitation of this vulnerability allows attackers to execute arbitrary code with the privileges of the current user, potentially leading to complete system compromise, data exfiltration, or lateral movement within enterprise networks.

Affected Products

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

Discovery Timeline

  • April 11, 2023 - CVE-2023-28285 published to NVD
  • January 1, 2025 - Last updated in NVD database

Technical Details for CVE-2023-28285

Vulnerability Analysis

CVE-2023-28285 is classified under CWE-416 (Use After Free), a memory corruption vulnerability that occurs when a program continues to use a pointer after it has been freed. In the context of Microsoft Office, this vulnerability is triggered when processing specially crafted documents. The exploitation requires local access, meaning an attacker must convince a user to open a malicious document file.

The vulnerability exists in the document parsing functionality of Microsoft Office applications. When a user opens a maliciously crafted document, the application improperly handles certain objects in memory. This leads to a use-after-free condition where the application references memory that has already been deallocated, allowing an attacker to potentially control the execution flow and execute arbitrary code.

Root Cause

The root cause of this vulnerability is a Use After Free (CWE-416) memory management error in Microsoft Office's document processing code. The application fails to properly track and validate object lifetimes during document parsing operations. When processing certain document elements, the code frees a memory object but retains a dangling pointer that can be subsequently dereferenced. An attacker can craft a document that manipulates the heap layout to control the freed memory region, enabling arbitrary code execution when the dangling pointer is accessed.

Attack Vector

The attack vector for CVE-2023-28285 is local, requiring user interaction to execute. The typical attack scenario involves:

  1. An attacker crafts a malicious Office document (such as .docx, .xlsx, or .pptx) that triggers the use-after-free condition
  2. The document is delivered to the victim through phishing emails, malicious websites, or file-sharing services
  3. When the victim opens the document with a vulnerable version of Microsoft Office, the exploit triggers
  4. The attacker gains code execution in the context of the user's session

The vulnerability is particularly concerning in enterprise environments where document sharing is common. Attackers may leverage this vulnerability as an initial access vector, combining it with social engineering tactics to trick users into opening malicious attachments.

Technical details and proof-of-concept information have been documented in security research. For further technical analysis, see the Packet Storm Security advisory and the Microsoft 365 MSO specific disclosure.

Detection Methods for CVE-2023-28285

Indicators of Compromise

  • Suspicious Microsoft Office document files with unusual embedded objects or macros received via email or downloaded from untrusted sources
  • Unexpected child processes spawned by Office applications (WINWORD.EXE, EXCEL.EXE, POWERPNT.EXE)
  • Memory allocation anomalies or crash dumps from Office processes indicating heap corruption
  • Network connections initiated by Office processes to external or suspicious IP addresses

Detection Strategies

  • Monitor for Office applications spawning unusual child processes such as cmd.exe, powershell.exe, or mshta.exe
  • Implement endpoint detection rules that alert on Office process behaviors consistent with exploitation (e.g., process injection, credential access attempts)
  • Deploy YARA rules to scan incoming documents for known exploitation patterns associated with CVE-2023-28285
  • Utilize SentinelOne's behavioral AI engine to detect anomalous Office application behavior indicative of memory corruption exploits

Monitoring Recommendations

  • Enable detailed logging for Microsoft Office applications and Windows Event Logs to capture process creation events
  • Configure email security gateways to scan and sandbox incoming Office documents before delivery to end users
  • Deploy network monitoring to detect post-exploitation communication patterns from compromised endpoints
  • Implement file integrity monitoring on critical systems to detect unauthorized changes following potential exploitation

How to Mitigate CVE-2023-28285

Immediate Actions Required

  • Apply the latest security updates from Microsoft for all affected Office products immediately
  • Ensure automatic updates are enabled for Microsoft 365 Apps to receive future security patches
  • Educate users about the risks of opening documents from untrusted sources
  • Consider implementing application whitelisting to prevent unauthorized code execution

Patch Information

Microsoft has released security updates to address CVE-2023-28285. Organizations should apply the patches available through the Microsoft Security Update Guide for CVE-2023-28285. For Microsoft 365 Apps Enterprise, ensure the application is updated to the latest build. For Office 2019 and Office LTSC 2021 on macOS, apply the latest cumulative updates provided by Microsoft through the standard update mechanisms.

Workarounds

  • Block Office documents from untrusted sources at the email gateway level using attachment filtering policies
  • Enable Protected View for Office documents to open files from the internet in a restricted mode by default
  • Disable unnecessary Office features such as macros and embedded objects until patches can be applied
  • Implement network segmentation to limit the impact of potential exploitation on critical systems

Organizations using SentinelOne can leverage the platform's behavioral detection capabilities to identify and block exploitation attempts targeting this vulnerability, providing an additional layer of protection while patching is in progress.

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 Probability1.57%

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

  • NVD-CWE-noinfo
  • Technical References
  • Packet Storm Office Remote Code Execution

  • Packet Storm MSO 2305 Remote Code Execution
  • Vendor Resources
  • Microsoft Security Update CVE-2023-28285
  • Related CVEs
  • CVE-2026-33114: Microsoft Office Word RCE Vulnerability

  • CVE-2026-26110: Microsoft Office RCE Vulnerability

  • CVE-2026-26109: Microsoft Excel RCE Vulnerability

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