svn commit: r414543 - head/security/vuxml

Bernard Spil brnrd at FreeBSD.org
Tue May 3 17:50:21 UTC 2016


Author: brnrd
Date: Tue May  3 17:50:20 2016
New Revision: 414543
URL: https://svnweb.freebsd.org/changeset/ports/414543

Log:
  security/vuxml: Document OpenSSL 1.0.2g vulnerabilities
  
  Reviewed by:	swills
  MFH:		2016Q2

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue May  3 17:25:44 2016	(r414542)
+++ head/security/vuxml/vuln.xml	Tue May  3 17:50:20 2016	(r414543)
@@ -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="95564990-1138-11e6-b55e-b499baebfeaf">
+    <topic>OpenSSL -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>openssl</name>
+	<range><lt>1.0.2_11</lt></range>
+      </package>
+      <package>
+	<name>linux-c6-openssl</name>
+	<range><lt>1.0.1e_8</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>OpenSSL reports:</p>
+	<blockquote cite="https://www.openssl.org/news/secadv/20160503.txt">
+	  <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>
+	  <p>EBCDIC overread</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.openssl.org/news/secadv/20160503.txt</url>
+      <url>CVE-2016-2107</url>
+      <url>CVE-2016-2105</url>
+      <url>CVE-2016-2106</url>
+      <url>CVE-2016-2109</url>
+      <url>CVE-2016-2176</url>
+    </references>
+    <dates>
+      <discovery>2016-05-03</discovery>
+      <entry>2016-05-03</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="be72e773-1131-11e6-94fa-002590263bf5">
     <topic>gitlab -- privilege escalation via "impersonate" feature</topic>
     <affects>
@@ -73,7 +111,7 @@ Notes:
     </affects>
     <description>
       <body xmlns="http://www.w3.org/1999/xhtml">
-	<p>SO-AND-SO reports:</p>
+	<p>GitLab reports:</p>
 	<blockquote cite="https://about.gitlab.com/2016/05/02/cve-2016-4340-patches/">
 	  <p>During an internal code review, we discovered a critical security
 	    flaw in the "impersonate" feature of GitLab. Added in GitLab 8.2,


More information about the svn-ports-all mailing list