Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2019 15:21:04 +0000 (UTC)
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499272 - head/security/vuxml
Message-ID:  <201904181521.x3IFL4qX091208@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ler
Date: Thu Apr 18 15:21:04 2019
New Revision: 499272
URL: https://svnweb.freebsd.org/changeset/ports/499272

Log:
  security/vuxml: Document dovecot json encoder issue

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Apr 18 15:02:22 2019	(r499271)
+++ head/security/vuxml/vuln.xml	Thu Apr 18 15:21:04 2019	(r499272)
@@ -58,6 +58,36 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="a64aa22f-61ec-11e9-85b9-a4badb296695">
+    <topic>dovecot -- json encoder crash</topic>
+    <affects>
+      <package>
+	<name>dovecot</name>
+	<range><lt>2.3.5.2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Aki Tuomi reports:</p>
+	<blockquote cite="https://dovecot.org/pipermail/dovecot-news/2019-April/000407.html">;
+	  <p>* CVE-2019-10691: Trying to login with 8bit username containing
+      invalid UTF8 input causes auth process to crash if auth policy is
+      enabled. This could be used rather easily to cause a DoS. Similar
+      crash also happens during mail delivery when using invalid UTF8 in
+      From or Subject header when OX push notification driver is used.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://dovecot.org/pipermail/dovecot-news/2019-April/000407.html</url>;
+      <cvename>CVE-2019-10691</cvename>
+    </references>
+    <dates>
+      <discovery>2019-04-09</discovery>
+      <entry>2019-04-18</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="6e58e1e9-2636-413e-9f84-4c0e21143628">
     <topic>libssh2 -- multiple issues</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904181521.x3IFL4qX091208>