Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jun 2016 20:52:39 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417842 - head/security/vuxml
Message-ID:  <201606302052.u5UKqdNR025451@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu Jun 30 20:52:39 2016
New Revision: 417842
URL: https://svnweb.freebsd.org/changeset/ports/417842

Log:
  Document openssl vulnerability
  
  PR:		210550
  Security:	CVE-2016-2177

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Jun 30 20:38:36 2016	(r417841)
+++ head/security/vuxml/vuln.xml	Thu Jun 30 20:52:39 2016	(r417842)
@@ -58,6 +58,38 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="0ca24682-3f03-11e6-b3c8-14dae9d210b8">
+    <topic>openssl -- denial of service</topic>
+    <affects>
+      <package>
+	<name>openssl</name>
+	<range><lt>1.0.2_14</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Mitre reports:</p>
+	<blockquote cite="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2177">;
+	  <p>OpenSSL through 1.0.2h incorrectly uses pointer arithmetic
+	    for heap-buffer boundary checks, which might allow remote attackers to
+	    cause a denial of service (integer overflow and application crash) or
+	    possibly have unspecified other impact by leveraging unexpected malloc
+	    behavior, related to s3_srvr.c, ssl_sess.c, and t1_lib.c.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2177</url>;
+      <url>ihttps://bugzilla.redhat.com/show_bug.cgi?id=1341705</url>;
+      <url>https://www.openssl.org/blog/blog/2016/06/27/undefined-pointer-arithmetic/</url>;
+      <cvename>CVE-2016-2177</cvename>
+    </references>
+    <dates>
+      <discovery>2016-06-01</discovery>
+      <entry>2016-06-30</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="cbceeb49-3bc7-11e6-8e82-002590263bf5">
     <topic>tomcat -- remote DoS in the Apache Commons FileUpload component</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606302052.u5UKqdNR025451>