CVE-2026-55048
Analyzed Analyzed - Analysis Complete

Integer Overflow in Microsoft Office Excel Leading to Code Execution

Vulnerability report for CVE-2026-55048, 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-15

Assigner: Microsoft Corporation

Description

Integer overflow or wraparound in Microsoft Office Excel allows an unauthorized attacker to execute code locally.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-14
Last Modified
2026-07-15
Generated
2026-08-03
AI Q&A
2026-07-15
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-190 The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
CWE-122 A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-55048 is an integer overflow or wraparound vulnerability in Microsoft Office Excel. This type of vulnerability occurs when an arithmetic operation attempts to create a numeric value that exceeds the maximum limit of its data type, causing it to wrap around to a smaller or negative value.

In this case, the flaw allows an unauthorized attacker to execute arbitrary code locally on a victim's system. The attacker would need to trick the victim into opening a specially crafted Excel file, which could then exploit the integer overflow to run malicious code.

Detection Guidance

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

To detect vulnerable versions of Microsoft Office Excel, you may use system inventory tools or commands to check the installed version. For example, on Windows systems, you can use the following command in PowerShell to list installed Office products and their versions:

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

Additionally, Microsoft may provide updates or guidance on detecting this vulnerability through their security advisories or update tools like Microsoft Update.

Impact Analysis

If you are affected by this vulnerability, the impact could be severe. Here are the potential consequences:

  • An attacker could execute arbitrary code on your system with the same privileges as the user running Excel. If the user has administrative rights, the attacker could gain full control over the system.
  • The attacker could install malware, steal sensitive data, or perform other malicious actions without your knowledge.
  • Since the vulnerability is triggered by opening a malicious Excel file, you could be exposed simply by interacting with a file received via email, downloaded from the internet, or shared through other means.
Compliance Impact

This vulnerability could have significant implications for compliance with various standards and regulations, depending on the context in which it is exploited:

  • GDPR (General Data Protection Regulation): If the vulnerability leads to unauthorized access or exfiltration of personal data, it could result in a data breach. Organizations are required to report such breaches within 72 hours and may face fines of up to 4% of global revenue or €20 million, whichever is higher.
  • HIPAA (Health Insurance Portability and Accountability Act): If the vulnerability is exploited to access protected health information (PHI), it could constitute a breach under HIPAA. Covered entities must notify affected individuals, the Department of Health and Human Services, and in some cases, the media. Non-compliance can result in fines ranging from $100 to $50,000 per violation, with a maximum of $1.5 million per year.
  • Other standards like PCI DSS (Payment Card Industry Data Security Standard) or industry-specific regulations may also be impacted if the vulnerability leads to unauthorized access to sensitive financial or customer data.

To maintain compliance, organizations should ensure they apply the necessary patches or mitigations provided by Microsoft to address this vulnerability.

Mitigation Strategies

Based on the provided context, the following immediate steps are recommended to mitigate CVE-2026-55048:

  • Apply the latest security updates from Microsoft for Microsoft Office Excel. Refer to the Microsoft Security Response Center (MSRC) update guide for CVE-2026-55048 to download and install the appropriate patches.
  • If a patch is not immediately available, consider restricting access to Excel files from untrusted sources until the vulnerability is addressed.
  • Enable protected view in Microsoft Office Excel to reduce the risk of exploitation from malicious files.
  • Monitor Microsoft's official communications for any additional mitigations or workarounds related to this vulnerability.

Chat Assistant

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

EPSS Chart