1 results (0.002 seconds)

CVSS: 10.0EPSS: 0%CPEs: 3EXPL: 0

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. • https://blog.synack.co.uk/2017/01/31/my-first-exploit-db-post https://web.archive.org/web/20170205100702/https://blog.synack.co.uk/2017/01/31/my-first-exploit-db-post • CWE-255: Credentials Management Errors •