# N/A
## 漏洞概述
ListingPro WordPress主题(版本2.6.1之前)存在任意插件安装、激活和停用漏洞。这是因为`lp_cc_addons_actions`函数缺少能力检查,允许未认证的攻击者任意安装、激活和停用任何插件。
## 影响版本
- 2.6.1之前的版本
## 漏洞细节
`lp_cc_addons_actions`函数未进行适当的能力检查,导致攻击者可通过该漏洞在WordPress站点上执行任意插件的安装、激活和停用操作。
## 影响
- 允许未认证的攻击者在WordPress站点上安装、激活和停用任意插件。
- 可能导致进一步的安全风险,例如代码执行和站点接管。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | The ListingPro - WordPress Directory & Listing Theme for WordPress is vulnerable to Arbitrary Plugin Installation, Activation and Deactivation in versions before 2.6.1. This is due to a missing capability check on the lp_cc_addons_actions function. This makes it possible for unauthenticated attackers to arbitrarily install, activate and deactivate any plugin. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2020/CVE-2020-36719.yaml | POC详情 |
暂无评论