1. Gentoo Linux Security Advisory
| Advisory Reference | GLSA 200701-23 / cacti |
| Release Date | January 26, 2007 |
| Latest Revision | January 26, 2007: 01 |
| Impact | high |
| Exploitable | remote |
| Package | Vulnerable versions | Unaffected versions | Architecture(s) |
| net-analyzer/cacti | < 0.8.6i-r1 | >= 0.8.6i-r1 | All supported architectures |
Related bugreports: #159278
Cacti has three vulnerabilities that could allow shell command execution or SQL injection.
Cacti is a web-based network graphing and reporting tool.
rgod discovered that the Cacti cmd.php and copy_cacti_user.php scripts do not properly control access to the command shell, and are remotely accessible by unauthenticated users. This allows SQL injection via cmd.php and copy_cacti_user.php URLs. Further, the results from the injected SQL query are not properly sanitized before being passed to a command shell. The vulnerabilities require that the "register_argc_argv" option is enabled, which is the Gentoo default. Also, a number of similar problems in other scripts were reported.
These vulnerabilties can result in the execution of arbitrary shell commands or information disclosure via crafted SQL queries.
There is no known workaround at this time.
All Cacti users should upgrade to the latest version:
Code Listing 3.1: Resolution |
# emerge --sync # emerge --ask --oneshot --verbose ">=net-analyzer/cacti-0.8.6i-r1" |