diff options
author | 2015-03-08 22:02:38 +0100 | |
---|---|---|
committer | 2015-03-08 22:02:38 +0100 | |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-200411-25.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200411-25.xml')
-rw-r--r-- | glsa-200411-25.xml | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/glsa-200411-25.xml b/glsa-200411-25.xml new file mode 100644 index 00000000..05174c69 --- /dev/null +++ b/glsa-200411-25.xml @@ -0,0 +1,73 @@ +<?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="200411-25"> + <title>SquirrelMail: Encoded text XSS vulnerability</title> + <synopsis> + Squirrelmail fails to properly sanitize user input, which could lead to a + compromise of webmail accounts. + </synopsis> + <product type="ebuild">SquirrelMail</product> + <announced>November 17, 2004</announced> + <revised>May 22, 2006: 02</revised> + <bug>70739</bug> + <access>remote</access> + <affected> + <package name="mail-client/squirrelmail" auto="yes" arch="*"> + <unaffected range="ge">1.4.3a-r2</unaffected> + <vulnerable range="lt">1.4.3a-r2</vulnerable> + </package> + </affected> + <background> + <p> + SquirrelMail is a webmail package written in PHP. It supports IMAP and + SMTP, and can optionally be installed with SQL support. + </p> + </background> + <description> + <p> + SquirrelMail fails to properly sanitize certain strings when decoding + specially-crafted headers. + </p> + </description> + <impact type="low"> + <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> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All SquirrelMail users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=mail-client/squirrelmail-1.4.3a-r2"</code> + <p> + Note: Users with the vhosts USE flag set should manually use + webapp-config to finalize the update. + </p> + </resolution> + <references> + <uri link="http://article.gmane.org/gmane.mail.squirrelmail.user/21169">SquirrelMail Advisory</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1036">CVE-2004-1036</uri> + </references> + <metadata tag="requester" timestamp="Sat, 13 Nov 2004 07:50:02 +0000"> + jaervosz + </metadata> + <metadata tag="submitter" timestamp="Sun, 14 Nov 2004 18:02:58 +0000"> + jaervosz + </metadata> + <metadata tag="bugReady" timestamp="Sun, 14 Nov 2004 18:40:00 +0000"> + jaervosz + </metadata> +</glsa> |