diff options
Diffstat (limited to 'metadata/glsa/glsa-200606-28.xml')
-rw-r--r-- | metadata/glsa/glsa-200606-28.xml | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200606-28.xml b/metadata/glsa/glsa-200606-28.xml new file mode 100644 index 000000000000..529bef066c1e --- /dev/null +++ b/metadata/glsa/glsa-200606-28.xml @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="200606-28"> + <title>Horde Web Application Framework: XSS vulnerability</title> + <synopsis> + The Horde Web Application Framework is vulnerable to a cross-site scripting + vulnerability. + </synopsis> + <product type="ebuild">horde</product> + <announced>2006-06-29</announced> + <revised>2006-06-29: 01</revised> + <bug>136830</bug> + <access>remote</access> + <affected> + <package name="www-apps/horde" auto="yes" arch="*"> + <unaffected range="ge">3.1.1-r1</unaffected> + <vulnerable range="lt">3.1.1-r1</vulnerable> + </package> + </affected> + <background> + <p> + The Horde Web Application Framework is a general-purpose web + application framework written in PHP, providing classes for handling + preferences, compression, browser detection, connection tracking, MIME, + and more. + </p> + </background> + <description> + <p> + Michael Marek discovered that the Horde Web Application Framework + performs insufficient input sanitizing. + </p> + </description> + <impact type="low"> + <p> + An attacker could exploit these vulnerabilities to execute arbitrary + scripts running in the context of the victim's browser. + </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.1.1-r1"</code> + </resolution> + <references> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2195">CVE-2006-2195</uri> + </references> + <metadata tag="submitter" timestamp="2006-06-22T14:59:32Z"> + dizzutch + </metadata> + <metadata tag="bugReady" timestamp="2006-06-23T18:49:08Z"> + falco + </metadata> +</glsa> |