# ProfilePress 3.0 - 3.1.3 版本中的文件上传组件存在任意文件上传漏洞
## 漏洞概述
在ProfilePress WordPress插件的文件上传器组件中发现了一个漏洞,允许用户在用户注册或更新个人资料期间上传任意文件。
## 影响版本
- 3.0.0 - 3.1.3
## 漏洞细节
该漏洞位于`~/src/Classes/FileUploader.php`文件中的文件上传器组件。由于缺乏足够的文件类型检查或验证机制,用户可以在注册或更新个人资料过程中上传任意文件。
## 漏洞影响
攻击者可以利用此漏洞上传恶意文件(如Web shell),从而在服务器上执行任意代码。这可能导致敏感数据泄露、服务器被控制等严重后果。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | A vulnerability in the file uploader component found in the ~/src/Classes/FileUploader.php file of the ProfilePress WordPress plugin made it possible for users to upload arbitrary files during user registration or during profile updates. This issue affects versions 3.0.0 - 3.1.3. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2021/CVE-2021-34624.yaml | POC详情 |
暂无评论