Severity by source
AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
4DescriptionCVE.org
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.
Windows MSHTML component contains a remote code execution vulnerability that allows attackers to craft malicious ActiveX
Windows Win32k contains an out-of-bounds write vulnerability enabling local privilege escalation to SYSTEM, exploited by
The Windows VBScript engine contains a remote code execution vulnerability in object handling that allows full system co
Windows Win32k fails to properly handle objects in memory, allowing local privilege escalation exploited in the wild in
A privilege escalation vulnerability (CVSS 5.5). Risk factors: actively exploited (KEV-listed), EPSS 94% exploitation pr
Windows Kernel contains a TOCTOU race condition vulnerability allowing local privilege escalation, exploited by the OilR
Windows Internet Shortcut Files (.url) contain an external control vulnerability (CVE-2025-33053, CVSS 8.8) that enables
Windows SMB contains an improper access control vulnerability (CVE-2025-33073, CVSS 8.8) enabling authenticated attacker
Twonky Server 8.5.2 on Linux and Windows allows unauthenticated access to the admin log file through a web service API b
An unrestricted file upload vulnerability exists in MiniWeb HTTP Server <= Build 300 that allows unauthenticated remote
FreeFloat FTP Server contains multiple critical design flaws that allow unauthenticated remote attackers to upload arbit
Serviio Media Server versions 1.4 through 1.8 on Windows contain an unauthenticated command injection in the /rest/actio
Same weakness CWE-416 – Use After Free
View allSame technique Use After Free
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-17762