SB2020020720 - Multiple vulnerabilities in EyesOfNetwork
Published: February 7, 2020 Updated: March 3, 2020
Breakdown by Severity
- Low
- Medium
- High
- Critical
Description
This security bulletin contains information about 4 secuirty vulnerabilities.
1) Insufficiently protected credentials (CVE-ID: CVE-2020-8657)
The vulnerability allows a remote attacker to obtain the administrator credentials.
The vulnerability exists due to 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. A remote attacker can calculate/guess the admin access token.
2) SQL injection (CVE-ID: CVE-2020-8656)
The vulnerability allows a remote attacker to execute arbitrary SQL queries in database.
The vulnerability exists due to insufficient sanitization of user-supplied data passed via the "username" field to getApiKey in "include/api_functions.php". A remote attacker can send a specially crafted request to the affected application and execute arbitrary SQL commands within the application database.
Successful exploitation of this vulnerability may allow a remote attacker to read, delete, modify data in database and gain complete control over the affected application.
3) Permissions, Privileges, and Access Controls (CVE-ID: CVE-2020-8655)
The vulnerability allows a remote attacker to escalate privileges on the system.
The vulnerability exists due to improper privilege management in the sudoers configuration. A remote apache user can run arbitrary commands as root via a crafted NSE script for nmap 7.
4) OS Command Injection (CVE-ID: CVE-2020-8654)
The vulnerability allows a remote attacker to execute arbitrary shell commands on the target system.
The vulnerability exists due to improper input validation. A remote authenticated attacker can buse the AutoDiscovery module to run arbitrary OS commands via the /module/module_frame/index.php autodiscovery.php target field.
Successful exploitation of this vulnerability may result in complete compromise of vulnerable system.
Remediation
Cybersecurity Help is not aware of any official remediation provided by the vendor.
References
- https://github.com/EyesOfNetworkCommunity/eonapi/issues/17
- http://packetstormsecurity.com/files/156266/EyesOfNetwork-5.3-Remote-Code-Execution.html
- https://github.com/EyesOfNetworkCommunity/eonapi/issues/16
- https://github.com/EyesOfNetworkCommunity/eonconf/issues/8
- https://github.com/EyesOfNetworkCommunity/eonweb/issues/50