Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Nov 2016 13:19:28 +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: r425151 - head/security/vuxml
Message-ID:  <201611021319.uA2DJSfi015553@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Wed Nov  2 13:19:27 2016
New Revision: 425151
URL: https://svnweb.freebsd.org/changeset/ports/425151

Log:
  Document openssl vulnerability
  
  Security:	CVE-2016-8610

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Nov  2 12:53:29 2016	(r425150)
+++ head/security/vuxml/vuln.xml	Wed Nov  2 13:19:27 2016	(r425151)
@@ -58,6 +58,50 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="0fcd3af0-a0fe-11e6-b1cf-14dae9d210b8">
+    <topic>FreeBSD -- OpenSSL Remote DoS vulnerability</topic>
+    <affects>
+      <package>
+	<name>FreeBSD</name>
+	<range><ge>10.3</ge><lt>10.3_12</lt></range>
+	<range><ge>10.2</ge><lt>10.2_25</lt></range>
+	<range><ge>10.1</ge><lt>10.1_42</lt></range>
+	<range><ge>9.3</ge><lt>9.3_50</lt></range>
+      </package>
+      <package>
+	<name>openssl</name>
+	<range><lt>1.0.2j,1</lt></range>
+      </package>
+      <package>
+	<name>openssl-devel</name>
+	<range><lt>1.1.0b</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<h1>Problem Description:</h1>
+	<p>Due to improper handling of alert packets, OpenSSL would
+	consume an excessive amount of CPU time processing undefined
+	alert messages.</p>
+	<h1>Impact:</h1>
+	<p>A remote attacker who can initiate handshakes with an
+	OpenSSL based server can cause the server to consume a lot
+	of computation power with very little bandwidth usage, and
+	may be able to use this technique in a leveraged Denial of
+	Service attack.</p>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-8610</cvename>
+      <freebsdsa>SA-16:35.openssl</freebsdsa>
+      <url>http://seclists.org/oss-sec/2016/q4/224</url>;
+    </references>
+    <dates>
+      <discovery>2016-11-02</discovery>
+      <entry>2016-11-02</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="cb116651-79db-4c09-93a2-c38f9df46724">
     <topic>django -- multiple vulnerabilities</topic>
     <affects>



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