Vulnerabilities (CVE)

Filtered by vendor Riello-ups Subscribe
Filtered by product Netman 204
Total 5 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2022-47893 1 Riello-ups 2 Netman 204, Netman 204 Firmware 2023-12-10 N/A 9.8 CRITICAL
There is a remote code execution vulnerability that affects all versions of NetMan 204. A remote attacker could upload a firmware file containing a webshell, that could allow him to execute arbitrary code as root.
CVE-2022-47892 1 Riello-ups 2 Netman 204, Netman 204 Firmware 2023-12-10 N/A 7.5 HIGH
All versions of NetMan 204 could allow an unauthenticated remote attacker to read a file (config.cgi) containing sensitive information, like credentials.
CVE-2022-47891 1 Riello-ups 2 Netman 204, Netman 204 Firmware 2023-12-10 N/A 8.8 HIGH
All versions of NetMan 204 allow an attacker that knows the MAC and serial number of the device to reset the administrator password via the legitimate recovery function.
CVE-2022-3372 1 Riello-ups 2 Netman 204, Netman 204 Firmware 2023-12-10 N/A 8.8 HIGH
There is a CSRF vulnerability on Netman-204 version 02.05. An attacker could manage to change administrator passwords through a Cross Site Request Forgery due to the lack of proper validation on the CRSF token. This vulnerability could allow a remote attacker to access the administrator panel, being able to modify different parameters that are critical for industrial operations.
CVE-2017-6900 1 Riello-ups 2 Netman 204, Netman 204 Firmware 2023-12-10 10.0 HIGH 9.8 CRITICAL
An issue was discovered in Riello NetMan 204 14-2 and 15-2. The issue is with the login script and wrongpass Python script used for authentication. When calling wrongpass, the variables $VAL0 and $VAL1 should be enclosed in quotes to prevent the potential for Bash command injection. Further to this, VAL0 and VAL1 should be sanitised to ensure they do not contain malicious characters. Passing it the username of '-' will cause it to time out and log the user in because of poor error handling. This will log the attacker in as an administrator where the telnet / ssh services can be enabled, and the credentials for local users can be reset. Also, login.cgi accepts the username as a GET parameter, so login can be achieved by browsing to the /cgi-bin/login.cgi?username=-%20a URI.