vendor:
mod_security
by:
R-73eN
7,5
CVSS
HIGH
Remote Command Execution
78
CWE
Product Name: mod_security
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
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: Linux
2016
runAV mod_security Remote Command Execution
The argv[1] parameter is passed unsanitized to a sprintf function which sends the formatted output to the cmd variable, which is later passed as a parameter to a run_cmd function on line 14.
Mitigation:
Input validation should be used to prevent command injection attacks.