diff options
Diffstat (limited to 'metadata/glsa/glsa-201001-08.xml')
-rw-r--r-- | metadata/glsa/glsa-201001-08.xml | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201001-08.xml b/metadata/glsa/glsa-201001-08.xml new file mode 100644 index 000000000000..efaae0d5f987 --- /dev/null +++ b/metadata/glsa/glsa-201001-08.xml @@ -0,0 +1,84 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201001-08"> + <title>SquirrelMail: Multiple vulnerabilities</title> + <synopsis> + Multiple vulnerabilities were found in SquirrelMail of which the worst + results in remote code execution. + </synopsis> + <product type="ebuild">squirrelmail</product> + <announced>2010-01-13</announced> + <revised>2010-01-13: 01</revised> + <bug>269567</bug> + <bug>270671</bug> + <access>remote</access> + <affected> + <package name="mail-client/squirrelmail" auto="yes" arch="*"> + <unaffected range="ge">1.4.19</unaffected> + <vulnerable range="lt">1.4.19</vulnerable> + </package> + </affected> + <background> + <p> + SquirrelMail is a standards-based webmail package written in PHP. + </p> + </background> + <description> + <p> + Multiple vulnerabilities were found in SquirrelMail: + </p> + <ul><li>Niels + Teusink reported multiple input sanitation flaws in certain encrypted + strings in e-mail headers, related to contrib/decrypt_headers.php, + PHP_SELF and the query string (aka QUERY_STRING) (CVE-2009-1578). + </li> + <li>Niels Teusink also reported that the map_yp_alias() function + in functions/imap_general.php does not filter shell metacharacters in a + username and that the original patch was incomplete (CVE-2009-1381, + CVE-2009-1579). + </li> + <li>Tomas Hoger discovered an unspecified session fixation + vulnerability (CVE-2009-1580). + </li> + <li>Luc Beurton reported that functions/mime.php does not protect + the application's content from Cascading Style Sheets (CSS) positioning + in HTML e-mail messages (CVE-2009-1581). + </li> + </ul> + </description> + <impact type="high"> + <p> + The vulnerabilities allow remote attackers to execute arbitrary code + with the privileges of the user running the web server, to hijack web + sessions via a crafted cookie, to spoof the user interface and to + conduct Cross-Site Scripting and phishing attacks, via a specially + crafted message. + </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.19"</code> + </resolution> + <references> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1381">CVE-2009-1381</uri> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1578">CVE-2009-1578</uri> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1579">CVE-2009-1579</uri> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1580">CVE-2009-1580</uri> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1581">CVE-2009-1581</uri> + </references> + <metadata tag="submitter" timestamp="2010-01-05T21:49:10Z"> + craig + </metadata> + <metadata tag="bugReady" timestamp="2010-01-13T21:54:28Z"> + craig + </metadata> +</glsa> |