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-2026-26112

CVE-2026-26112: Microsoft Office Excel RCE Vulnerability

CVE-2026-26112 is a remote code execution vulnerability in Microsoft Office Excel caused by untrusted pointer dereference. Attackers can exploit this flaw to execute arbitrary code. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: March 13, 2026

CVE-2026-26112 Overview

CVE-2026-26112 is an untrusted pointer dereference vulnerability in Microsoft Office Excel that allows an unauthorized attacker to execute code locally. This memory corruption flaw stems from improper handling of pointer values during document processing, enabling attackers to manipulate program execution flow and achieve arbitrary code execution on the target system.

Critical Impact

Successful exploitation allows attackers to execute arbitrary code with the privileges of the current user, potentially leading to complete system compromise if the user has administrative rights.

Affected Products

  • Microsoft Office Excel
  • Microsoft 365 Excel components
  • Microsoft Office Suite products containing Excel

Discovery Timeline

  • March 10, 2026 - CVE-2026-26112 published to NVD
  • March 11, 2026 - Last updated in NVD database

Technical Details for CVE-2026-26112

Vulnerability Analysis

This vulnerability is classified as CWE-822 (Untrusted Pointer Dereference), a memory corruption issue that occurs when an application dereferences a pointer that is attacker-controlled or originates from an untrusted source. In the context of Microsoft Excel, this flaw exists within the document parsing functionality where pointer values from specially crafted Excel files are used without proper validation.

The attack requires local access and user interaction—typically achieved by convincing a victim to open a malicious Excel document. Once triggered, the vulnerability allows the attacker to manipulate memory operations, potentially redirecting execution flow to attacker-controlled code. The impact is significant as it can lead to full compromise of confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause lies in improper validation of pointer values during Excel's document processing operations. When Excel parses certain structures within a workbook file, it trusts pointer values embedded in the document data without verifying they point to valid, allocated memory regions. An attacker can craft a malicious Excel file containing corrupted pointer values that, when dereferenced, lead to arbitrary memory access and potential code execution.

Attack Vector

Exploitation requires local access and user interaction. The attack typically follows this pattern:

  1. Malicious Document Creation: Attacker crafts a specially formatted Excel file containing manipulated pointer values within specific document structures
  2. Social Engineering Delivery: The malicious file is delivered to the victim via email attachment, file sharing, or download link
  3. User Interaction: Victim opens the malicious Excel file, triggering the document parsing routines
  4. Pointer Dereference: Excel dereferences the untrusted pointer value without validation
  5. Code Execution: Attacker gains code execution with the privileges of the user running Excel

The vulnerability manifests during document parsing operations where pointer values from the Excel file structure are processed. For detailed technical analysis, refer to the Microsoft Security Advisory.

Detection Methods for CVE-2026-26112

Indicators of Compromise

  • Unusual crash reports or application errors originating from EXCEL.EXE processes
  • Memory access violations or exception handling events related to Excel document processing
  • Suspicious Excel files with abnormal internal structure or embedded objects from untrusted sources
  • Unexpected child processes spawned from Excel application contexts

Detection Strategies

  • Deploy endpoint detection and response (EDR) solutions to monitor for anomalous Excel process behavior and memory access patterns
  • Implement file integrity monitoring for Excel-related processes and detect suspicious memory operations
  • Configure email security gateways to scan Excel attachments for malformed structures and potential exploit payloads
  • Enable Windows Defender Exploit Guard Attack Surface Reduction rules targeting Office applications

Monitoring Recommendations

  • Monitor Windows Event Logs for Application Error events (Event ID 1000) involving EXCEL.EXE with exception codes indicating memory violations
  • Track process creation events where Excel spawns unexpected child processes, particularly command interpreters or scripting engines
  • Implement behavioral analytics to detect Excel processes accessing unusual memory regions or performing suspicious API calls
  • Review network traffic for downloads of Excel files from untrusted or newly registered domains

How to Mitigate CVE-2026-26112

Immediate Actions Required

  • Apply Microsoft security updates for affected Excel versions as soon as available
  • Enable Protected View for Excel documents from untrusted sources or the internet
  • Configure Office application guard or sandbox environments for opening untrusted documents
  • Educate users about the risks of opening Excel files from unknown or untrusted sources

Patch Information

Microsoft has published a security advisory for this vulnerability. Organizations should consult the Microsoft Security Advisory for official patch information and apply updates through Windows Update, Microsoft Update Catalog, or enterprise patch management systems. Ensure all Microsoft Office installations are updated to the latest security patch level.

Workarounds

  • Enable Protected View for files originating from the internet by configuring Trust Center settings in Excel
  • Block Excel file attachments at email gateways from external or untrusted senders pending patch deployment
  • Implement application control policies to restrict Excel macro execution and external content loading
  • Consider using Office Online or web-based Excel versions which may provide additional isolation from local system resources
bash
# Enable Protected View via Group Policy (example registry configuration)
# Apply to: HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Excel\Security\ProtectedView
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\Excel\Security\ProtectedView" /v DisableAttachementsInPV /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Microsoft\Office\16.0\Excel\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.06%

  • 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-822
  • Technical References
  • Microsoft Security Advisory
  • Related CVEs
  • CVE-2026-26110: Microsoft Office RCE Vulnerability

  • CVE-2026-26109: Microsoft Excel RCE Vulnerability

  • CVE-2026-26113: Microsoft Office RCE Vulnerability

  • CVE-2026-20956: Microsoft Office Excel RCE Vulnerability
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