svn commit: r442285 - head/security/vuxml

Ryan Steinmetz zi at FreeBSD.org
Thu Jun 1 13:50:47 UTC 2017


Author: zi
Date: Thu Jun  1 13:50:45 2017
New Revision: 442285
URL: https://svnweb.freebsd.org/changeset/ports/442285

Log:
  - Document vulnerability in net/freeradius3 (CVE-2017-9148)

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Jun  1 13:38:12 2017	(r442284)
+++ head/security/vuxml/vuln.xml	Thu Jun  1 13:50:45 2017	(r442285)
@@ -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="673dce46-46d0-11e7-a539-0050569f7e80">
+    <topic>FreeRADIUS -- TLS resumption authentication bypass</topic>
+    <affects>
+      <package>
+	<name>freeradius</name>
+	<name>freeradius2</name>
+	<name>freeradius3</name>
+	<range><lt>3.0.14</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Stefan Winter reports:</p>
+	<blockquote cite="http://seclists.org/oss-sec/2017/q2/342">
+	  <p>The TLS session cache in FreeRADIUS before 3.0.14 fails to
+	    reliably prevent resumption of an unauthenticated session, which
+	    allows remote attackers (such as malicious 802.1X supplicants) to
+	    bypass authentication via PEAP or TTLS.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2017-9148</cvename>
+      <url>http://freeradius.org/security.html</url>
+      <url>http://seclists.org/oss-sec/2017/q2/342</url>
+      <url>http://www.securityfocus.com/bid/98734</url>
+    </references>
+    <dates>
+      <discovery>2017-02-03</discovery>
+      <entry>2017-06-01</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="40a8d798-4615-11e7-8080-a4badb2f4699">
     <topic>heimdal -- bypass of capath policy</topic>
     <affects>


More information about the svn-ports-all mailing list