# Form-Maker < 1.15.20 - 未经认证的任意文件上传漏洞
## 漏洞概述
Form Maker by 10Web WordPress插件在1.15.20之前版本中未能正确验证用户输入创建的签名,导致未认证用户可以创建任意文件并最终导致远程代码执行(RCE)。
## 影响版本
1.15.20之前的版本
## 漏洞细节
该漏洞存在于Form Maker by 10Web WordPress插件处理用户输入生成签名的过程中。由于缺乏适当的验证机制,攻击者即使未经身份验证也可以创建任意文件。
## 影响
该漏洞可能导致未认证的攻击者创建任意文件,进而可能导致远程代码执行(RCE),威胁系统安全。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | The plugin does not validate signatures when creating them on the server from user input, allowing unauthenticated users to create arbitrary files and lead to RCE. | https://github.com/projectdiscovery/nuclei-templates/blob/main/passive/cves/2023/CVE-2023-4666.yaml | POC详情 |
| 2 | The plugin does not validate signatures when creating them on the server from user input, allowing unauthenticated users to create arbitrary files and lead to RCE. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2023/CVE-2023-4666.yaml | POC详情 |
暂无评论