CVE-2026-55127
Analyzed Analyzed - Analysis Complete

Heap-based Buffer Overflow in Microsoft Office Word

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

Heap-based buffer overflow in Microsoft Office Word allows an unauthorized attacker to execute code locally.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 17 associated CPEs
Vendor Product Version / Range
microsoft sharepoint_server 2019
microsoft sharepoint_server 2016
microsoft 365_apps *
microsoft 365_apps *
microsoft word 2016
microsoft word 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 sharepoint_server to 16.0.19725.20434 (exc)
microsoft office_online_server to 16.0.10417.20175 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
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-55127 is a heap-based buffer overflow vulnerability in Microsoft Office Word. This flaw allows an unauthorized attacker to execute arbitrary code on a victim's system locally.

A heap-based buffer overflow occurs when a program writes more data to a buffer than it can hold, corrupting or overwriting adjacent memory. In this case, the vulnerability in Microsoft Office Word can be exploited to run malicious code with the privileges of the affected application.

  • The CVSS v3.1 base score for this vulnerability is 7.8, indicating a high severity level.
  • The attack vector is local (AV:L), meaning the attacker must have access to the target system or trick a user into executing a malicious file.
  • The vulnerability has a low attack complexity (AC:L) and does not require privileges (PR:N), but user interaction is required (UI:R).
Detection Guidance

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

To detect vulnerable versions of Microsoft Office Word, 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 "*Microsoft Office Word*" } | Select-Object DisplayName, DisplayVersion

Additionally, Microsoft may provide detection guidance or tools in their security updates. Refer to the official Microsoft security advisory for any specific detection recommendations.

Impact Analysis

This vulnerability can have severe impacts if exploited successfully.

  • An attacker could execute arbitrary code on your system, potentially gaining control over it.
  • This could lead to unauthorized access to sensitive data stored on your device or network.
  • The attacker could install malware, steal credentials, or perform other malicious activities.
  • Since the vulnerability is in Microsoft Office Word, opening a specially crafted malicious document could trigger the exploit.
Compliance Impact

This vulnerability could impact compliance with several standards and regulations, depending on the context of its exploitation.

  • GDPR: If the vulnerability leads to unauthorized access or exposure of personal data of EU citizens, it could result in a violation of GDPR. Organizations may face significant fines and legal consequences for failing to protect personal data.
  • HIPAA: For organizations handling protected health information (PHI) in the U.S., exploitation of this vulnerability could lead to unauthorized access to PHI, violating HIPAA's security and privacy rules. This could result in penalties and mandatory corrective actions.
  • Other standards like ISO 27001 or NIST frameworks require organizations to maintain secure systems and protect against known vulnerabilities. Failure to patch or mitigate this vulnerability could result in non-compliance with these standards.

To maintain compliance, organizations should apply the necessary patches or mitigations provided by Microsoft as soon as possible.

Mitigation Strategies

To mitigate CVE-2026-55127, apply the latest security updates provided by Microsoft for Microsoft Office Word. The official Microsoft security advisory will include patches or workarounds to address the heap-based buffer overflow vulnerability.

  • Visit the Microsoft Update Guide for CVE-2026-55127 to download and install the relevant security update.
  • If immediate patching is not possible, consider implementing the following workarounds:
  • Restrict access to Microsoft Office Word by limiting user permissions or disabling the application until the patch is applied.
  • Use Microsoft Defender or other endpoint protection tools to monitor and block potential exploitation attempts.
  • Educate users to avoid opening untrusted or suspicious Word documents, as this vulnerability may be exploited through malicious files.

Chat Assistant

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

EPSS Chart