Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2016 14:43:29 +0000 (UTC)
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412225 - head/security/vuxml
Message-ID:  <201603311443.u2VEhTKr020718@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: girgen
Date: Thu Mar 31 14:43:29 2016
New Revision: 412225
URL: https://svnweb.freebsd.org/changeset/ports/412225

Log:
  Add vuxml entries for "Security Fixes for RLS, BRIN"
  in PostgreSQL 9.5
  
  Security:	CVE-2016-2193
  Security:	CVE-2016-3065

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Mar 31 14:20:04 2016	(r412224)
+++ head/security/vuxml/vuln.xml	Thu Mar 31 14:43:29 2016	(r412225)
@@ -58,6 +58,44 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="97a24d2e-f74c-11e5-8458-6cc21735f730">
+    <topic>PostgreSQL -- minor security problems.</topic>
+    <affects>
+      <package>
+	<name>postgresql95-server</name>
+	<range><ge>9.5.0</ge><lt>9.5.2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>PostgreSQL project reports:</p>
+	<blockquote cite="http://www.postgresql.org/about/news/1656/">;
+	  <p>Security Fixes for RLS, BRIN</p>
+	   <p>
+	  This release closes security hole CVE-2016-2193
+	  (https://access.redhat.com/security/cve/CVE-2016-2193), where a query
+	  plan might get reused for more than one ROLE in the same session.
+	  This could cause the wrong set of Row Level Security (RLS) policies to
+	  be used for the query.</p>
+	   <p>
+	  The update also fixes CVE-2016-3065
+	  (https://access.redhat.com/security/cve/CVE-2016-3065), a server crash
+	  bug triggered by using `pageinspect` with BRIN index pages.  Since an
+	  attacker might be able to expose a few bytes of server memory, this
+	  crash is being treated as a security issue.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-2193</cvename>
+      <cvename>CVE-2016-3065</cvename>
+    </references>
+    <dates>
+      <discovery>2016-03-01</discovery>
+      <entry>2016-03-31</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="f7b3d1eb-f738-11e5-a710-0011d823eebd">
     <topic>flash -- multiple vulnerabilities</topic>
     <affects>



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