vendor:
Includer.cgi
by:
K-C0d3r
7.5
CVSS
HIGH
Remote Command Execution
78
CWE
Product Name: Includer.cgi
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: CVE-Unknown
CPE:
Platforms Tested:
Unknown
Includer.cgi 1.0 remote command execution
This exploit allows an attacker to execute arbitrary commands on a remote system through the Includer.cgi script. The script takes user input and injects it directly into the URL, allowing for command injection.
Mitigation:
To mitigate this vulnerability, it is recommended to update the Includer.cgi script to properly sanitize user input and prevent command injection. Additionally, input validation and output encoding should be implemented to prevent other types of attacks.