# N/A
## 漏洞概述
EyesOfNetwork 5.3 中的 EyesOfNetwork API 2.4.2 存在 SQL 注入漏洞,未经过认证的攻击者可以通过 `username` 字段在 `include/api_functions.php` 文件中对 `getApiKey` 方法进行攻击,以绕过认证。
## 影响版本
- EyesOfNetwork 5.3
- EyesOfNetwork API 2.4.2
## 漏洞细节
攻击者可以利用 `username` 字段在 `include/api_functions.php` 文件的 `getApiKey` 方法中注入恶意的 SQL 代码。此漏洞允许攻击者执行各种任务,包括绕过认证。
## 影响
- 未经过认证的攻击者可以利用此漏洞绕过认证机制。
- 可能进一步导致敏感数据的泄露或未经授权的访问。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | An issue was discovered in EyesOfNetwork 5.3. The EyesOfNetwork API 2.4.2 is prone to SQL injection, allowing an unauthenticated attacker to perform various tasks such as authentication bypass via the username field to getApiKey in include/api_functions.php. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2020/CVE-2020-8656.yaml | POC详情 |
暂无评论