diff options
author | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-200609-12.xml | |
download | gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200609-12.xml')
-rw-r--r-- | glsa-200609-12.xml | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/glsa-200609-12.xml b/glsa-200609-12.xml new file mode 100644 index 000000000000..b434ebf6203f --- /dev/null +++ b/glsa-200609-12.xml @@ -0,0 +1,70 @@ +<?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="200609-12"> + <title>Mailman: Multiple vulnerabilities</title> + <synopsis> + Mailman has multiple vulnerable that can result in Denial of Service, log + file injection and XSS. + </synopsis> + <product type="ebuild">mailman</product> + <announced>September 19, 2006</announced> + <revised>September 19, 2006: 01</revised> + <bug>139976</bug> + <access>remote</access> + <affected> + <package name="net-mail/mailman" auto="yes" arch="*"> + <unaffected range="ge">2.1.9_rc1</unaffected> + <vulnerable range="lt">2.1.9_rc1</vulnerable> + </package> + </affected> + <background> + <p> + Mailman is a Python based mailing list server with an extensive web + interface. + </p> + </background> + <description> + <p> + Mailman fails to properly handle standards-breaking RFC 2231 formatted + headers. Furthermore, Moritz Naumann discovered several XSS + vulnerabilities and a log file injection. + </p> + </description> + <impact type="normal"> + <p> + An attacker could exploit these vulnerabilities to cause Mailman to + stop processing mails, to inject content into the log file or to + execute arbitrary scripts running in the context of the administrator + or mailing list user's browser. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All Mailman users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-mail/mailman-2.1.9_rc1"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2941">CVE-2006-2941</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2006-3636">CVE-2006-3636</uri> + </references> + <metadata tag="requester" timestamp="Thu, 14 Sep 2006 10:21:53 +0000"> + jaervosz + </metadata> + <metadata tag="submitter" timestamp="Thu, 14 Sep 2006 16:20:16 +0000"> + jaervosz + </metadata> + <metadata tag="bugReady" timestamp="Tue, 19 Sep 2006 07:26:33 +0000"> + jaervosz + </metadata> +</glsa> |