diff options
Diffstat (limited to 'metadata/glsa/glsa-200512-12.xml')
-rw-r--r-- | metadata/glsa/glsa-200512-12.xml | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200512-12.xml b/metadata/glsa/glsa-200512-12.xml new file mode 100644 index 000000000000..d408a4829559 --- /dev/null +++ b/metadata/glsa/glsa-200512-12.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="200512-12"> + <title>Mantis: Multiple vulnerabilities</title> + <synopsis> + Mantis is affected by multiple vulnerabilities ranging from file upload and + SQL injection to cross-site scripting and HTTP response splitting. + </synopsis> + <product type="ebuild">Mantis</product> + <announced>2005-12-22</announced> + <revised count="02">2006-05-22</revised> + <bug>116036</bug> + <access>remote</access> + <affected> + <package name="www-apps/mantisbt" auto="yes" arch="*"> + <unaffected range="ge">0.19.4</unaffected> + <vulnerable range="lt">0.19.4</vulnerable> + </package> + </affected> + <background> + <p> + Mantis is a web-based bugtracking system written in PHP. + </p> + </background> + <description> + <p> + Tobias Klein discovered that Mantis contains several vulnerabilities, + including: + </p> + <ul> + <li>a file upload vulnerability.</li> + <li>an injection vulnerability in filters.</li> + <li>an SQL injection vulnerability in the user-management page.</li> + <li>a port cross-site-scripting vulnerability in filters.</li> + <li>an HTTP header CRLF injection vulnerability.</li> + </ul> + </description> + <impact type="normal"> + <p> + An attacker could possibly exploit the file upload 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 and HTTP response splitting may + allow an attacker to inject and execute malicious script code or to + steal cookie-based authentication credentials, potentially compromising + the victim's browser. + </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.4"</code> + </resolution> + <references> + <uri link="https://www.mantisbt.org/changelog.php">Mantis ChangeLog</uri> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-4518">CVE-2005-4518</uri> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-4519">CVE-2005-4519</uri> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-4520">CVE-2005-4520</uri> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-4521">CVE-2005-4521</uri> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-4522">CVE-2005-4522</uri> + </references> + <metadata tag="submitter" timestamp="2005-12-20T11:13:27Z"> + DerCorny + </metadata> + <metadata tag="bugReady" timestamp="2005-12-20T11:13:46Z"> + DerCorny + </metadata> +</glsa> |