diff options
Diffstat (limited to 'metadata/glsa/glsa-200408-07.xml')
-rw-r--r-- | metadata/glsa/glsa-200408-07.xml | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200408-07.xml b/metadata/glsa/glsa-200408-07.xml new file mode 100644 index 000000000000..d03f0152fc39 --- /dev/null +++ b/metadata/glsa/glsa-200408-07.xml @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="200408-07"> + <title>Horde-IMP: Input validation vulnerability for Internet Explorer users</title> + <synopsis> + An input validation vulnerability has been discovered in Horde-IMP. This + only affects users of Internet Explorer. + </synopsis> + <product type="ebuild">horde-imp</product> + <announced>2004-08-10</announced> + <revised count="02">2006-05-22</revised> + <bug>59336</bug> + <access>remote</access> + <affected> + <package name="www-apps/horde-imp" auto="yes" arch="*"> + <unaffected range="ge">3.2.5</unaffected> + <vulnerable range="le">3.2.4</vulnerable> + </package> + </affected> + <background> + <p> + Horde-IMP is the Internet Messaging Program. It is written in PHP and + provides webmail access to IMAP and POP3 accounts. + </p> + </background> + <description> + <p> + Horde-IMP fails to properly sanitize email messages that contain + malicious HTML or script code so that it is not safe for users of + Internet Explorer when using the inline MIME viewer for HTML messages. + </p> + </description> + <impact type="normal"> + <p> + By enticing a user to read a specially crafted e-mail, an attacker can + execute arbitrary scripts running in the context of the victim's + browser. This could lead to a compromise of the user's webmail account, + cookie theft, etc. + </p> + </impact> + <workaround> + <p> + Do not use Internet Explorer to access Horde-IMP. + </p> + </workaround> + <resolution> + <p> + All Horde-IMP users should upgrade to the latest stable version: + </p> + <code> + # emerge sync + + # emerge -pv ">=www-apps/horde-imp-3.2.5" + # emerge ">=www-apps/horde-imp-3.2.5"</code> + </resolution> + <references> + <uri link="https://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.389.2.106&r2=1.389.2.109&ty=h">Horde-IMP Changelog</uri> + <uri link="https://secunia.com/advisories/12202/">Secunia Advisory SA12202</uri> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1443">CVE-2004-1443</uri> + </references> + <metadata tag="submitter" timestamp="2004-08-08T18:55:04Z"> + jaervosz + </metadata> +</glsa> |