svn commit: r442295 - head/security/vuxml

Ryan Steinmetz zi at FreeBSD.org
Thu Jun 1 15:27:45 UTC 2017


Author: zi
Date: Thu Jun  1 15:27:43 2017
New Revision: 442295
URL: https://svnweb.freebsd.org/changeset/ports/442295

Log:
  - Document authentication bypass in security/duo

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Jun  1 15:21:30 2017	(r442294)
+++ head/security/vuxml/vuln.xml	Thu Jun  1 15:27:43 2017	(r442295)
@@ -58,6 +58,34 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="738e8ae1-46dd-11e7-a539-0050569f7e80">
+    <topic>duo -- Two-factor authentication bypass</topic>
+    <affects>
+      <package>
+	<name>duo</name>
+	<range><lt>1.9.21</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The duo security team reports:</p>
+	<blockquote cite="https://duo.com/labs/psa/duo-psa-2017-002">
+	  <p>An untrusted user may be able to set the http_proxy variable to
+	    an invalid address.  If this happens, this will trigger the
+	    configured 'failmode' behavior, which defaults to safe.  Safe
+	    mode causes the authentication to report a success.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://duo.com/labs/psa/duo-psa-2017-002</url>
+    </references>
+    <dates>
+      <discovery>2017-05-19</discovery>
+      <entry>2017-06-01</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="673dce46-46d0-11e7-a539-0050569f7e80">
     <topic>FreeRADIUS -- TLS resumption authentication bypass</topic>
     <affects>


More information about the svn-ports-head mailing list