Severity by source
AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
File must be opened locally by the user, so AV:L and UI:R; no privileges needed (PR:N) and memory corruption grants full C/I/A in the user context.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
2DescriptionCVE.org
Heap-based buffer overflow in Microsoft Office allows an unauthorized attacker to execute code locally.
Articles & Coverage 1
AnalysisAI
Local code execution in Microsoft Office (LTSC for Mac 2021/2024 and Office for Android) via a heap-based buffer overflow (CWE-122) that an unauthorized attacker triggers when a victim opens a maliciously crafted document, yielding full confidentiality, integrity, and availability impact in the user's context. Exploitation requires user interaction (UI:R) and local access (AV:L), so weaponization depends on social engineering rather than remote reachability. This is no public exploit identified at time of analysis, with a very low EPSS score of 0.06% and CISA SSVC rating exploitation as 'none', indicating no observed activity despite the 'total' technical impact.
Technical ContextAI
The flaw is a CWE-122 heap-based buffer overflow, a memory-corruption class in which attacker-controlled input written to a heap allocation exceeds the buffer boundary, overwriting adjacent heap metadata or object data and enabling control-flow hijack or arbitrary code execution. The affected component is Microsoft Office's document/file parsing logic, reachable when Office renders a specially crafted file. Per the CPE data the vulnerable code ships in cpe:2.3:a:microsoft:microsoft_office_for_android, microsoft_office_ltsc_for_mac_2021, and microsoft_office_ltsc_for_mac_2024, meaning this is cross-platform (Android and macOS) rather than a Windows-only issue, consistent with shared cross-platform Office parsing code.
RemediationAI
Vendor-released patch: update to the fixed builds listed by Microsoft - Office LTSC for Mac 2021 and 2024 to 16.109.26051019 or later, and Office for Android to 16.0.19822.20190 or later - per the MSRC advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-42831. Because exploitation requires a user to open a crafted file, effective compensating controls where patching lags include enforcing Protected View / blocking documents originating from the internet or email, disabling automatic content and macro/active-content rendering, and user awareness training to avoid opening untrusted Office files; the trade-off is reduced convenience and possible workflow friction when legitimately handling external documents. Also consider mail-gateway and EDR file-attachment scanning to reduce delivery of malicious documents.
More in Microsoft Office For Android
View allLocal code execution in Microsoft Office (2016, 2019, LTSC 2021/2024, 365 Apps for Enterprise, Office for Android, and O
Local privilege elevation in the Windows Graphics Device Interface (GDI) component allows an already-authenticated, low-
Same weakness CWE-122 – Heap-based Buffer Overflow
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-29711
GHSA-vvc2-cg8v-mmjx