# Fluent Forms接触表单插件 <= 5.1.16版本存在权限验证不足和权限提升漏洞
## 漏洞概述
Fluent Forms插件中存在一个权限提升漏洞,该漏洞是由于其REST API端点 `/wp-json/fluentform/v1/managers` 缺少能力检查,导致未认证攻击者可以授予任意用户管理权限或删除管理账户。
## 影响版本
所有版本直到包括5.1.16
## 漏洞细节
Fluent Forms插件的`/wp-json/fluentform/v1/managers` REST API端点没有进行适当的能力检查,使得未认证的攻击者能够滥用此功能:
1. 为任意用户授予Fluent Form管理权限。
2. 删除管理账户。
## 漏洞影响
未认证攻击者可以利用此漏洞获取对插件设置和功能的完全访问权限,并且能够删除管理账户,从而对WordPress站点造成严重的安全威胁。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | CVE-2024-2771 Proof-of-Concept | https://github.com/whale93/CVE-2024-2771-PoC | POC详情 |
| 2 | The plugin is vulnerable to privilege escalation due to a missing capability check on the /wp-json/fluentform/v1/managers REST API endpoint. This makes it possible for unauthenticated attackers to grant users with Fluent Form management permissions which gives them access to all of the plugin's settings and features. This also makes it possible for unauthenticated attackers to delete manager accounts. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2024/CVE-2024-2771.yaml | POC详情 |
暂无评论