Vulnerabilities
40 CVEs · NVD, GitHub Advisories, CISA KEV, FIRST EPSS, GitHub PoC repos
| CVE | Vulnerability | CVSS | EPSS | Flags | Affected | Exposure | Published |
|---|---|---|---|---|---|---|---|
| CVE-2022-41572 | An issue was discovered in EyesOfNetwork (EON) through 5.3.11. An issue was discovered in EyesOfNetwork (EON) through 5.3.11. Privilege escalation can be accomplished on the server because nmap can be run as root. The attacker achieves total control over the server. NVD description · AI analysis pending | 9.8 | <1% |
| — | ||
| CVE-2022-41434 | EyesOfNetwork Web Interface v5.3 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the component /lilac/main.php. EyesOfNetwork Web Interface v5.3 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the component /lilac/main.php. NVD description · AI analysis pending | 6.1 group max | <1% |
| — | ||
| CVE-2022-41571 +1 in the same advisory: …41570 | An issue was discovered in EyesOfNetwork (EON) through 5.3.11. An issue was discovered in EyesOfNetwork (EON) through 5.3.11. Local file inclusion can occur. NVD description · AI analysis pending | 9.8 | <1% |
| — | ||
| CVE-2021-40643 | EyesOfNetwork before 07-07-2021 has a Remote Code Execution vulnerability on the mail options configuration page. EyesOfNetwork before 07-07-2021 has a Remote Code Execution vulnerability on the mail options configuration page. In the location of the "sendmail" application in the "cacti" configuration page (by default/usr/sbin/sendmail) it is possible to execute any command, which will be executed when we make a test of the configuration ("send test mail"). NVD description · AI analysis pending | 9.8 | 3% |
| — | ||
| CVE-2022-24612 | An authenticated user can upload an XML file containing an XSS via the ITSM module of EyesOfNetwork 5.3.11, resulting in a stored XSS. An authenticated user can upload an XML file containing an XSS via the ITSM module of EyesOfNetwork 5.3.11, resulting in a stored XSS. NVD description · AI analysis pending | 5.4 | <1% | PoC |
| — | |
| CVE-2021-33525 | EyesOfNetwork eonweb through 5.3-11 allows Remote Command Execution (by authenticated users) via shell metacharacters in the nagios_path parameter to lilac/expo EyesOfNetwork eonweb through 5.3-11 allows Remote Command Execution (by authenticated users) via shell metacharacters in the nagios_path parameter to lilac/export.php, as demonstrated by %26%26+curl to insert an "&& curl" substring for the shell. NVD description · AI analysis pending | 8.8 | 8% | PoC |
| — | |
| CVE-2021-27514 +1 in the same advisory: …27513 | EyesOfNetwork 5.3-10 uses an integer of between 8 and 10 digits for the session ID, which might be leveraged for brute-force authentication bypass (such as in C EyesOfNetwork 5.3-10 uses an integer of between 8 and 10 digits for the session ID, which might be leveraged for brute-force authentication bypass (such as in CVE-2021-27513 exploitation). NVD description · AI analysis pending | 9.8 group max | 4% | PoC |
| — | |
| CVE-2020-27886 +1 in the same advisory: …27887 | An issue was discovered in EyesOfNetwork eonweb 5.3-7 through 5.3-8. An issue was discovered in EyesOfNetwork eonweb 5.3-7 through 5.3-8. The eonweb web interface is prone to a SQL injection, allowing an unauthenticated attacker to exploit the username_available function of the includes/functions.php file (which is called by login.php). NVD description · AI analysis pending | 9.8 group max | 2% |
| — | ||
| CVE-2020-24390 | eonweb in EyesOfNetwork before 5.3-7 does not properly escape the username on the /module/admin_logs page, which might allow pre-authentication stored XSS durin eonweb in EyesOfNetwork before 5.3-7 does not properly escape the username on the /module/admin_logs page, which might allow pre-authentication stored XSS during login/logout logs recording. NVD description · AI analysis pending | 6.1 | <1% |
| — | ||
| CVE-2020-9465 | An issue was discovered in EyesOfNetwork eonweb 5.1 through 5.3 before 5.3-3. An issue was discovered in EyesOfNetwork eonweb 5.1 through 5.3 before 5.3-3. The eonweb web interface is prone to a SQL injection, allowing an unauthenticated attacker to perform various tasks such as authentication bypass via the user_id field in a cookie. NVD description · AI analysis pending | 9.8 | 82% | PoC |
| — | |
| CVE-2020-8655 | Privilege Escalation to Root in EyesOfNetwork 5.3 via Sudo Nmap NSE Scripts EyesOfNetwork 5.3 ships a sudoers configuration that grants the apache user the ability to run nmap 7 as root without a password, an improper privilege management flaw (CWE-269). A local attacker who has already obtained code execution in the apache user's context, typically through the monitoring platform's web application, can supply a crafted NSE (Lua) script that nmap executes with root privileges. Successful exploitation yields arbitrary command execution as root, giving the attacker full control of the monitoring server with high impact on confidentiality, integrity, and availability (CVSS 3.1: 7.8). Organizations running EyesOfNetwork 5.3 are affected. The flaw has public proof-of-concept exploits, a 60.1% EPSS score (99th percentile), and was added to the CISA Known Exploited Vulnerabilities catalog on 2021-11-03, indicating exploitation in the wild. Do: Apply EyesOfNetwork updates per the vendor's instructions, prioritizing internet-facing monitoring servers since the issue is on CISA KEV with a high EPSS score. As an interim mitigation, audit /etc/sudoers for the apache user's passwordless nmap entry and restrict it so nmap cannot run attacker-controlled NSE scripts (e.g., limit scripts to a trusted, non-writable directory) or remove the sudo grant. Review apache and nmap process logs for signs of prior root-level compromise. | 7.8 group max | 60% | KEV PoC ×3 |
| nichelikely low thousands of deployments worldwide (no published install or internet-exposure counts in the data) | |
| CVE-2020-8657 | Hard-Coded API Key in EyesOfNetwork 5.3 Lets Attackers Forge Admin Tokens EyesOfNetwork 5.3 ships with a single hard-coded API key (EONAPI_KEY in include/api_functions.php, used by API version 2.4.2) that is identical across all installations. Because the secret is baked into the source, any unauthenticated remote attacker can use it to calculate or guess a valid admin access token for the product's API, with no privileges or user interaction required (CVSS 3.1 9.8, AV:N/AC:L/PR:N/UI:N). An attacker with an admin token gains administrative control of the EyesOfNetwork API, and public proof-of-concept material for EyesOfNetwork 5.3 (a PacketStorm write-up demonstrating command execution via the AutoDiscovery component) shows how flaws in this release can be chained toward broader compromise. All EyesOfNetwork 5.3 deployments are affected, with exposure limited to installations whose API is reachable by untrusted users or the internet. The flaw is listed in CISA KEV (added 2021-11-03), confirming exploitation in the wild; EPSS estimates a 91.9% probability of exploitation within 30 days, though ransomware use is not confirmed. Do: Upgrade EyesOfNetwork per the vendor's instructions, as required by the CISA KEV listing. If patching is delayed, replace the default EONAPI_KEY with a unique random key, regenerate admin API tokens, and restrict access to the HTTP/API service to trusted networks. Audit API logs for admin tokens minted with the default key and check for chained exploitation via the AutoDiscovery command-execution issue, given confirmed in-the-wild activity. | 9.8 | 92% | KEV PoC |
| nichelikely on the order of a few thousand deployments worldwide; exact count unknown | |
| CVE-2019-14923 | EyesOfNetwork 5.1 allows Remote Command Execution via shell metacharacters in the module/tool_all/ host field. EyesOfNetwork 5.1 allows Remote Command Execution via shell metacharacters in the module/tool_all/ host field. NVD description · AI analysis pending | 8.8 | 4% | PoC |
| — | |
| CVE-2017-16000 | SQL injection vulnerability in the EyesOfNetwork web interface (aka eonweb) 5.1-0 allows remote authenticated administrators to execute arbitrary SQL commands v SQL injection vulnerability in the EyesOfNetwork web interface (aka eonweb) 5.1-0 allows remote authenticated administrators to execute arbitrary SQL commands via the graph parameter to module/capacity_per_label/index.php. NVD description · AI analysis pending | 7.2 | 2% | PoC |
| — | |
| CVE-2017-15933 | SQL injection vulnerability vulnerability in the EyesOfNetwork web interface (aka eonweb) 5.1-0 allows remote authenticated administrators to execute arbitrary SQL injection vulnerability vulnerability in the EyesOfNetwork web interface (aka eonweb) 5.1-0 allows remote authenticated administrators to execute arbitrary SQL commands via the host parameter to module/capacity_per_device/index.php. NVD description · AI analysis pending | 7.2 | 2% | PoC |
| — | |
| CVE-2017-15880 | SQL injection vulnerability vulnerability in the EyesOfNetwork web interface (aka eonweb) 5.1-0 allows remote authenticated administrators to execute arbitrary SQL injection vulnerability vulnerability in the EyesOfNetwork web interface (aka eonweb) 5.1-0 allows remote authenticated administrators to execute arbitrary SQL commands via the group_name parameter to module/admin_group/add_modify_group.php (for insert_group and update_group). NVD description · AI analysis pending | 7.2 | 2% | PoC ×2 |
| — | |
| CVE-2017-15188 | A persistent (stored) XSS vulnerability in the EyesOfNetwork web interface (aka eonweb) 5.1-0 allows remote authenticated administrators to inject arbitrary web A persistent (stored) XSS vulnerability in the EyesOfNetwork web interface (aka eonweb) 5.1-0 allows remote authenticated administrators to inject arbitrary web script or HTML via the hosts array parameter to module/admin_device/index.php. NVD description · AI analysis pending | 4.8 | <1% | PoC |
| — | |
| CVE-2017-14985 | Cross-site scripting (XSS) vulnerability in the EyesOfNetwork web interface (aka eonweb) 5.1-0 allows remote authenticated users to inject arbitrary web script Cross-site scripting (XSS) vulnerability in the EyesOfNetwork web interface (aka eonweb) 5.1-0 allows remote authenticated users to inject arbitrary web script or HTML via the url parameter to module/module_frame/index.php. NVD description · AI analysis pending | 5.4 group max | <1% | PoC |
| — | |
| CVE-2017-14753 | Cross-site scripting (XSS) vulnerability in the EyesOfNetwork web interface (aka eonweb) 5.1-0 allows remote authenticated users to inject arbitrary web script Cross-site scripting (XSS) vulnerability in the EyesOfNetwork web interface (aka eonweb) 5.1-0 allows remote authenticated users to inject arbitrary web script or HTML via the filter parameter to module/module_filters/index.php. NVD description · AI analysis pending | 5.4 | <1% | PoC |
| — | |
| CVE-2017-14403 | The EyesOfNetwork web interface (aka eonweb) 5.1-0 has SQL injection via the term parameter to module/admin_group/search.php. The EyesOfNetwork web interface (aka eonweb) 5.1-0 has SQL injection via the term parameter to module/admin_group/search.php. NVD description · AI analysis pending | 9.8 group max | 1% | PoC |
| — | |
| CVE-2017-14252 +1 in the same advisory: …14247 | SQL Injection exists in the EyesOfNetwork web interface (aka eonweb) 5.1-0 via the group_id cookie to side.php. SQL Injection exists in the EyesOfNetwork web interface (aka eonweb) 5.1-0 via the group_id cookie to side.php. NVD description · AI analysis pending | 9.8 | 1% | PoC |
| — | |
| CVE-2017-14119 +1 in the same advisory: …14118 | In the EyesOfNetwork web interface (aka eonweb) 5.1-0, module\tool_all\tools\snmpwalk.php does not properly restrict popen calls, which allows remote attackers In the EyesOfNetwork web interface (aka eonweb) 5.1-0, module\tool_all\tools\snmpwalk.php does not properly restrict popen calls, which allows remote attackers to execute arbitrary commands via shell metacharacters in a parameter. NVD description · AI analysis pending | 8.8 | 2% | PoC |
| — | |
| CVE-2017-13780 | The EyesOfNetwork web interface (aka eonweb) 5.1-0 allows directory traversal attacks for reading arbitrary files via the module/admin_conf/download.php file pa The EyesOfNetwork web interface (aka eonweb) 5.1-0 allows directory traversal attacks for reading arbitrary files via the module/admin_conf/download.php file parameter. NVD description · AI analysis pending | 7.5 | 2% |
| — | ||
| CVE-2017-1000060 | EyesOfNetwork (EON) 5.1 Unauthenticated SQL Injection in eonweb leading to remote root EyesOfNetwork (EON) 5.1 Unauthenticated SQL Injection in eonweb leading to remote root NVD description · AI analysis pending | 9.8 | 3% | PoC |
| — | |
| CVE-2017-6088 | Multiple SQL injection vulnerabilities in EyesOfNetwork (aka EON) 5.0 and earlier allow remote authenticated users to execute arbitrary SQL commands via the (1) Multiple SQL injection vulnerabilities in EyesOfNetwork (aka EON) 5.0 and earlier allow remote authenticated users to execute arbitrary SQL commands via the (1) bp_name, (2) display, (3) search, or (4) equipment parameter to module/monitoring_ged/ged_functions.php or the (5) type parameter to monitoring_ged/ajax.php. NVD description · AI analysis pending | 7.2 | 6% | PoC ×3 |
| — |