summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'metadata/glsa/glsa-200701-23.xml')
-rw-r--r--metadata/glsa/glsa-200701-23.xml68
1 files changed, 68 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200701-23.xml b/metadata/glsa/glsa-200701-23.xml
new file mode 100644
index 000000000000..2c776a4cd8bf
--- /dev/null
+++ b/metadata/glsa/glsa-200701-23.xml
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="200701-23">
+ <title>Cacti: Command execution and SQL injection</title>
+ <synopsis>
+ Cacti has three vulnerabilities that could allow shell command execution or
+ SQL injection.
+ </synopsis>
+ <product type="ebuild">cacti</product>
+ <announced>2007-01-26</announced>
+ <revised count="01">2007-01-26</revised>
+ <bug>159278</bug>
+ <access>remote</access>
+ <affected>
+ <package name="net-analyzer/cacti" auto="yes" arch="*">
+ <unaffected range="ge">0.8.6i-r1</unaffected>
+ <vulnerable range="lt">0.8.6i-r1</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>
+ Cacti is a web-based network graphing and reporting tool.
+ </p>
+ </background>
+ <description>
+ <p>
+ 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.
+ </p>
+ </description>
+ <impact type="high">
+ <p>
+ These vulnerabilties can result in the execution of arbitrary shell
+ commands or information disclosure via crafted SQL queries.
+ </p>
+ </impact>
+ <workaround>
+ <p>
+ There is no known workaround at this time.
+ </p>
+ </workaround>
+ <resolution>
+ <p>
+ All Cacti users should upgrade to the latest version:
+ </p>
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=net-analyzer/cacti-0.8.6i-r1"</code>
+ </resolution>
+ <references>
+ <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-6799">CVE-2006-6799</uri>
+ </references>
+ <metadata tag="requester" timestamp="2007-01-12T22:58:24Z">
+ falco
+ </metadata>
+ <metadata tag="submitter" timestamp="2007-01-16T02:39:11Z">
+ aetius
+ </metadata>
+ <metadata tag="bugReady" timestamp="2007-01-17T22:17:59Z">
+ falco
+ </metadata>
+</glsa>