Cyber Resilience

CVE-2026-33115

High

Published: 14 April 2026

Published
14 April 2026
Modified
17 April 2026
KEV Added
Patch
CVSS Score v3.1 8.4 CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0032 23.2th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-33115 is a high-severity Use After Free (CWE-416) vulnerability. Its CVSS base score is 8.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked at the 23.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-16 (Memory Protection) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-33115 is a use-after-free vulnerability (CWE-416) affecting Microsoft Office Word. Published on 2026-04-14T18:17:33.707, it carries a CVSS v3.1 base score of 8.4 (AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H). The flaw enables an unauthorized attacker to execute code locally.

A local attacker requires no privileges (PR:N) and can exploit the vulnerability with low attack complexity (AC:L) and no user interaction (UI:N). Successful exploitation grants high-impact arbitrary code execution, affecting confidentiality, integrity, and availability (C:H/I:H/A:H) within the local scope (S:U/AV:L).

Microsoft's update guide provides details on mitigation and patches at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-33115.

EU & UK References

Vulnerability details

Use after free in Microsoft Office Word allows an unauthorized attacker to execute code locally.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Why these techniques?

Use-after-free in Microsoft Office Word directly enables arbitrary local code execution in a client application (T1203 Exploitation for Client Execution).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-1916Shared CWE-416
CVE-2025-0762Shared CWE-416
CVE-2026-7349Shared CWE-416
CVE-2026-3923Shared CWE-416
CVE-2026-25952Shared CWE-416
CVE-2026-7347Shared CWE-416
CVE-2026-7348Shared CWE-416
CVE-2026-32157Shared CWE-416
CVE-2026-34770Shared CWE-416
CVE-2025-11756Shared CWE-416

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Timely flaw remediation through vendor patches directly eliminates the use-after-free vulnerability in Microsoft Office Word, preventing local code execution.

prevent

Memory protection mechanisms such as ASLR, DEP, and control flow guard directly mitigate use-after-free exploits by preventing reliable arbitrary code execution.

prevent

Secure configuration settings for Microsoft Office Word, including Protected View and macro disabling, limit exposure to malicious documents that trigger the use-after-free flaw.

References