# N/A
## 漏洞概述
qcubed 的 `profile.php` 文件中的 `strQuery` 参数存在 SQL 注入漏洞,影响所有版本,包括 3.1.1。未授权的攻击者可以通过精心制作的 POST 请求注入 SQL 代码,从而访问数据库。
## 影响版本
- qcubed 的所有版本,包括 3.1.1
## 漏洞细节
- 影响文件: `profile.php`
- 漏洞参数: `strQuery`
- 攻击方式: 精心制作的 POST 请求
- 攻击途径: 通过注入 SQL 代码
## 漏洞影响
- 未授权的攻击者能够访问数据库,可能存在数据泄露和数据篡改的风险。
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | A Poc for CVE-2020-24913, a SQL injection vulnerability in qcubed (all versions including 3.1.1) in profile.php via the strQuery parameter allows an unauthenticated attacker to access the database by injecting SQL code via a crafted POST request. | https://github.com/agarma/CVE-2020-24913-PoC | POC详情 |
2 | automated SQL injection for QCubed profile.php file | https://github.com/shpaw415/CVE-2020-24913-exploit | POC详情 |
暂无评论