# WooCommerce Help Scout 2.9.1 以下版本 - 未经认证的任意文件上传导致 RCE
## 漏洞概述
WooCommerce Help Scout WordPress 插件在 2.9.1 版本之前允许未经身份验证的用户上传任意文件到站点,默认情况下这些文件会保存在 `wp-content/uploads/hstmp` 目录下。
## 影响版本
- 包含 2.9.1 之前的版本
## 漏洞细节
插件的版本低于 2.9.1 时,恶意用户可以在未经过身份验证的情况下上传任意文件。这些文件会被默认存储在 `wp-content/uploads/hstmp` 目录中。
## 影响
此漏洞可能导致任意文件上传,攻击者可以上传包含恶意代码的文件,从而进一步入侵或控制网站。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | WooCommerce Help Scout plugin before version 2.9.1 contains an unrestricted file upload vulnerability. The vulnerability allows unauthenticated users to upload arbitrary files to the server which by default will end up in wp-content/uploads/hstmp/ directory, potentially leading to remote code execution. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2021/CVE-2021-24212.yaml | POC详情 |
暂无评论