CVE-2017-11882

Microsoft Office 2007 Service Pack 3, Microsoft Office 2010 Service Pack 2, Microsoft Office 2013 Service Pack 1, and Microsoft Office 2016 allow...

Basic Information

CVE State
PUBLISHED
Reserved Date
July 31, 2017
Published Date
November 15, 2017
Last Updated
October 21, 2025
Vendor
Microsoft Corporation
Product
Microsoft Office
Description
Microsoft Office 2007 Service Pack 3, Microsoft Office 2010 Service Pack 2, Microsoft Office 2013 Service Pack 1, and Microsoft Office 2016 allow an attacker to run arbitrary code in the context of the current user by failing to properly handle objects in memory, aka "Microsoft Office Memory Corruption Vulnerability". This CVE ID is unique from CVE-2017-11884.
Tags
cisa malware ransomware metasploit microsoft

CVSS Scores

CVSS v3.1

7.8 - HIGH

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

CVSS v2.0

9.3

Vector: AV:N/AC:M/Au:N/C:C/I:C/A:C

SSVC Information

Exploitation
active
Technical Impact
total

Exploit Status

Exploited in the Wild
Yes (2021-11-03 00:00:00 UTC) Source
Used in Malware
Yes (added 2021-11-03 00:00:00 UTC) Source

Known Exploited Vulnerability Information

Source Added Date
CISA 2021-11-03 00:00:00 UTC
CISA 2021-11-03 00:00:00 UTC

Recent Mentions

Tenable Research has developed a graph-based model linking 600+ threat groups to real-world customer exposures. It reveals which vulnerabilities sit at the intersection of severity, active exploitation, and organizational risk.Key takeawaysThe "patch everything" strategy is dead: Vulnerability prioritization based on exploitation risk offers a path forward. A directed graph model linking 600+ threat actors to vulnerabilities in 7,800 customer environments reveals that 68% of organizations carry at least one CVE previously exploited by a named adversary, and 321 tracked threat groups can reach at least one customer environment through an active vulnerability. Prevalence of "Elite Arsenal" CVEs requires immediate attention: The 242 "Elite Arsenal" CVEs — those meeting all three criteria of critical VPR (≥ 9), CISA KEV listing, and documented threat group exploitation — are nearly universally present across the studied customer base, with 241 of 242 actively detected. More than half are five or more years old, and 78% of the persistently exploited core are simultaneously weaponized by nation-state APTs, commodity malware operators, and ransomware gangs. Non-CVE exposures are universally dangerous: Non-CVE exposures, including misconfigurations, weak credentials, and end-of-life software, are present in virtually 100% of studied organizations, with 60% carrying at least one that maps to a tracked threat actor's preferred techniques. Preliminary modeling suggests these exposures may confer more breach risk than CVE-linked findings, yet no industry-standard scoring infrastructure exists to prioritize them.While the first two posts in this blog series documented the accelerating vulnerability flood and the widening remediation gap, today we answer the outstanding question: Where do these forces actually collide inside customer environments? Using a directed graph model that maps more than 600 tracked threat groups to vulnerabilities observed across 7,800 organizations,...

Scanner Integrations

Potential Proof of Concepts

Warning: These PoCs have not been tested and could contain malware. Use at your own risk.

office_ms17_11882

Type: metasploit • Created: Unknown

Metasploit module for CVE-2017-11882

xdrake1010/CVE-2017-11882-Preventer

Type: github • Created: 2025-03-11 16:47:04 UTC • Stars: 0

CVE-2017-11882 Preventer for .docx files

yaseenibnakhtar/001-Malware-Analysis-CVE-2017-11882

Type: github • Created: 2024-12-26 06:23:27 UTC • Stars: 0

Malware Analysis CVE-2017-11882

n18dcat053-luuvannga/DetectPacket-CVE-2017-11882

Type: github • Created: 2023-05-15 08:47:31 UTC • Stars: 0

Sunqiz/CVE-2017-11882-reproduction

Type: github • Created: 2022-08-15 07:09:23 UTC • Stars: 1

