Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2015 14:18:41 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396503 - head/security/vuxml
Message-ID:  <201509091418.t89EIf3e024749@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Wed Sep  9 14:18:40 2015
New Revision: 396503
URL: https://svnweb.freebsd.org/changeset/ports/396503

Log:
  Document pgbouncer failed auth_query lookups falling back to auth_user
  
  Note the vulnerable version was not committed to ports, however document
  the issue in the interest of being thorough and catching any user who
  made this as a local change.
  
  PR:		202957
  Security:	CVE-2015-6817
  Security:	d76961da-56f6-11e5-934b-002590263bf5
  Approved by:	feld (mentor)

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Sep  9 14:14:40 2015	(r396502)
+++ head/security/vuxml/vuln.xml	Wed Sep  9 14:18:40 2015	(r396503)
@@ -58,6 +58,37 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="d76961da-56f6-11e5-934b-002590263bf5">
+    <topic>pgbouncer -- failed auth_query lookup leads to connection as auth_user</topic>
+    <affects>
+      <package>
+	<name>pgbouncer</name>
+	<range><eq>1.6.0</eq></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>PgBouncer reports:</p>
+	<blockquote cite="http://pgbouncer.github.io/2015/09/pgbouncer-1-6-1/">;
+	  <p>New auth_user functionality introduced in 1.6 allows login as
+	    auth_user when client presents unknown username. It's quite likely
+	    auth_user is superuser. Affects only setups that have enabled
+	    auth_user in their config.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2015-6817</cvename>
+      <url>https://pgbouncer.github.io/2015/09/pgbouncer-1-6-1/</url>;
+      <url>https://github.com/pgbouncer/pgbouncer/issues/69</url>;
+      <url>http://www.openwall.com/lists/oss-security/2015/09/04/3</url>;
+    </references>
+    <dates>
+      <discovery>2015-09-03</discovery>
+      <entry>2015-09-09</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="3904f759-5659-11e5-a207-6805ca0b3d42">
     <topic>phpMyAdmin -- reCaptcha bypass</topic>
     <affects>



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