diff options
Diffstat (limited to 'metadata/glsa/glsa-200911-01.xml')
-rw-r--r-- | metadata/glsa/glsa-200911-01.xml | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200911-01.xml b/metadata/glsa/glsa-200911-01.xml new file mode 100644 index 000000000000..3906bddb1803 --- /dev/null +++ b/metadata/glsa/glsa-200911-01.xml @@ -0,0 +1,93 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="200911-01"> + <title>Horde: Multiple vulnerabilities</title> + <synopsis> + Multiple vulnerabilities in the Horde Application Framework can allow for + arbitrary files to be overwritten and cross-site scripting attacks. + </synopsis> + <product type="ebuild">horde horde-webmail horde-groupware</product> + <announced>2009-11-06</announced> + <revised count="01">2009-11-06</revised> + <bug>285052</bug> + <access>remote</access> + <affected> + <package name="www-apps/horde" auto="yes" arch="*"> + <unaffected range="ge">3.3.5</unaffected> + <vulnerable range="lt">3.3.5</vulnerable> + </package> + <package name="www-apps/horde-webmail" auto="yes" arch="*"> + <unaffected range="ge">1.2.4</unaffected> + <vulnerable range="lt">1.2.4</vulnerable> + </package> + <package name="www-apps/horde-groupware" auto="yes" arch="*"> + <unaffected range="ge">1.2.4</unaffected> + <vulnerable range="lt">1.2.4</vulnerable> + </package> + </affected> + <background> + <p> + Horde is a web application framework written in PHP. + </p> + </background> + <description> + <p> + Multiple vulnerabilities have been discovered in Horde: + </p> + <ul> + <li>Stefan Esser of Sektion1 reported an error within the form library + when handling image form fields (CVE-2009-3236).</li> + <li>Martin + Geisler and David Wharton reported that an error exists in the MIME + viewer library when viewing unknown text parts and the preferences + system in services/prefs.php when handling number preferences + (CVE-2009-3237).</li> + </ul> + </description> + <impact type="normal"> + <p> + A remote authenticated attacker could exploit these vulnerabilities to + overwrite arbitrary files on the server, provided that the user has + write permissions. A remote authenticated attacker could conduct + Cross-Site Scripting attacks. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All Horde users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-apps/horde-3.3.5"</code> + <p> + All Horde webmail users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-apps/horde-webmail-1.2.4"</code> + <p> + All Horde groupware users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-apps/horde-groupware-1.2.4"</code> + </resolution> + <references> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3236">CVE-2009-3236</uri> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3237">CVE-2009-3237</uri> + </references> + <metadata tag="requester" timestamp="2009-10-20T19:14:03Z"> + keytoaster + </metadata> + <metadata tag="submitter" timestamp="2009-10-28T17:35:14Z"> + chainsaw + </metadata> + <metadata tag="bugReady" timestamp="2009-11-06T12:02:09Z"> + a3li + </metadata> +</glsa> |