svn commit: r493001 - head/security/vuxml

Roman Bogorodskiy novel at FreeBSD.org
Fri Feb 15 15:06:17 UTC 2019


Author: novel
Date: Fri Feb 15 15:06:16 2019
New Revision: 493001
URL: https://svnweb.freebsd.org/changeset/ports/493001

Log:
  Document mail/msmtp certificate verification issue

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Feb 15 14:49:01 2019	(r493000)
+++ head/security/vuxml/vuln.xml	Fri Feb 15 15:06:16 2019	(r493001)
@@ -58,6 +58,33 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="f0416fb5-3130-11e9-a5ba-e0d55e883e26">
+    <topic>msmtp -- certificate-verification issue</topic>
+    <affects>
+      <package>
+	<name>msmtp</name>
+	<range><gt>1.8.1</gt><lt>1.8.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>msmtp developers report:</p>
+	<blockquote cite="https://marlam.de/msmtp/news/msmtp-1-8-3/">
+	  <p>In msmtp 1.8.2, when tls_trust_file has its default configuration,
+	    certificate-verification results are not properly checked.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://marlam.de/msmtp/news/msmtp-1-8-3/</url>
+      <cvename>CVE-2019-8337</cvename>
+    </references>
+    <dates>
+      <discovery>2019-02-11</discovery>
+      <entry>2019-02-15</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="18211552-f650-4d86-ba4f-e6d5cbfcdbeb">
     <topic>mozilla -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list