diff options
Diffstat (limited to 'metadata/glsa/glsa-200611-11.xml')
-rw-r--r-- | metadata/glsa/glsa-200611-11.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200611-11.xml b/metadata/glsa/glsa-200611-11.xml new file mode 100644 index 000000000000..4bf80d2947c1 --- /dev/null +++ b/metadata/glsa/glsa-200611-11.xml @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="200611-11"> + <title>TikiWiki: Multiple vulnerabilities</title> + <synopsis> + TikiWiki allows for the disclosure of MySQL database authentication + credentials and for cross-site scripting attacks. + </synopsis> + <product type="ebuild">tikiwiki</product> + <announced>2006-11-20</announced> + <revised count="01">2006-11-20</revised> + <bug>153820</bug> + <access>remote</access> + <affected> + <package name="www-apps/tikiwiki" auto="yes" arch="*"> + <unaffected range="ge">1.9.6</unaffected> + <vulnerable range="lt">1.9.6</vulnerable> + </package> + </affected> + <background> + <p> + TikiWiki is an open source content management system written in PHP. + </p> + </background> + <description> + <p> + In numerous files TikiWiki provides an empty sort_mode parameter, + causing TikiWiki to display additional information, including database + authentication credentials, in certain error messages. TikiWiki also + improperly sanitizes the "url" request variable sent to + tiki-featured_link.php. + </p> + </description> + <impact type="normal"> + <p> + An attacker could cause a database error in various pages of a TikiWiki + instance by providing an empty sort_mode request variable, and gain + unauthorized access to credentials of the MySQL databases used by + TikiWiki. An attacker could also entice a user to browse to a specially + crafted URL that could run scripts in the scope of the user's browser. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All TikiWiki users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-apps/tikiwiki-1.9.6"</code> + </resolution> + <references> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5702">CVE-2006-5702</uri> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5703">CVE-2006-5703</uri> + </references> + <metadata tag="requester" timestamp="2006-11-10T17:34:20Z"> + jaervosz + </metadata> + <metadata tag="submitter" timestamp="2006-11-10T18:20:06Z"> + shellsage + </metadata> + <metadata tag="bugReady" timestamp="2006-11-13T22:24:46Z"> + falco + </metadata> +</glsa> |