svn commit: r414544 - head/security/vuxml

Bernard Spil brnrd at FreeBSD.org
Tue May 3 17:56:26 UTC 2016


Author: brnrd
Date: Tue May  3 17:56:24 2016
New Revision: 414544
URL: https://svnweb.freebsd.org/changeset/ports/414544

Log:
  security/vuxml: Document LibreSSL vulnerabilities
  
  Reviewed by:	swills
  MFH:		2016Q3

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue May  3 17:50:20 2016	(r414543)
+++ head/security/vuxml/vuln.xml	Tue May  3 17:56:24 2016	(r414544)
@@ -58,6 +58,44 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="01d729ca-1143-11e6-b55e-b499baebfeaf">
+    <topic>LibreSSL -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+  <name>libressl</name>
+  <range><lt>2.3.4</lt></range>
+      </package>
+      <package>
+  <name>libressl-devel</name>
+  <range><lt>2.3.4</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+  <p>OpenBSD reports:</p>
+  <blockquote cite="https://marc.info/?l=openbsd-tech&m=146228598730414">
+    <p>Memory corruption in the ASN.1 encoder</p>
+    <p>Padding oracle in AES-NI CBC MAC check</p>
+    <p>EVP_EncodeUpdate overflow</p>
+    <p>EVP_EncryptUpdate overflow</p>
+    <p>ASN.1 BIO excessive memory allocation</p>
+  </blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://marc.info/?l=openbsd-tech&m=146228598730414</url>
+      <url>CVE-2016-2108</url>
+      <url>CVE-2016-2107</url>
+      <url>CVE-2016-2105</url>
+      <url>CVE-2016-2106</url>
+      <url>CVE-2016-2109</url>
+    </references>
+    <dates>
+      <discovery>2016-05-03</discovery>
+      <entry>2016-05-03</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="95564990-1138-11e6-b55e-b499baebfeaf">
     <topic>OpenSSL -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list