vendor:
php-cmdb
by:
HauntIT Blog
8,8
CVSS
HIGH
XSS and SQL Injection
79, 89
CWE
Product Name: php-cmdb
Affected Version From: 0.7.3
Affected Version To: 0.7.3
Patch Exists: YES
Related CWE: N/A
CPE: a:php-cmdb:php-cmdb:0.7.3
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
2014
Multiple vulnerabilities in PHP-CMDB
Multiple vulnerabilities exist in PHP-CMDB version 0.7.3, including XSS and SQL Injection. An attacker can exploit these vulnerabilities by sending a maliciously crafted request to the vulnerable application. The XSS payload is sent in the 's_text', 'ci_icon', 's_text', 's_cit_id', 's_cat_id', 's_compare_operator', 'u_login', 'u_last_name', 'u_first_name', and 'u_password_confirm' parameters, while the SQL Injection payload is sent in the 's_text' and 'u_login' parameters.
Mitigation:
Input validation should be performed on all user-supplied data to ensure that it does not contain malicious code. Additionally, parameterized queries should be used to prevent SQL Injection attacks.