header-logo
Suggest Exploit
vendor:
Webserver
by:
SecurityFocus
7.5
CVSS
HIGH
Command Injection
78
CWE
Product Name: Webserver
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
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: Unix
2001

Command Injection

Bajie Webserver is vulnerable to command injection when a specially crafted URL containing arbitrary code is requested. Any arbitrary commands appended to a malicious URL after the ';' will be executed as an independent job.

Mitigation:

Ensure that user input is properly sanitized and validated before being used in a command.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/2389/info

Requesting a specailly crafted URL containg arbitrary code, can be exected on a Unix system running Bajie Webserver. Any arbitrary commands appended to a malicious URL after the ';' will be executed as an independent job. 

http://target/bin/test.txt;%20[shell command]