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

CVE-2026-68813: Microsoft 365 Apps Info Disclosure Flaw

CVE-2026-68813 is an information disclosure vulnerability in Microsoft 365 Apps caused by an out-of-bounds read in Excel. This flaw allows local attackers to access sensitive data. Explore technical details and mitigations.

Updated:

CVE-2026-68813 Overview

CVE-2026-68813 is an out-of-bounds read vulnerability [CWE-125] in Microsoft Office Excel. The flaw allows an unauthorized attacker to disclose information locally when a victim opens a crafted spreadsheet file. Exploitation requires user interaction but no authentication. The vulnerability affects multiple Excel-bearing product lines including Microsoft 365 Apps, Microsoft 365, Office 2019, Office 2021, and Office 2024 across x86, x64, and macOS builds.

Critical Impact

Successful exploitation exposes sensitive process memory contents, which may include credentials, document data, or memory addresses useful for chaining with other vulnerabilities.

Affected Products

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

Discovery Timeline

  • 2026-08-11 - CVE-2026-68813 published to the National Vulnerability Database
  • 2026-08-12 - Last updated in NVD database

Technical Details for CVE-2026-68813

Vulnerability Analysis

The vulnerability is an out-of-bounds read [CWE-125] within the Excel file parsing logic. When Excel processes a malformed workbook, the application reads memory outside the intended buffer boundary. The read operation returns adjacent process memory to attacker-controlled contexts within the document.

The attacker must convince a user to open a specially crafted .xls, .xlsx, or related Excel document. Once opened, the parser dereferences an untrusted offset or length field, exposing memory contents. The disclosed data can be exfiltrated through document formulas, external references, or rendered cell contents.

The issue affects confidentiality only. Integrity and availability of the host are not directly impacted according to the published CVSS vector. See the Microsoft Security Update Guide for vendor-supplied technical detail.

Root Cause

Excel's document parser fails to validate a size or offset field within the workbook binary structure. The parser trusts attacker-controlled metadata when computing read boundaries. This missing bounds check causes reads beyond the allocated buffer.

Attack Vector

An attacker crafts a malicious Excel document and delivers it through email, file share, or web download. The victim opens the file in an affected Excel version. Excel parses the file, triggers the out-of-bounds read, and the leaked memory becomes accessible to the attacker through document contents or subsequent exfiltration channels.

No synthetic exploit code is published for this advisory. Refer to the Microsoft Security Update Guide for authoritative technical details.

Detection Methods for CVE-2026-68813

Indicators of Compromise

  • Excel documents originating from untrusted external senders that contain unusual embedded objects, malformed BIFF records, or abnormal OLE structures.
  • EXCEL.EXE processes crashing or generating Windows Error Reporting entries shortly after opening attachments.
  • Outbound network requests initiated by EXCEL.EXE to unfamiliar hosts following document open events.

Detection Strategies

  • Inspect email gateway logs and secure email gateway telemetry for spreadsheet attachments with anomalous structure or size mismatches.
  • Monitor endpoint telemetry for EXCEL.EXE child process spawns and unusual file reads originating from Office processes.
  • Correlate document open events with subsequent network egress to identify potential exfiltration of leaked memory content.

Monitoring Recommendations

  • Enable Microsoft Office telemetry and forward it to a centralized SIEM for correlation with endpoint activity.
  • Track patch compliance across all Office channels (Current, Monthly Enterprise, Semi-Annual) to identify unpatched hosts.
  • Alert on Office applications loading unexpected DLLs or making outbound connections after opening attachments.

How to Mitigate CVE-2026-68813

Immediate Actions Required

  • Apply the Microsoft security update referenced in the Microsoft Security Update Guide to all affected Office installations.
  • Prioritize patching endpoints belonging to users who routinely handle external spreadsheets, including finance, HR, and executive assistants.
  • Verify update deployment status across Microsoft 365 Apps, Office 2019, Office 2021 LTSC, and Office 2024 LTSC on both Windows and macOS.

Patch Information

Microsoft has released updates through the standard servicing channels for all affected SKUs. Consult the Microsoft Security Update Guide for build numbers, KB identifiers, and channel-specific guidance. Microsoft 365 Apps installations receive updates automatically through Click-to-Run; volume-licensed Office 2019/2021/2024 LTSC require administrative deployment.

Workarounds

  • Enable Protected View for files originating from the internet and Outlook attachments to sandbox the parser.
  • Configure Office File Block policy to restrict opening of legacy Excel binary formats from untrusted locations.
  • Deploy Attack Surface Reduction rules that block Office applications from creating child processes and executing downloaded content.
bash
# Configuration example: enforce Protected View via Group Policy registry keys
reg add "HKCU\Software\Policies\Microsoft\Office\16.0\Excel\Security\ProtectedView" /v DisableInternetFilesInPV /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Policies\Microsoft\Office\16.0\Excel\Security\ProtectedView" /v DisableAttachmentsInPV /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Policies\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.

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.