# 联系表单插件设置篡改漏洞
## 概述
Fluent Forms Contact Form 插件存在一个漏洞,允许未经授权的用户通过 `/wp-json/fluentform/v1/global-settings` REST API 端点修改插件的所有设置。
## 影响版本
- 所有版本,直到包括 5.1.16 版本
## 细节
该问题是由缺少能力检查(capability check)引起的。对于未授权的攻击者而言,可以利用此漏洞修改插件的所有设置。
## 影响
未授权的攻击者可以修改插件的设置,这可能导致数据未经授权的修改。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | CVE-2024-2782 Proof-of-Concept | https://github.com/whale93/CVE-2024-2782-PoC | POC详情 |
| 2 | The Contact Form Plugin by Fluent Forms for Quiz, Survey, and Drag & Drop WP Form Builder plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the /wp-json/fluentform/v1/global-settings REST API endpoint in all versions up to, and including, 5.1.16. This makes it possible for unauthenticated attackers to modify all of the plugin's settings. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2024/CVE-2024-2782.yaml | POC详情 |
暂无评论