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
    • 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-2026-40360

CVE-2026-40360: Microsoft Excel Information Disclosure

CVE-2026-40360 is an out-of-bounds read vulnerability in Microsoft Office Excel that enables local attackers to disclose sensitive information. This article covers the technical details, affected versions, and mitigation strategies.

Published: May 17, 2026

CVE-2026-40360 Overview

CVE-2026-40360 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 user opens a specially crafted spreadsheet. Exploitation requires user interaction, typically opening a malicious Excel file delivered through phishing or another social engineering vector.

Microsoft published the advisory on the Microsoft Security Response Center portal. The vulnerability impacts confidentiality, integrity, and availability of the affected host once a crafted document is opened by the targeted user.

Critical Impact

Successful exploitation reads memory outside allocated buffers, enabling local information disclosure that can leak sensitive process memory and aid follow-on code execution.

Affected Products

  • Microsoft Office Excel (see Microsoft advisory for affected build ranges)
  • Microsoft 365 Apps installations including Excel
  • Standalone Microsoft Office distributions containing Excel

Discovery Timeline

  • 2026-05-12 - CVE-2026-40360 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-40360

Vulnerability Analysis

The vulnerability is an out-of-bounds read [CWE-125] in Microsoft Office Excel. Excel parses complex binary and XML spreadsheet formats containing records, formulas, embedded objects, and shared strings. When Excel processes a malformed structure, the parser reads beyond the bounds of an allocated buffer.

The attack vector is local and requires user interaction. An attacker must convince a user to open a crafted .xls, .xlsx, or related Excel file. Once opened, Excel parses the file in the user's security context and triggers the out-of-bounds read.

The vulnerability disclosure metrics indicate high impact across confidentiality, integrity, and availability. Disclosed memory contents can include heap data, pointers, and other sensitive process state. Attackers commonly chain such reads with memory corruption flaws to defeat Address Space Layout Randomization (ASLR) and achieve code execution. The EPSS probability stands at 0.058%.

Root Cause

The root cause is missing or insufficient bounds checking when Excel reads a length-controlled field, index, or offset from a spreadsheet structure. The parser trusts attacker-controlled size or index values and reads memory beyond the allocated buffer. See the Microsoft Security Update for CVE-2026-40360 for additional vendor technical context.

Attack Vector

An attacker crafts a malicious Excel document with manipulated record headers, index values, or structure offsets. The attacker delivers the file via email attachment, web download, or shared drive. When the victim opens the document, Excel parses the malformed structures and reads memory outside the intended buffer, returning that memory to attacker-controlled formulas, objects, or scripts within the document.

No verified proof-of-concept is publicly available.
Refer to the Microsoft advisory for technical detail.

Detection Methods for CVE-2026-40360

Indicators of Compromise

  • Unexpected Excel process crashes or Windows Error Reporting events referencing EXCEL.EXE access violations
  • Inbound emails containing Excel attachments from untrusted senders, especially with macros, external links, or embedded objects
  • Excel spawning unusual child processes such as cmd.exe, powershell.exe, or rundll32.exe
  • Outbound network connections initiated by EXCEL.EXE to unfamiliar domains shortly after document open

Detection Strategies

  • Monitor endpoint telemetry for EXCEL.EXE exceptions and abnormal memory access patterns
  • Inspect inbound email attachments and web downloads for Office documents with malformed binary structures
  • Apply behavioral identification rules that flag Excel reading memory regions atypical for normal document parsing
  • Correlate document-open events with subsequent file writes, registry modifications, or network egress

Monitoring Recommendations

  • Centralize Office telemetry, Microsoft Defender events, and Windows Event Logs into a SIEM for correlation
  • Track Office process integrity levels, AMSI scan results, and Protected View bypass attempts
  • Alert on Excel loading uncommon dynamic-link libraries or invoking script interpreters

How to Mitigate CVE-2026-40360

Immediate Actions Required

  • Apply the security update referenced in the Microsoft Security Update Guide for CVE-2026-40360 across all systems running Excel
  • Enforce Protected View for documents originating from the internet and email attachments
  • Block or quarantine Excel files at the mail gateway when delivered from untrusted external senders
  • Restrict macro execution to digitally signed macros from trusted publishers

Patch Information

Microsoft has released a security update addressing CVE-2026-40360. Administrators should deploy the patch through Windows Update, Microsoft Update for Business, WSUS, or Microsoft Intune. Verify patch installation on Microsoft 365 Apps, Office LTSC, and any standalone Office distributions containing Excel. Consult the Microsoft advisory for build numbers and channel-specific guidance.

Workarounds

  • Open untrusted spreadsheets only in Excel Protected View or Office for the web sandbox
  • Disable preview handlers for Excel files in Outlook and Windows Explorer until patches are deployed
  • Apply Attack Surface Reduction rules that block Office applications from creating child processes and injecting code
  • Use Group Policy to enforce File Block settings for legacy Excel formats from untrusted locations
bash
# Example: enforce Protected View and block legacy Excel formats 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\FileBlock" /v XLSFiles /t REG_DWORD /d 2 /f

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMicrosoft Office Excel

  • 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-125
  • Technical References
  • Microsoft Security Update CVE-2026-40360
  • Related CVEs
  • CVE-2026-26144: Microsoft Excel XSS Vulnerability

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

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