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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2024-41817-poc — CVE-2024-41817 POC ImageMagick <= 7.1.1-35 Arbitrary Code Execution | Kitploit
工具/GitHubGitHub/dxsk/cve-2024-41817-poc
Payload GenerationVulnerability AnalysisExploitationWeb SecurityPenetration TestingLearning & Education
GitHubdxsk/cve-2024-41817-poc

CVE-2024-41817-poc

CVE-2024-41817 POC ImageMagick <= 7.1.1-35 Arbitrary Code Execution

查看仓库
41年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
网站

ImageMagick 任意代码执行漏洞 (CVE-2024-41817)

针对 ImageMagick 版本 <= 7.1.1-35 的概念验证利用程序,通过恶意 XML 委托实现任意代码执行。

描述

该漏洞利用利用了 ImageMagick 中的一个漏洞,允许通过特制库执行任意代码。该脚本可以:

  • 检测易受攻击的 ImageMagick 版本
  • 生成恶意载荷
  • 自动部署并执行漏洞利用

要求

  • Python 3.11+
  • GCC >= 9.4.0
  • Python 包:
    • paramiko

安装

root@kitploit:~
git clone https://github.com/Dxsk/CVE-2024-41817-poc/
cd CVE-2024-41817-poc
pip install -r requirements.txt

用法

自动检测易受攻击版本:

root@kitploit:~
python3 exploit.py -H <target> -p <port> -u <user> -P <password> -d

仅构建载荷:

root@kitploit:~
python3 exploit.py -c "command" -B

全自动模式(检测、构建并部署):

root@kitploit:~
python3 exploit.py -c "command" -H <target> -p <port> -u <user> -P <password> -A

选项:

  • -c, --command:要执行的命令(默认:"id")
  • -H, --host:目标主机
  • -p, --port:SSH 端口(默认:22)
  • -u, --username:SSH 用户名
  • -P, --password:SSH 密码
  • -d, --detection:自动检测 ImageMagick 是否易受攻击
  • -B, --build:仅构建载荷
  • -A, --auto:全自动模式
  • -v, --verbose:详细输出

测试环境

  • Ubuntu 22.04.5 LTS
  • ImageMagick 7.1.1-35

作者

  • Daihyxsk
  • Github:https://github.com/Dxsk

参考

  • ImageMagick 安全公告
  • CVE:CVE-2024-41817

免责声明

本工具仅供教育目的使用。请仅针对您拥有测试权限的系统使用。

下载工具