diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200812-16.xml | |
parent | Add 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff) | |
parent | Add GLSA 201604-03 - Fix (diff) | |
download | gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.gz gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.bz2 gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.zip |
Add 'metadata/glsa/' from commit 'aacff3c55fb52643f95332002ecdb7d439b8e4df'
git-subtree-dir: metadata/glsa
git-subtree-mainline: 3149e13ab601ad3a8f925656fd88567d2626de47
git-subtree-split: aacff3c55fb52643f95332002ecdb7d439b8e4df
Diffstat (limited to 'metadata/glsa/glsa-200812-16.xml')
-rw-r--r-- | metadata/glsa/glsa-200812-16.xml | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200812-16.xml b/metadata/glsa/glsa-200812-16.xml new file mode 100644 index 000000000000..9d34a4cc1d7e --- /dev/null +++ b/metadata/glsa/glsa-200812-16.xml @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200812-16"> + <title>Dovecot: Multiple vulnerabilities</title> + <synopsis> + Multiple vulnerabilities were found in the Dovecot mailserver. + </synopsis> + <product type="ebuild">dovecot</product> + <announced>December 14, 2008</announced> + <revised>December 14, 2008: 01</revised> + <bug>240409</bug> + <bug>244962</bug> + <bug>245316</bug> + <access>remote</access> + <affected> + <package name="net-mail/dovecot" auto="yes" arch="*"> + <unaffected range="ge">1.1.7-r1</unaffected> + <vulnerable range="lt">1.1.7-r1</vulnerable> + </package> + </affected> + <background> + <p> + Dovecot is an IMAP and POP3 server written with security primarily in + mind. + </p> + </background> + <description> + <p> + Several vulnerabilities were found in Dovecot: + </p> + <ul> + <li>The "k" + right in the acl_plugin does not work as expected (CVE-2008-4577, + CVE-2008-4578)</li> + <li>The dovecot.conf is world-readable, providing + improper protection for the ssl_key_password setting + (CVE-2008-4870)</li> + <li>A permanent Denial of Service with broken mail + headers is possible (CVE-2008-4907)</li> + </ul> + </description> + <impact type="normal"> + <p> + These vulnerabilities might allow a remote attacker to cause a Denial + of Service, to circumvent security restrictions or allow local + attackers to disclose the passphrase of the SSL private key. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All Dovecot users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-mail/dovecot-1.1.7-r1"</code> + <p> + Users should be aware that dovecot.conf will still be world-readable + after the update. If employing ssl_key_password, it should not be used + in dovecot.conf but in a separate file which should be included with + "include_try". + </p> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4577">CVE-2008-4577</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4578">CVE-2008-4578</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4870">CVE-2008-4870</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4907">CVE-2008-4907</uri> + </references> + <metadata tag="submitter" timestamp="Sat, 29 Nov 2008 10:07:16 +0000"> + craig + </metadata> + <metadata tag="bugReady" timestamp="Sat, 06 Dec 2008 18:05:53 +0000"> + p-y + </metadata> +</glsa> |