diff options
Diffstat (limited to 'metadata/glsa/glsa-200409-22.xml')
-rw-r--r-- | metadata/glsa/glsa-200409-22.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200409-22.xml b/metadata/glsa/glsa-200409-22.xml new file mode 100644 index 000000000000..fab7174bdf66 --- /dev/null +++ b/metadata/glsa/glsa-200409-22.xml @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200409-22"> + <title>phpGroupWare: XSS vulnerability in wiki module</title> + <synopsis> + The phpGroupWare software contains a cross site scripting vulnerability in + the wiki module. + </synopsis> + <product type="ebuild">phpGroupWare</product> + <announced>September 16, 2004</announced> + <revised>May 22, 2006: 02</revised> + <bug>63063</bug> + <access>remote</access> + <affected> + <package name="www-apps/phpgroupware" auto="yes" arch="*"> + <unaffected range="ge">0.9.16.003</unaffected> + <vulnerable range="lt">0.9.16.003</vulnerable> + </package> + </affected> + <background> + <p> + phpGroupWare is a web-based suite of group applications including + calendar, todo-list, addressbook, email, wiki, news headlines, and a + file manager. + </p> + </background> + <description> + <p> + Due to an input validation error, the wiki module in the phpGroupWare + suite is vulnerable to cross site scripting attacks. + </p> + </description> + <impact type="normal"> + <p> + This vulnerability gives an attacker the ability to inject and execute + malicious script code, potentially compromising the victim's browser. + </p> + </impact> + <workaround> + <p> + The is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All phpGroupWare users should upgrade to the latest version: + </p> + <code> + # emerge sync + + # emerge -pv ">=www-apps/phpgroupware-0.9.16.003" + # emerge ">=www-apps/phpgroupware-0.9.16.003"</code> + </resolution> + <references> + <uri link="http://downloads.phpgroupware.org/changelog">phpGroupWare ChangeLog</uri> + <uri link="http://secunia.com/advisories/12466/">Secunia Advisory SA12466</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0875">CVE-2004-0875</uri> + </references> + <metadata tag="requester" timestamp="Fri, 10 Sep 2004 12:36:45 +0000"> + koon + </metadata> + <metadata tag="submitter" timestamp="Sun, 12 Sep 2004 14:15:58 +0000"> + lewk + </metadata> + <metadata tag="bugReady" timestamp="Thu, 16 Sep 2004 21:55:15 +0000"> + lewk + </metadata> +</glsa> |