diff options
Diffstat (limited to 'metadata/glsa/glsa-201412-03.xml')
-rw-r--r-- | metadata/glsa/glsa-201412-03.xml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201412-03.xml b/metadata/glsa/glsa-201412-03.xml new file mode 100644 index 000000000000..d43330517284 --- /dev/null +++ b/metadata/glsa/glsa-201412-03.xml @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201412-03"> + <title>Dovecot: Denial of service</title> + <synopsis>A vulnerability in Dovecot could allow a remote attacker to create + a Denial of Service condition. + </synopsis> + <product type="ebuild">dovecot</product> + <announced>2014-12-08</announced> + <revised count="1">2014-12-08</revised> + <bug>509954</bug> + <access>remote</access> + <affected> + <package name="net-mail/dovecot" auto="yes" arch="*"> + <unaffected range="ge">2.2.13</unaffected> + <vulnerable range="lt">2.2.13</vulnerable> + </package> + </affected> + <background> + <p>Dovecot is an open source IMAP and POP3 email server.</p> + </background> + <description> + <p>Dovecot does not properly close connections, allowing a resource + exhaustion for incomplete SSL/TLS handshakes. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could possibly cause a Denial of Service condition.</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-2.2.13" + </code> + + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3430">CVE-2014-3430</uri> + </references> + <metadata tag="requester" timestamp="2014-08-04T18:57:07Z"> + keytoaster + </metadata> + <metadata tag="submitter" timestamp="2014-12-08T22:57:38Z">Zlogene</metadata> +</glsa> |