svn commit: r434209 - head/security/vuxml

Bernard Spil brnrd at FreeBSD.org
Thu Feb 16 12:42:52 UTC 2017


Author: brnrd
Date: Thu Feb 16 12:42:51 2017
New Revision: 434209
URL: https://svnweb.freebsd.org/changeset/ports/434209

Log:
  security/vuxml: Document openssl-devel vulnerability
  
   - While here fix whitespace on 077bbadf-f2f4-11e6-92a7-902b34361349

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Feb 16 12:31:16 2017	(r434208)
+++ head/security/vuxml/vuln.xml	Thu Feb 16 12:42:51 2017	(r434209)
@@ -58,6 +58,39 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="1a802ba9-f444-11e6-9940-b499baebfeaf">
+    <topic>openssl -- crash on handshake</topic>
+    <affects>
+      <package>
+	<name>openssl-devel</name>
+	<range><lt>1.1.0e</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The OpenSSL project reports:</p>
+	<blockquote cite="https://www.openssl.org/news/secadv/20170216.txt">
+	  <p>Severity: High<br/>
+	    During a renegotiation handshake if the Encrypt-Then-Mac
+	    extension is negotiated where it was not in the original
+	    handshake (or vice-versa) then this can cause OpenSSL to
+	    crash (dependent on ciphersuite). Both clients and servers
+	    are affected.<br/>
+	    This issue does not affect OpenSSL version 1.0.2.
+	  </p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.openssl.org/news/secadv/20170216.txt</url>
+      <cvename>CVE-2017-3733</cvename>
+    </references>
+    <dates>
+      <discovery>2017-02-16</discovery>
+      <entry>2017-02-16</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="077bbadf-f2f4-11e6-92a7-902b34361349">
     <topic>diffoscope -- arbitrary file write</topic>
     <affects>
@@ -71,8 +104,8 @@ Notes:
 	<p>Ximin Luo reports:</p>
 	<blockquote cite="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854723">
 	  <p>[v67] introduced a security hole where diffoscope may write to
-            arbitrary locations on disk depending on the contents of an
-            untrusted archive.</p>
+	    arbitrary locations on disk depending on the contents of an
+	    untrusted archive.</p>
 	</blockquote>
       </body>
     </description>


More information about the svn-ports-all mailing list