Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2022-30190 PoC — Microsoft Windows Support Diagnostic Tool (MSDT) Remote Code Execution Vulnerability

Source
Associated Vulnerability
Title:Microsoft Windows Support Diagnostic Tool (MSDT) Remote Code Execution Vulnerability (CVE-2022-30190)
Description:A remote code execution vulnerability exists when MSDT is called using the URL protocol from a calling application such as Word. An attacker who successfully exploits this vulnerability can run arbitrary code with the privileges of the calling application. The attacker can then install programs, view, change, or delete data, or create new accounts in the context allowed by the user’s rights. Please see the MSRC Blog Entry for important information about steps you can take to protect your system from this vulnerability.
Description
proof of concept to CVE-2022-30190 (follina)
Readme
# follina_cve_2022-30190
A proof of concept to CVE-2022-30190 (follina).
```
usage: exploit.py [-h] [-u HOST_IP] [-p PORT] [-o OFILE] [-m {server, create}]
                  [-s {script | script_file.ps1}] [-r HOST_IP:PORT]

Follina Exploitation Toolkit

options:
  -h, --help            show this help message and exit
  -u HOST_IP, --host HOST_IP
                        host ip address
  -p PORT, --port PORT  host port
  -o OFILE, --output OFILE
                        output file
  -m {server, create}, --mode {server, create}
                        operation mode - create doc file, run a server or both
  -s {script | script_file.ps1}, --script {script | script_file.ps1}
                        PS script for execution.
  -r HOST_IP:PORT, --remote HOST_IP:PORT
                        get a remote shell
```

**disclaimer!**: This tool was build for educational purposes only.

File Snapshot

[4.0K] /data/pocs/3f6362c3ef8ca122d4e7c30b2fc4189eae920e5c ├── [5.0K] exploit.py ├── [1.0K] LICENSE ├── [ 888] README.md ├── [4.0K] scripts │   ├── [ 38K] nc.exe │   └── [ 328] remote_shell.ps1 └── [4.0K] template ├── [1.4K] [Content_Types].xml ├── [4.0K] docProps │   ├── [ 711] app.xml │   └── [ 739] core.xml ├── [4.0K] _rels └── [4.0K] word ├── [3.9K] document.xml ├── [4.0K] embeddings │   └── [2.5K] oleObject1.bin ├── [1.6K] fontTable.xml ├── [4.0K] media │   └── [ 188] image1.emf ├── [4.0K] _rels │   └── [1.1K] document.xml.rels ├── [3.0K] settings.xml ├── [ 29K] styles.xml ├── [4.0K] theme │   └── [6.6K] theme1.xml └── [ 894] webSettings.xml 9 directories, 17 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →