diff options
author | swills <swills@FreeBSD.org> | 2018-01-26 22:37:23 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-01-26 22:37:23 +0800 |
commit | cec4e678378c5a4f6af26c73abdcbd251d7f82bd (patch) | |
tree | 42995639daf3a1065d61d007155f46fed41d815f /security | |
parent | b86f82feed5eccfd1288e1cb72538870d71ca20e (diff) | |
download | freebsd-ports-gnome-cec4e678378c5a4f6af26c73abdcbd251d7f82bd.tar.gz freebsd-ports-gnome-cec4e678378c5a4f6af26c73abdcbd251d7f82bd.tar.zst freebsd-ports-gnome-cec4e678378c5a4f6af26c73abdcbd251d7f82bd.zip |
Document dovecot issue
Submitted by: Roger Marquis <marquis@roble.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 237063b463bb..76a4c75504cf 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="92b8b284-a3a2-41b1-956c-f9cf8b74f500"> + <topic>dovecot -- abort of SASL authentication results in a memory leak</topic> + <affects> + <package> + <name>dovecot</name> + <range><gt>2.0</gt><lt>2.2.33</lt></range> + <range><ge>2.3</ge><le>2.3.0</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p> Pedro Sampaio reports:</p> + <blockquote cite="https://bugzilla.redhat.com/show_bug.cgi?id=1532768"> + <p>A flaw was found in dovecot 2.0 up to 2.2.33 and 2.3.0. A abort of + SASL authentication results in a memory leak in Dovecot auth client + used by login processes. The leak has impact in high performance + configuration where same login processes are reused and can cause the + process to crash due to memory exhaustion.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2017-15132</cvename> + <url>https://bugzilla.redhat.com/show_bug.cgi?id=1532768</url> + <url>https://github.com/dovecot/core/commit/1a29ed2f96da1be22fa5a4d96c7583aa81b8b060.patch</url> + </references> + <dates> + <discovery>2018-01-09</discovery> + <entry>2018-01-26</entry> + </dates> + </vuln> + <vuln vid="0cbf0fa6-dcb7-469c-b87a-f94cffd94583"> <topic>cURL -- Multiple vulnerabilities</topic> <affects> |