diff options
Diffstat (limited to 'metadata/glsa/glsa-200802-03.xml')
-rw-r--r-- | metadata/glsa/glsa-200802-03.xml | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200802-03.xml b/metadata/glsa/glsa-200802-03.xml new file mode 100644 index 000000000000..9d2373b4595e --- /dev/null +++ b/metadata/glsa/glsa-200802-03.xml @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="200802-03"> + <title>Horde IMP: Security bypass</title> + <synopsis> + Insufficient checks in Horde may allow a remote attacker to bypass security + restrictions. + </synopsis> + <product type="ebuild">horde-imp</product> + <announced>2008-02-11</announced> + <revised count="01">2008-02-11</revised> + <bug>205377</bug> + <access>remote</access> + <affected> + <package name="www-apps/horde-imp" auto="yes" arch="*"> + <unaffected range="ge">4.1.6</unaffected> + <vulnerable range="lt">4.1.6</vulnerable> + </package> + </affected> + <background> + <p> + Horde IMP provides a web-based access to IMAP and POP3 mailboxes. + </p> + </background> + <description> + <p> + Ulf Harnhammar, Secunia Research discovered that the "frame" and + "frameset" HTML tags are not properly filtered out. He also reported + that certain HTTP requests are executed without being checked. + </p> + </description> + <impact type="normal"> + <p> + A remote attacker could entice a user to open a specially crafted HTML + e-mail, possibly resulting in the deletion of arbitrary e-mail + messages. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All Horde IMP users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-apps/horde-imp-4.1.6"</code> + </resolution> + <references> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6018">CVE-2007-6018</uri> + </references> + <metadata tag="submitter" timestamp="2008-02-05T12:56:07Z"> + p-y + </metadata> + <metadata tag="bugReady" timestamp="2008-02-05T12:56:20Z"> + p-y + </metadata> +</glsa> |