# N/A
## 漏洞概述
Pinterest Automatic 插件存在授权绕过漏洞,这可能导致未经过身份验证的攻击者更新任意选项,包括创建新的管理员账户或重定向网站访问者。
## 影响版本
版本 1.14.3 及其以下版本
## 漏洞细节
`wp_pinterest_automatic_parse_request` 函数和 `process_form.php` 脚本中缺少权限检查,导致未经授权的用户可以利用此漏洞执行操作。
## 影响
未经过身份验证的攻击者可以更新任意选项,例如创建新的管理员账户或重定向网站访问者。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | The Pinterest Automatic plugin for WordPress is vulnerable to authorization bypass due to missing capability checks on the 'wp_pinterest_automatic_parse_request' function and the 'process_form.php' script in versions up to, and including, 1.14.3. This makes it possible for unauthenticated attackers to update arbitrary options on a site that can be used to create new administrative user accounts or redirect unsuspecting site visitors. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2021/CVE-2021-4380.yaml | POC详情 |
暂无评论