vendor:
Cacti
by:
Bonsai Information Security Advisories
N/A
CVSS
N/A
SQL Injection
89
CWE
Product Name: Cacti
Affected Version From: Cacti 0.8.7e
Affected Version To: Cacti 0.8.7e
Patch Exists: YES
Related CWE: N/A
CPE: a:cacti:cacti
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
2009
SQL Injection in Cacti
Input passed via the “export_item_id” parameter to “templates_export.php” script is not properly sanitized before being used in a SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
Mitigation:
Input validation should be used to prevent SQL injection attacks.