First published: Tue May 04 2010(Updated: )
SQL injection vulnerability in templates_export.php in Cacti 0.8.7e and earlier allows remote attackers to execute arbitrary SQL commands via the export_item_id parameter.
Credit: secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
Cacti | <=0.8.7e | |
Cacti | =0.5 | |
Cacti | =0.6 | |
Cacti | =0.6.1 | |
Cacti | =0.6.2 | |
Cacti | =0.6.3 | |
Cacti | =0.6.4 | |
Cacti | =0.6.5 | |
Cacti | =0.6.6 | |
Cacti | =0.6.7 | |
Cacti | =0.6.8 | |
Cacti | =0.6.8a | |
Cacti | =0.8 | |
Cacti | =0.8.1 | |
Cacti | =0.8.2 | |
Cacti | =0.8.2a | |
Cacti | =0.8.3 | |
Cacti | =0.8.3a | |
Cacti | =0.8.4 | |
Cacti | =0.8.5 | |
Cacti | =0.8.5a | |
Cacti | =0.8.6 | |
Cacti | =0.8.6a | |
Cacti | =0.8.6b | |
Cacti | =0.8.6c | |
Cacti | =0.8.6d | |
Cacti | =0.8.6f | |
Cacti | =0.8.6g | |
Cacti | =0.8.6h | |
Cacti | =0.8.6i | |
Cacti | =0.8.6j | |
Cacti | =0.8.6k | |
Cacti | =0.8.7 | |
Cacti | =0.8.7a | |
Cacti | =0.8.7b | |
Cacti | =0.8.7c | |
Cacti | =0.8.7d |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2010-1431 is an SQL injection vulnerability in the templates_export.php file of Cacti 0.8.7e and earlier, allowing remote attackers to execute arbitrary SQL commands through the export_item_id parameter.
CVE-2010-1431 affects all versions of Cacti up to and including 0.8.7e, as well as earlier versions such as 0.5, 0.6, and 0.8.7 series.
To fix CVE-2010-1431, it is recommended to upgrade to a version of Cacti that is not vulnerable, such as versions released after 0.8.7e.
CVE-2010-1431 allows remote attackers to perform SQL injection attacks, which could lead to unauthorized access to sensitive data in the database.
Yes, CVE-2010-1431 highlights the importance of input validation and prepared statements to prevent SQL injection vulnerabilities in web applications.