CVSS VectorNVD
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
4DescriptionNVD
Use after free in Microsoft Office Word allows an unauthorized attacker to execute code locally.
AnalysisAI
Use-after-free vulnerability in Microsoft Office Word that allows local, unauthenticated attackers to execute arbitrary code with high privileges. The vulnerability affects Word processing functionality and requires no user interaction, making it a critical local privilege escalation vector. Without confirmed KEV status or public POC availability, real-world exploitation likelihood should be assessed against EPSS data and patch availability from Microsoft security advisories.
Technical ContextAI
This vulnerability is rooted in CWE-416 (Use After Free), a memory safety defect where the Word application attempts to access or manipulate memory that has already been deallocated or freed. This typically occurs in C/C++ codebases like Microsoft Office when object lifecycle management fails—either through improper reference counting, race conditions in multi-threaded code, or incorrect cleanup of dynamically allocated structures in Word's document processing engine. The vulnerability resides in Word's core document parsing or rendering subsystem, likely triggered during document loading or macro processing. The Local Attack Vector (AV:L) and No Privileges Required (PR:N) indicate exploitation requires code execution context on the target machine, but not administrative elevation to trigger the initial flaw.
RemediationAI
- PATCH: Apply the latest Microsoft Office security update from Microsoft Security Update Guide (portal.msrc.microsoft.com). Filter by CVE-2025-47957 to identify applicable KB articles and patch versions. 2. INTERIM MITIGATIONS (if patch unavailable): Restrict local access to systems running Word; disable macros and ActiveX controls; enforce application whitelisting to prevent arbitrary code execution; monitor for suspicious Word process behavior (e.g., spawning shells or loading unexpected libraries). 3. DETECTION: Monitor process creation, memory access patterns, and file operations initiated by winword.exe; log document opens from untrusted sources. 4. DEPLOYMENT: Prioritize patching multi-user systems, shared workstations, and kiosks where local code execution is high-risk.
More from same product – last 7 days
{filename} endpoint. The flawed traversal filter only rejects forward slashes and '..' sequences, leaving absolute Windo
Remote code execution in Microsoft Azure Orbital Spatio allows unauthenticated network attackers to upload dangerous fil
Unsafe deserialization in Microsoft Planetary Computer Pro (Geocatalog) lets a remote unauthenticated attacker craft mal
Remote code execution in Microsoft Power Pages allows unauthenticated network attackers to inject and execute operating-
Privilege elevation in Microsoft Azure Resource Manager (ARM) allows remote unauthenticated attackers to bypass authenti
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-17762