diff options
Diffstat (limited to 'metadata/glsa/glsa-200711-19.xml')
-rw-r--r-- | metadata/glsa/glsa-200711-19.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200711-19.xml b/metadata/glsa/glsa-200711-19.xml new file mode 100644 index 000000000000..2bc7e0089b14 --- /dev/null +++ b/metadata/glsa/glsa-200711-19.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200711-19"> + <title>TikiWiki: Multiple vulnerabilities</title> + <synopsis> + Multiple vulnerabilities have been discovered in TikiWiki, possibly + resulting in the remote execution of arbitrary code. + </synopsis> + <product type="ebuild">tikiwiki</product> + <announced>November 14, 2007</announced> + <revised>November 14, 2007: 01</revised> + <bug>195503</bug> + <access>remote</access> + <affected> + <package name="www-apps/tikiwiki" auto="yes" arch="*"> + <unaffected range="ge">1.9.8.3</unaffected> + <vulnerable range="lt">1.9.8.3</vulnerable> + </package> + </affected> + <background> + <p> + TikiWiki is an open source content management system written in PHP. + </p> + </background> + <description> + <p> + Stefan Esser reported that a previous vulnerability (CVE-2007-5423, + GLSA 200710-21) was not properly fixed in TikiWiki 1.9.8.1 + (CVE-2007-5682). The TikiWiki development team also added several + checks to avoid file inclusion. + </p> + </description> + <impact type="high"> + <p> + A remote attacker could exploit these vulnerabilities to inject + arbitrary code with the privileges of the user running the application. + </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.8.3"</code> + </resolution> + <references> + <uri link="/security/en/glsa/glsa-200710-21.xml">GLSA 200710-21</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5423">CVE-2007-5423</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5682">CVE-2007-5682</uri> + </references> + <metadata tag="requester" timestamp="Sat, 27 Oct 2007 13:39:33 +0000"> + rbu + </metadata> + <metadata tag="bugReady" timestamp="Sat, 03 Nov 2007 23:20:18 +0000"> + rbu + </metadata> + <metadata tag="submitter" timestamp="Tue, 13 Nov 2007 23:14:54 +0000"> + p-y + </metadata> +</glsa> |