diff options
Diffstat (limited to 'metadata/glsa/glsa-200510-24.xml')
-rw-r--r-- | metadata/glsa/glsa-200510-24.xml | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200510-24.xml b/metadata/glsa/glsa-200510-24.xml new file mode 100644 index 000000000000..876c266cda17 --- /dev/null +++ b/metadata/glsa/glsa-200510-24.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200510-24"> + <title>Mantis: Multiple vulnerabilities</title> + <synopsis> + Mantis is affected by multiple vulnerabilities ranging from information + disclosure to arbitrary script execution. + </synopsis> + <product type="ebuild">Mantis</product> + <announced>October 28, 2005</announced> + <revised>May 22, 2006: 02</revised> + <bug>110326</bug> + <access>remote</access> + <affected> + <package name="www-apps/mantisbt" auto="yes" arch="*"> + <unaffected range="ge">0.19.3</unaffected> + <vulnerable range="lt">0.19.3</vulnerable> + </package> + </affected> + <background> + <p> + Mantis is a web-based bugtracking system written in PHP. + </p> + </background> + <description> + <p> + Mantis contains several vulnerabilities, including: + </p> + <ul> + <li>a remote file inclusion vulnerability</li> + <li>an SQL injection vulnerability</li> + <li>multiple cross site scripting vulnerabilities</li> + <li>multiple information disclosure vulnerabilities</li> + </ul> + </description> + <impact type="high"> + <p> + An attacker could exploit the remote file inclusion vulnerability to + execute arbitrary script code, and the SQL injection vulnerability to + access or modify sensitive information from the Mantis database. + Furthermore the cross-site scripting issues give an attacker the + ability to inject and execute malicious script code or to steal + cookie-based authentication credentials, potentially compromising the + victim's browser. An attacker could exploit other vulnerabilities to + disclose information. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All Mantis users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-apps/mantisbt-0.19.3"</code> + </resolution> + <references> + <uri link="http://www.mantisbt.org/changelog.php">Mantis ChangeLog</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3335">CVE-2005-3335</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3336">CVE-2005-3336</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3337">CVE-2005-3337</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3338">CVE-2005-3338</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3339">CVE-2005-3339</uri> + </references> + <metadata tag="submitter" timestamp="Wed, 26 Oct 2005 05:38:14 +0000"> + jaervosz + </metadata> + <metadata tag="bugReady" timestamp="Wed, 26 Oct 2005 05:38:58 +0000"> + jaervosz + </metadata> +</glsa> |