vendor:
Snitz Forums
by:
7.5
CVSS
HIGH
Command Injection
77
CWE
Product Name: Snitz Forums
Affected Version From: Snitz Forums 3.3.03
Affected Version To: Potentially other versions
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Remote command execution against Snitz Forums 3.3.03 (and probably others)
This Perl script allows for remote command execution against Snitz Forums 3.3.03 and potentially other versions. The script prompts the user for the web server, port, and path to the 'register.asp' file. It then prompts for a command to execute non-interactively. The script sends a POST request with the command injected into the 'Email' parameter. The vulnerability allows an attacker to execute arbitrary commands on the target system.
Mitigation:
To mitigate this vulnerability, it is recommended to update to a patched version of Snitz Forums or use an alternative forum software. Additionally, input validation and sanitization should be implemented to prevent command injection attacks.