vendor:
DNSTools
by:
SecurityFocus
8.8
CVSS
HIGH
Command Injection
78
CWE
Product Name: DNSTools
Affected Version From: 1.0.8
Affected Version To: 1.1
Patch Exists: YES
Related CWE: CVE-2001-0753
CPE: a:dnstools:dnstools
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2001
Command Injection Vulnerability in DNSTools
DNSTools version 1.0.8 and 1.10 are vulnerable to command injection due to lack of input validation. By manipulating the contents of certain post variables, arbitrary code may be executed. This can be done by sending a GET request to the webserver or cgi-bin with a malicious payload. For example, sending a GET request with the payload "domain_name=";ls""' will cause a directory listing."
Mitigation:
Input validation should be performed on user-supplied data to prevent malicious payloads from being executed.