vendor:
Centreon
by:
Gjoko 'LiquidWorm' Krstic
7,5
CVSS
HIGH
Command Injection
78
CWE
Product Name: Centreon
Affected Version From: 2.6.1
Affected Version To: 2.6.1
Patch Exists: YES
Related CWE: N/A
CPE: a:centreon:centreon:2.6.1
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: CentOS 6.6 (Final), Apache/2.2.15, PHP/5.3.3
2015
Centreon 2.6.1 Command Injection Vulnerability
The POST parameter 'persistant' which serves for making a new service run in the background is not properly sanitised before being used to execute commands. This can be exploited to inject and execute arbitrary shell commands as well as using cross-site request forgery attacks.
Mitigation:
Input validation should be used to prevent command injection attacks. All user-supplied input should be validated and filtered before being used in any system command.