CVE-2026-45469
Analyzed
Analyzed - Analysis Complete
Integer Underflow in Microsoft Office Excel Leads to Code Execution
Vulnerability report for CVE-2026-45469, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-06-09
Last updated on: 2026-06-19
Assigner: Microsoft Corporation
Description
Description
Integer underflow (wrap or wraparound) in Microsoft Office Excel allows an unauthorized attacker to execute code locally.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| microsoft | office_online_server | * |
| 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 | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-191 | The product subtracts one value from another, such that the result is less than the minimum allowable integer value, which produces a value that is not equal to the correct result. |
| 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(). |