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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2024-0757-Exploit — CVE-2024-0757 的 PoC 漏洞利用程序 - Insert or Embed Articulate Content into WordPress 远程代码执行 (RCE) | Kitploit
工具/GitHubGitHub/hunthubspace/cve-2024-0757-exploit
Payload生成漏洞分析漏洞利用Web应用程序漏洞利用渗透测试远程访问工具
GitHubhunthubspace/cve-2024-0757-exploit

CVE-2024-0757-Exploit

CVE-2024-0757 的 PoC 漏洞利用程序 - Insert or Embed Articulate Content into WordPress 远程代码执行 (RCE)

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
查看仓库网站
832年前尚未审核

CVE-2024-0757 (漏洞利用)

描述

WordPress 的 Insert or Embed Articulate Content into WordPress 插件在 4.3000000023 及之前的所有版本中,由于对 zip 压缩包中的文件上传处理不安全,因此存在任意文件上传漏洞。这使得未经验证的攻击者能够在受影响站点的服务器上上传包含 phar 文件的 zip 文件,从而有可能实现远程代码执行。

[!IMPORTANT] CVSS: 8.8(高危) [CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H]
软件类型: 插件
软件标识: insert-or-embed-articulate-content-into-wordpress
受影响版本: <= 4.3000000023

漏洞利用

  1. 克隆漏洞利用代码
root@kitploit:~
  git clone https://github.com/hunThubSpace/CVE-2024-0757-Exploit.git && cd CVE-2024-0757-Exploit
  1. 安装依赖
root@kitploit:~
  pip install -r requirements.txt
  1. 运行漏洞利用
root@kitploit:~
  python3 exploit.py
  1. 访问给定的 URL 并点击 Go to shell page
  2. 你获得了一个 shell :)

PoC 视频

https://github.com/hunThubSpace/CVE-2024-0757-Exploit/assets/49031710/6855e8c4-a00b-469d-bcec-7b2252352ee4

下载工具