Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2017-8759-Exploit-sample — Running CVE-2017-8759 exploit sample. | Kitploit
Tools/GitHubGitHub/voulnet/cve-2017-8759-exploit-sample
Payload GenerationExploitationWeb Application ExploitationPenetration TestingCommand and ControlLearning & Education
GitHubvoulnet/cve-2017-8759-exploit-sample

CVE-2017-8759-Exploit-sample

Running CVE-2017-8759 exploit sample.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
255926 years agoReviewed by Kitploit

CVE-2017-8759-Exploit-sample

Running CVE-2017-8759 exploit sample.

Flow of the exploit:

Word macro runs in the Doc1.doc file. The macro downloads a badly formatted txt file over wsdl, which triggers the WSDL parser log. Then the parsing log results in running mshta.exe which in turn runs a powershell commands that runs mspaint.exe

To test:

Run a webserver on port 8080, and put the files exploit.txt and cmd.hta on its root. For example python3 -m http.server -127.0.0.1 8080 Or you can use python3 server.py

If all is good mspaint should run.

Mohammed Aldoub @Voulnet

References:

https://www.fireeye.com/blog/threat-research/2017/09/zero-day-used-to-distribute-finspy.html

Download Tool