# N/A
## 漏洞概述
gVectors wpDiscuz 插件 5.3.5 及更早版本存在 SQL 注入漏洞,远程攻击者可以通过 `wpdLoadMoreComments` 请求中的 `order` 参数执行任意 SQL 命令。
## 影响版本
- WordPress gVectors wpDiscuz 插件版本 5.3.5 及更早版本
- 7.x 版本不受影响
## 漏洞细节
攻击者可以通过 `wpdLoadMoreComments` 请求中的 `order` 参数注入恶意的 SQL 代码,并执行任意 SQL 命令。
## 影响
此漏洞允许远程攻击者执行任意 SQL 命令,可能导致数据库数据泄露或被篡改。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | CVE-2020-13640 - SQL injection in wpDiscuz WordPress plugin <= 5.3.5 | https://github.com/asterite3/CVE-2020-13640 | POC详情 |
| 2 | A SQL injection issue in the gVectors wpDiscuz plugin 5.3.5 and earlier for WordPress allows remote attackers to execute arbitrary SQL commands via the order parameter of a wpdLoadMoreComments request. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2020/CVE-2020-13640.yaml | POC详情 |
暂无评论