vendor:
N/A
by:
Roelof Temmingh
7,5
CVSS
HIGH
Command Injection
78
CWE
Product Name: N/A
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2000
PERL Script to Execute Commands on IIS Unicode Vulnerable Servers
This PERL script can be used to execute commands on IIS Unicode vulnerable servers. It makes use of the 'Socket' library and checks for the presence of cmd.exe. If it is not present, it copies the cmd.exe to something else and then uses it. The script then sends a GET request to the server with the command to be executed.
Mitigation:
Ensure that the web application is not vulnerable to command injection attacks. Input validation should be done to ensure that the user input is not malicious.