diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200506-20.xml | |
parent | Add 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff) | |
parent | Add GLSA 201604-03 - Fix (diff) | |
download | gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.gz gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.bz2 gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.zip |
Add 'metadata/glsa/' from commit 'aacff3c55fb52643f95332002ecdb7d439b8e4df'
git-subtree-dir: metadata/glsa
git-subtree-mainline: 3149e13ab601ad3a8f925656fd88567d2626de47
git-subtree-split: aacff3c55fb52643f95332002ecdb7d439b8e4df
Diffstat (limited to 'metadata/glsa/glsa-200506-20.xml')
-rw-r--r-- | metadata/glsa/glsa-200506-20.xml | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200506-20.xml b/metadata/glsa/glsa-200506-20.xml new file mode 100644 index 000000000000..a4291aae957d --- /dev/null +++ b/metadata/glsa/glsa-200506-20.xml @@ -0,0 +1,80 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200506-20"> + <title>Cacti: Several vulnerabilities</title> + <synopsis> + Cacti is vulnerable to several SQL injection, authentication bypass and + file inclusion vulnerabilities. + </synopsis> + <product type="ebuild">cacti</product> + <announced>June 22, 2005</announced> + <revised>May 22, 2006: 03</revised> + <bug>96243</bug> + <bug>97475</bug> + <access>remote</access> + <affected> + <package name="net-analyzer/cacti" auto="yes" arch="*"> + <unaffected range="ge">0.8.6f</unaffected> + <vulnerable range="lt">0.8.6f</vulnerable> + </package> + </affected> + <background> + <p> + Cacti is a complete web-based frontend to rrdtool. + </p> + </background> + <description> + <p> + Cacti fails to properly sanitize input which can lead to SQL injection, + authentication bypass as well as PHP file inclusion. + </p> + </description> + <impact type="high"> + <p> + An attacker could potentially exploit the file inclusion to execute + arbitrary code with the permissions of the web server. An attacker + could exploit these vulnerabilities to bypass authentication or inject + SQL queries to gain information from the database. Only systems with + register_globals set to "On" are affected by the file inclusion and + authentication bypass vulnerabilities. Gentoo Linux ships with + register_globals set to "Off" by default. + </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.6f"</code> + <p> + Note: Users with the vhosts USE flag set should manually use + webapp-config to finalize the update. + </p> + </resolution> + <references> + <uri link="http://www.cacti.net/release_notes_0_8_6e.php">Cacti Release Notes - 0.8.6e</uri> + <uri link="http://www.idefense.com/application/poi/display?id=267&type=vulnerabilities&flashstatus=false">iDEFENSE SQL injection advisory</uri> + <uri link="http://www.idefense.com/application/poi/display?id=266&type=vulnerabilities&flashstatus=false">iDEFENSE config_settings advisory</uri> + <uri link="http://www.idefense.com/application/poi/display?id=265&type=vulnerabilities&flashstatus=false">iDEFENSE remote file inclusion advisory</uri> + <uri link="http://www.cacti.net/release_notes_0_8_6f.php">Cacti Release Notes - 0.8.6f</uri> + <uri link="http://www.hardened-php.net/advisory-032005.php">Hardened - PHP Project Cacti Multiple SQL Injection Vulnerabilities</uri> + <uri link="http://www.hardened-php.net/advisory-042005.php">Hardened - PHP Project Cacti Remote Command Execution Vulnerability</uri> + <uri link="http://www.hardened-php.net/advisory-052005.php">Hardened - PHP Project Cacti Authentification/Addslashes Bypass Vulnerability</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-1524">CVE-2005-1524</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-1525">CVE-2005-1525</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-1526">CVE-2005-1526</uri> + </references> + <metadata tag="submitter" timestamp="Tue, 21 Jun 2005 20:41:03 +0000"> + jaervosz + </metadata> + <metadata tag="bugReady" timestamp="Wed, 22 Jun 2005 08:16:34 +0000"> + koon + </metadata> +</glsa> |