CVE-2026-54988
Analyzed Analyzed - Analysis Complete

Out-of-bounds Read in Microsoft Office Excel

Vulnerability report for CVE-2026-54988, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-14

Last updated on: 2026-07-16

Assigner: Microsoft Corporation

Description

Out-of-bounds read in Microsoft Office Excel allows an unauthorized attacker to disclose information locally.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-14
Last Modified
2026-07-16
Generated
2026-08-03
AI Q&A
2026-07-14
EPSS Evaluated
2026-08-02
NVD
EUVD

Affected Vendors & Products

Showing 14 associated CPEs
Vendor Product Version / Range
microsoft 365_apps *
microsoft 365_apps *
microsoft excel 2016
microsoft excel 2016
microsoft office_2019 *
microsoft office_2019 *
microsoft microsoft_365 *
microsoft office_2021 *
microsoft office_2021 *
microsoft office_2021 *
microsoft office_2024 *
microsoft office_2024 *
microsoft office_2024 *
microsoft office_online_server to 16.0.10417.20175 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-125 The product reads data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-54988 is an out-of-bounds read vulnerability in Microsoft Office Excel. This flaw allows an unauthorized attacker to access and disclose sensitive information locally on the affected system.

An out-of-bounds read occurs when the software reads data beyond the intended buffer or memory boundary. In this case, the vulnerability could be exploited by tricking a user into opening a specially crafted Excel file, leading to unintended information disclosure.

Detection Guidance

The provided context does not include specific detection methods or commands for identifying the presence of CVE-2026-54988 on a network or system. Detection typically involves checking for vulnerable versions of Microsoft Office Excel or using security tools that can identify out-of-bounds read vulnerabilities in software.

To detect vulnerable versions of Microsoft Office Excel, you may use system inventory tools or scripts to check installed software versions. For example, on Windows systems, you can use PowerShell commands to list installed software:

  • Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Where-Object { $_.DisplayName -like "*Excel*" } | Select-Object DisplayName, DisplayVersion

Additionally, Microsoft may provide detection guidance or updates in their security advisories, which can be found in the linked resource.

Impact Analysis

This vulnerability can impact you in the following ways:

  • An attacker could exploit this flaw to access sensitive information stored on your local system, such as files or memory contents.
  • If you open a malicious Excel file, the attacker may gain unauthorized access to data, potentially leading to further exploitation or privacy violations.
  • The vulnerability has a CVSS base score of 6.1, indicating a moderate risk, but it could still cause significant harm if exploited in targeted attacks.
Compliance Impact

This vulnerability could affect compliance with common standards and regulations in the following ways:

  • GDPR: If the disclosed information includes personal data of EU citizens, this could constitute a data breach under GDPR, potentially leading to fines or legal action if proper safeguards were not in place.
  • HIPAA: If the affected system processes or stores protected health information (PHI), unauthorized disclosure could violate HIPAA's privacy and security rules, resulting in penalties.
  • Other regulations: Depending on the industry, this vulnerability could also impact compliance with standards like PCI DSS (if payment data is exposed) or sector-specific data protection laws.

Organizations should assess whether the vulnerability could lead to unauthorized access to regulated data and take appropriate remediation steps to maintain compliance.

Mitigation Strategies

To mitigate CVE-2026-54988, apply the security update provided by Microsoft as soon as possible. The update will address the out-of-bounds read vulnerability in Microsoft Office Excel.

  • Visit the Microsoft Update Guide for CVE-2026-54988 to download and install the latest security patches for Microsoft Office Excel.
  • Ensure all systems running Microsoft Office Excel are updated to the latest version to prevent exploitation.

If immediate patching is not feasible, consider the following temporary measures:

  • Restrict access to Excel files from untrusted sources to reduce the risk of exploitation.
  • Use Microsoft Defender or other endpoint protection tools to monitor for suspicious activity related to Excel.
  • Enable attack surface reduction rules in Microsoft Defender to block potentially malicious behaviors.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-54988. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart