diff options
Diffstat (limited to 'glsa-200802-04.xml')
-rw-r--r-- | glsa-200802-04.xml | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/glsa-200802-04.xml b/glsa-200802-04.xml new file mode 100644 index 00000000..7d943ffc --- /dev/null +++ b/glsa-200802-04.xml @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="utf-8"?> +<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?> +<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200802-04"> + <title>Gallery: Multiple vulnerabilities</title> + <synopsis> + Multiple vulnerabilities were discovered in Gallery. + </synopsis> + <product type="ebuild">gallery</product> + <announced>February 11, 2008</announced> + <revised>February 11, 2008: 01</revised> + <bug>203217</bug> + <access>remote</access> + <affected> + <package name="www-apps/gallery" auto="yes" arch="*"> + <unaffected range="ge">2.2.4</unaffected> + <unaffected range="lt">2.0</unaffected> + <vulnerable range="lt">2.2.4</vulnerable> + </package> + </affected> + <background> + <p> + Gallery is a web-based application for creating and viewing photo + albums. + </p> + </background> + <description> + <p> + The Gallery developement team reported and fixed critical + vulnerabilities during an internal audit (CVE-2007-6685, CVE-2007-6686, + CVE-2007-6687, CVE-2007-6688, CVE-2007-6689, CVE-2007-6690, + CVE-2007-6691, CVE-2007-6692, CVE-2007-6693). + </p> + </description> + <impact type="high"> + <p> + A remote attacker could exploit these vulnerabilities to execute + arbitrary code, conduct Cross-Site Scripting and Cross-Site Request + Forgery attacks, or disclose sensitive informations. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All Gallery users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-apps/gallery-2.2.4"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6685">CVE-2007-6685</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6686">CVE-2007-6686</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6687">CVE-2007-6687</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6688">CVE-2007-6688</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6689">CVE-2007-6689</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6690">CVE-2007-6690</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6691">CVE-2007-6691</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6692">CVE-2007-6692</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6693">CVE-2007-6693</uri> + </references> + <metadata tag="requester" timestamp="Wed, 23 Jan 2008 19:59:20 +0000"> + jaervosz + </metadata> + <metadata tag="bugReady" timestamp="Wed, 23 Jan 2008 19:59:33 +0000"> + jaervosz + </metadata> + <metadata tag="submitter" timestamp="Wed, 06 Feb 2008 11:03:19 +0000"> + p-y + </metadata> +</glsa> |