# N/A
## 漏洞概述
EyesOfNetwork 5.3版本在安装时默认使用相同的API密钥(硬编码在`include/api_functions.php`文件中,版本为2.4.2),导致攻击者能够计算或猜出管理员访问令牌。
## 影响版本
- EyesOfNetwork 5.3
## 漏洞细节
EyesOfNetwork 5.3的安装程序默认情况下使用相同的API密钥(硬编码为`EONAPI_KEY`),位于`include/api_functions.php`文件中。此API密钥版本为2.4.2。
## 漏洞影响
攻击者可能利用默认的硬编码API密钥来计算或猜测管理员的访问令牌,进而获取对系统的未经授权的访问权限。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | An issue was discovered in EyesOfNetwork 5.3. The installation uses the same API key (hardcoded as EONAPI_KEY in include/api_functions.php for API version 2.4.2) by default for all installations, hence allowing an attacker to calculate/guess the admin access token. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2020/CVE-2020-8657.yaml | POC详情 |
暂无评论