# ProfilePress 3.0 - 3.1.3 认证用户权限提升漏洞
## 概述
ProfilePress WordPress插件中的用户资料更新组件存在漏洞,允许用户在编辑个人资料时将自己的权限提升到管理员权限。
## 影响版本
- 3.0.0 - 3.1.3
## 细节
该漏洞位于 `~/src/Classes/EditUserProfile.php` 文件中。攻击者可以利用此漏洞将自己的用户权限提升到管理员权限,从而获得更高的访问权限。
## 影响
用户可以将自身的权限提升到管理员级别,导致权限提升的安全风险。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | ProfilePress plugin before 3.1.4 allows privilege escalation. Due to insufficient validation in the profile update functionality, authenticated users can supply arbitrary usermeta fields, including `wp_capabilities`, during profile updates. This enables a user to escalate their privileges to administrator. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2021/CVE-2021-34622.yaml | POC详情 |
暂无评论