svn commit: r454937 - head/security/vuxml

Vsevolod Stakhov vsevolod at FreeBSD.org
Mon Nov 27 08:05:06 UTC 2017


Author: vsevolod
Date: Mon Nov 27 08:05:04 2017
New Revision: 454937
URL: https://svnweb.freebsd.org/changeset/ports/454937

Log:
  Document mail/exim vulnerability: CVE-2017-16943

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Nov 27 07:55:17 2017	(r454936)
+++ head/security/vuxml/vuln.xml	Mon Nov 27 08:05:04 2017	(r454937)
@@ -58,6 +58,31 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="68b29058-d348-11e7-b9fe-c13eb7bcbf4f">
+    <topic>exim -- remote code execution, deny of service in BDAT</topic>
+    <affects>
+      <package>
+	<name>exim</name>
+	<range><ge>4.88</ge><lt>4.89_2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Exim team reports:</p>
+	<blockquote cite="https://bugs.exim.org/show_bug.cgi?id=2199">
+	  <p>The receive_msg function in receive.c in the SMTP daemon in Exim 4.88 and 4.89 allows remote attackers to execute arbitrary code or cause a denial of service (use-after-free) via vectors involving BDAT commands.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://bugs.exim.org/show_bug.cgi?id=2199</url>
+    </references>
+    <dates>
+      <discovery>2017-11-23</discovery>
+      <entry>2017-11-27</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="7761288c-d148-11e7-87e5-00e04c1ea73d">
     <topic>mybb -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list