Skip to main content
CVE Vulnerability Database
Vulnerability Database/CVE-2026-68814

CVE-2026-68814: Microsoft 365 Apps RCE Vulnerability

CVE-2026-68814 is a remote code execution flaw in Microsoft 365 Apps caused by an out-of-bounds read in Excel. Attackers can exploit this to execute unauthorized code locally, posing significant security risks.

Published:

CVE-2026-68814 Overview

CVE-2026-68814 is an out-of-bounds read vulnerability [CWE-125] in Microsoft Office Excel that enables local code execution. An unauthorized attacker can execute arbitrary code on a target system when a user opens a specially crafted Excel document. The flaw affects multiple Microsoft Office product lines, including Microsoft 365 Apps, Office 2019, Office 2021, and Office 2024, spanning both Windows and macOS platforms. Exploitation requires user interaction, typically through opening a malicious spreadsheet delivered via email, web download, or file share.

Critical Impact

Successful exploitation grants attackers the ability to execute code in the context of the current user, potentially leading to full system compromise when combined with privilege escalation techniques.

Affected Products

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

Discovery Timeline

  • 2026-08-11 - CVE-2026-68814 published to NVD
  • 2026-08-13 - Last updated in NVD database

Technical Details for CVE-2026-68814

Vulnerability Analysis

The vulnerability is an out-of-bounds read condition classified under [CWE-125]. Microsoft Excel reads data past the end of an allocated memory buffer when parsing crafted spreadsheet structures. This memory disclosure primitive can be chained with additional techniques to achieve arbitrary code execution in the context of the user running Excel. The attack requires local access, meaning the malicious file must be opened on the target machine. User interaction is required, so social engineering typically drives delivery through phishing or file sharing.

Root Cause

The root cause lies in insufficient bounds validation within Excel's file parsing logic. When Excel processes malformed records or structures inside a crafted workbook, it dereferences memory beyond the intended buffer boundary. The condition allows an attacker to influence memory read operations, disclosing sensitive process memory or corrupting control-flow state depending on the parsing path taken.

Attack Vector

Exploitation follows a document-based delivery model. An attacker crafts a malicious .xlsx, .xls, or related Office file containing structures that trigger the out-of-bounds read during parsing. The file is delivered through phishing emails, malicious websites, network shares, or removable media. When the victim opens the document in a vulnerable Excel version, the parser triggers the flaw and executes attacker-supplied code. Because the vulnerability requires user interaction and local processing of the file, attackers commonly pair it with themed lures targeting finance, HR, or procurement roles.

No verified public proof-of-concept code is available at time of publication. See the Microsoft Security Response Center advisory for vendor technical details.

Detection Methods for CVE-2026-68814

Indicators of Compromise

  • Unexpected Excel process crashes or Windows Error Reporting entries referencing EXCEL.EXE module faults.
  • Excel spawning child processes such as cmd.exe, powershell.exe, wscript.exe, or rundll32.exe.
  • Outbound network connections initiated by EXCEL.EXE to unfamiliar domains or IP addresses immediately after document open events.
  • Creation of executable files or scheduled tasks in user-writable paths shortly after Office file access.

Detection Strategies

  • Hunt for anomalous parent-child process relationships where Microsoft Office applications spawn scripting or LOLBin utilities.
  • Correlate Office telemetry with email gateway logs to identify inbound spreadsheets from external senders that trigger crashes on open.
  • Apply YARA rules for known malicious Excel record structures and OLE stream anomalies at the mail gateway and endpoint.

Monitoring Recommendations

  • Enable and centralize Microsoft Office telemetry, including AMSI events and Attack Surface Reduction (ASR) rule triggers.
  • Monitor for the ASR rule blocking Office applications from creating child processes and treat triggers as high-priority alerts.
  • Track document open events combined with subsequent file writes, registry modifications, or persistence artifacts on the same host.

How to Mitigate CVE-2026-68814

Immediate Actions Required

  • Apply the Microsoft security update referenced in the MSRC advisory for CVE-2026-68814 across all affected Office installations.
  • Prioritize patching for users who routinely handle externally sourced spreadsheets, including finance, accounting, and executive staff.
  • Enable Protected View and Office Application Guard for documents originating from the internet or email attachments.

Patch Information

Microsoft has released updates addressing CVE-2026-68814 for Microsoft 365 Apps, Excel 2016, Office 2019, Office 2021 LTSC, and Office 2024 LTSC on both Windows and macOS. Refer to the Microsoft CVE-2026-68814 Update for the specific build numbers and channel-specific KB articles. Deploy updates through Microsoft Update, WSUS, Intune, or Configuration Manager depending on your management model.

Workarounds

  • Enforce Protected View for files from the internet, unsafe locations, and Outlook attachments through Group Policy.
  • Enable ASR rules that block Office applications from creating child processes and from injecting code into other processes.
  • Restrict macro execution using the Office Cloud Policy Service, blocking macros in files from the internet by default.
  • Educate users to avoid opening unexpected spreadsheet attachments and to report suspicious files to the security team.
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.

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.