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
Follina MS-MSDT 0-day MS Office RCE (CVE-2022-30190) PoC in Go
Readme
```console
$ gollina -h

  gollina
  Follina MS-MSDT 0-day MS Office RCE PoC in Go
  --
  @dwisiswant0

Usage:
  gollina -c [COMMAND] [OPTIONS...]

Options:
  -h, --host        Listener host (default: 0.0.0.0)
  -p, --port        Listener port (default: 8090)
  -n, --name        Word file name (w/o extension, default: gollina)
  -c, --command     Arbitrary command to execute

Examples:
  gollina -c "cmd.exe /c calc.exe"
  gollina -c "cmd.exe /c calc.exe" -p 8080

```

<hr></hr>
<h6 align="center"><small>DISCLAIMER</small></h6>
<h6 align="center"><sub>Usage of this program without prior mutual consent can be considered as an illegal activity. It is the final user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.
</sub></h6>
File Snapshot

[4.0K] /data/pocs/47a722946cff72eef03406f309489810ad4e797f ├── [ 966] compile.go ├── [ 523] consts.go ├── [ 57] err.go ├── [ 173] go.mod ├── [1.2K] go.sum ├── [1.0K] LICENSE ├── [2.2K] main.go ├── [ 131] options.go ├── [ 857] README.md ├── [4.0K] res │   ├── [4.0K] docx │   │   ├── [2.3K] [Content_Types].xml │   │   ├── [4.0K] docProps │   │   │   ├── [ 746] app.xml │   │   │   └── [ 750] core.xml │   │   ├── [4.0K] _rels │   │   └── [4.0K] word │   │   ├── [4.0K] document.xml │   │   ├── [1.4K] fontTable.xml │   │   ├── [4.0K] _rels │   │   │   └── [2.1K] document.xml.rels │   │   ├── [2.6K] settings.xml │   │   ├── [ 29K] styles.xml │   │   ├── [4.0K] theme │   │   │   └── [8.1K] theme1.xml │   │   └── [ 586] webSettings.xml │   └── [ 180] exploit.gohtml ├── [1.1K] serve.go ├── [1.5K] utils.go └── [ 188] vars.go 7 directories, 23 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 →