
Alles über CVE-2022-30190, auch bekannt als Follina, eine RCE-Schwachstelle, die Microsoft Support Diagnostic Tools (MSDT) in Office-Anwendungen wie Word betrifft. Dies ist ein sehr einfacher POC; schauen Sie sich gerne die Quellen unten an, um weitere Threat-Intelligence zu erhalten.
Alles über CVE-2022-30190, auch bekannt als follina, eine RCE-Schwachstelle, die Microsoft Support Diagnostic Tools (MSDT) in Office-Apps wie Word betrifft. Dies ist ein sehr einfacher POC. Schauen Sie sich gerne die Quellen unten an, um weitere Threat Intelligence zu erhalten.
usage: follina.py [-h] [--command COMMAND] [--ip IP] [--port PORT] [--output OUTPUT] [--reverse REVERSE]
POC for CVE-2022-30190, aka follina
options:
-h, --help show this help message and exit
--command COMMAND, -c COMMAND
The command to run on the victim (defaults to calc.exe)
--ip IP, -i IP IP to serve the payload on (defaults to 127.0.0.1)
--port PORT, -p PORT Port to serve the payload on (defaults to 4444)
--output OUTPUT, -o OUTPUT
Filename for output, should end with extension .doc, .docx or maybe .rtf (defaults to maldoc.docx)
--reverse REVERSE, -r REVERSE
Instantiate a reverse shell connection from the target at port furnished. 64-bits systems only.
Das Deaktivieren von MSDT über die Registrierung sollte dieses Problem beheben.
reg delete HKEY_CLASSES_ROOT\ms-msdt /f
https://0xsp.com/offensive/follina-cve-2022-30190-rtf/
https://github.com/JMousqueton/PoC-CVE-2022-30190