CVE-2026-47642
Analyzed Analyzed - Analysis Complete

Use After Free in Microsoft Office Excel Allows Code Execution

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

Use after free 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-16
Generated
2026-08-04
AI Q&A
2026-07-15
EPSS Evaluated
2026-08-02
NVD
EUVD

Affected Vendors & Products

Showing 12 associated CPEs
Vendor Product Version / Range
microsoft 365_apps *
microsoft 365_apps *
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-416 The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-47642 is a use-after-free vulnerability in Microsoft Office Excel. This type of vulnerability occurs when a program continues to use a pointer or memory reference after it has been freed or deallocated. In this case, an unauthorized attacker can exploit this flaw to execute arbitrary code locally on the affected system.

The vulnerability is classified as a remote code execution (RCE) issue with a severity rating of Important. It allows the attacker to run malicious code in the context of the current user, potentially leading to further compromise of the system.

Detection Guidance

The provided context does not include specific detection methods or commands for identifying the presence of CVE-2026-47642 on a network or system. Detection typically involves checking for vulnerable versions of Microsoft Office Excel or monitoring for unusual behavior related to Excel file processing.

To detect vulnerable versions, you may use system inventory tools or scripts to verify the installed version of Microsoft Office Excel. For example, on Windows systems, you can check the version via the following steps:

  • Open Excel, go to 'File' > 'Account' > 'About Excel' to view the version number.
  • Use PowerShell to query installed Office versions: Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Where-Object {$_.DisplayName -like "*Excel*"} | Select-Object DisplayName, DisplayVersion.

For network-level detection, monitor for suspicious Excel file transfers or unexpected Excel processes running on endpoints.

Impact Analysis

If you are using a vulnerable version of Microsoft Office Excel, this vulnerability could impact you in several ways:

  • An attacker could execute arbitrary code on your system, potentially gaining control over it.
  • The attacker could install malware, steal sensitive data, or perform other malicious actions under the privileges of the current user.
  • Since the vulnerability is triggered locally, the attacker would need to trick you into opening a specially crafted Excel file or interacting with malicious content.

The CVSS base score of 7.8 indicates a high impact on confidentiality, integrity, and availability of the affected system.

Compliance Impact

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

  • GDPR: If the vulnerability leads to unauthorized access or exfiltration of personal data, it could result in a breach of GDPR requirements, particularly Article 32 (security of processing) and Article 33 (notification of personal data breaches). Organizations may face fines or penalties if they fail to protect personal data adequately.
  • HIPAA: For organizations handling protected health information (PHI), exploitation of this vulnerability could lead to unauthorized access to PHI, violating the HIPAA Security Rule. This could result in regulatory action, including fines and mandatory corrective measures.
  • Other standards: Compliance with frameworks like ISO 27001, NIST, or PCI DSS may also be impacted if the vulnerability is not patched promptly, as these standards require maintaining the security and integrity of systems handling sensitive data.

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

Mitigation Strategies

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

  • Apply the latest security updates from Microsoft as soon as they are available. Refer to the Microsoft Update Guide for CVE-2026-47642 for patch details.
  • Restrict access to Excel files from untrusted sources until the system is patched.
  • Enable Protected View in Microsoft Office to reduce the risk of exploitation via malicious files.
  • Monitor systems for unusual activity, such as unexpected Excel processes or local code execution attempts.
  • Consider deploying endpoint detection and response (EDR) solutions to detect and block exploitation attempts.

Chat Assistant

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

EPSS Chart