CVE-2017-11882复现

tzwlhack/CVE-2017-11882

Type: github • Created: 2022-03-18 05:38:39 UTC • Stars: 1

lisinan988/CVE-2017-11882-exp

Type: github • Created: 2021-11-25 05:03:46 UTC • Stars: 0

ActorExpose/CVE-2017-11882

Type: github • Created: 2020-12-03 15:00:27 UTC • Stars: 0

HaoJame/CVE-2017-11882

Type: github • Created: 2020-11-10 04:13:53 UTC • Stars: 0

ekgg/Overflow-Demo-CVE-2017-11882

Type: github • Created: 2020-01-08 16:27:18 UTC • Stars: 2

Simple Overflow demo, like CVE-2017-11882 exp

littlebin404/CVE-2017-11882

Type: github • Created: 2019-08-14 11:55:00 UTC • Stars: 4

CVE-2017-11882(通杀Office 2003到2016)

chanbin/CVE-2017-11882

Type: github • Created: 2018-12-10 11:15:15 UTC • Stars: 0

Microsoft Equation 3.0/Convert python2 to python3

j0lama/CVE-2017-11882

Type: github • Created: 2018-10-23 07:44:39 UTC • Stars: 0

qy1202/https-github.com-Ridter-CVE-2017-11882-

Type: github • Created: 2018-06-28 12:35:53 UTC • Stars: 0

ChaitanyaHaritash/CVE-2017-11882

Type: github • Created: 2018-05-04 17:50:57 UTC • Stars: 2

Empire Port of CVE-2017-11882

herbiezimmerman/CVE-2017-11882-Possible-Remcos-Malspam

Type: github • Created: 2018-04-23 03:07:25 UTC • Stars: 0

likekabin/CVE-2017-11882

Type: github • Created: 2018-01-16 05:47:47 UTC • Stars: 0

Shadowshusky/CVE-2017-11882-

Type: github • Created: 2017-11-27 01:50:44 UTC • Stars: 2

legendsec/CVE-2017-11882-for-Kali

Type: github • Created: 2017-11-24 07:11:13 UTC • Stars: 0

# CVE-2017-11882-metasploit This is a Metasploit module which exploits CVE-2017-11882 using the POC below: https://embedi.com/blog/skeleton-closet-ms-office-vulnerability-you-didnt-know-about. ## Installation 1) Copy the cve_2017_11882.rb to /usr/share/metasploit-framework/modules/exploits/windows/local/ 2) Copy the cve-2017-11882.rtf to /usr/share/metasploit-framework/data/exploits/ This module is a quick port to Metasploit and uses mshta.exe to execute the payload. There are better ways to implement this module and exploit but will update it as soon as I have the time.

Grey-Li/CVE-2017-11882

Type: github • Created: 2017-11-22 04:53:44 UTC • Stars: 0

starnightcyber/CVE-2017-11882

Type: github • Created: 2017-11-22 01:11:39 UTC • Stars: 43

CVE-2017-11882 exploitation

0x09AL/CVE-2017-11882-metasploit

Type: github • Created: 2017-11-21 18:17:28 UTC • Stars: 99

This is a Metasploit module which exploits CVE-2017-11882 using the POC released here : https://embedi.com/blog/skeleton-closet-ms-office-vulnerability-you-didnt-know-about.

rip1s/CVE-2017-11882

Type: github • Created: 2017-11-21 15:22:41 UTC • Stars: 329

CVE-2017-11882 Exploit accepts over 17k bytes long command/code in maximum.

Ridter/CVE-2017-11882

Type: github • Created: 2017-11-21 05:55:53 UTC • Stars: 541

CVE-2017-11882 from https://github.com/embedi/CVE-2017-11882

embedi/CVE-2017-11882

Type: github • Created: 2017-11-20 16:35:30 UTC • Stars: 495

Proof-of-Concept exploits for CVE-2017-11882

Timeline

  • CVE ID Reserved

  • CVE Published to Public

  • Exploit Used in Malware

  • Added to KEVIntel

  • Added to KEVIntel

  • Detected by Metasploit