diff options
Diffstat (limited to 'metadata/glsa/glsa-201401-20.xml')
-rw-r--r-- | metadata/glsa/glsa-201401-20.xml | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201401-20.xml b/metadata/glsa/glsa-201401-20.xml new file mode 100644 index 000000000000..7be0c179af10 --- /dev/null +++ b/metadata/glsa/glsa-201401-20.xml @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201401-20"> + <title>Cacti: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in Cacti, allowing + attackers to execute arbitrary code or perform XSS attacks. + </synopsis> + <product type="ebuild">cacti</product> + <announced>2014-01-21</announced> + <revised count="1">2014-01-21</revised> + <bug>324031</bug> + <bug>480196</bug> + <access>remote</access> + <affected> + <package name="net-analyzer/cacti" auto="yes" arch="*"> + <unaffected range="ge">0.8.8b</unaffected> + <vulnerable range="lt">0.8.8b</vulnerable> + </package> + </affected> + <background> + <p>Cacti is a complete network graphing solution designed to harness the + power of RRDTool’s data storage and graphing functionality. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Cacti. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="high"> + <p>A remote attacker could execute arbitrary SQL commands via specially + crafted parameters, execute arbitrary shell code or inject malicious + script code. + </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 ">=net-analyzer/cacti-0.8.8b" + </code> + </resolution> + <references> + <uri link="https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-1644"> + CVE-2010-1644 + </uri> + <uri link="https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-1645"> + CVE-2010-1645 + </uri> + <uri link="https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-2092"> + CVE-2010-2092 + </uri> + <uri link="https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-2543"> + CVE-2010-2543 + </uri> + <uri link="https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-2544"> + CVE-2010-2544 + </uri> + <uri link="https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-2545"> + CVE-2010-2545 + </uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-1434">CVE-2013-1434</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-1435">CVE-2013-1435</uri> + </references> + <metadata tag="requester" timestamp="2011-10-07T23:37:37Z"> + underling + </metadata> + <metadata tag="submitter" timestamp="2014-01-21T19:02:25Z">Zlogene</metadata> +</glsa> |