svn commit: r447677 - head/security/vuxml
Palle Girgensohn
girgen at FreeBSD.org
Thu Aug 10 14:11:09 UTC 2017
Author: girgen
Date: Thu Aug 10 14:11:07 2017
New Revision: 447677
URL: https://svnweb.freebsd.org/changeset/ports/447677
Log:
Add CVE:s fixed in latest PostgreSQL release
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Thu Aug 10 13:31:49 2017 (r447676)
+++ head/security/vuxml/vuln.xml Thu Aug 10 14:11:07 2017 (r447677)
@@ -58,6 +58,55 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="982872f1-7dd3-11e7-9736-6cc21735f730">
+ <topic>PostgreSQL vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>postgresql92-server</name>
+ <range><ge>9.2.0</ge><lt>9.2.22</lt></range>
+ </package>
+ <package>
+ <name>postgresql93-server</name>
+ <range><ge>9.3.0</ge><lt>9.3.18</lt></range>
+ </package>
+ <package>
+ <name>postgresql94-server</name>
+ <range><ge>9.4.0</ge><lt>9.4.13</lt></range>
+ </package>
+ <package>
+ <name>postgresql95-server</name>
+ <range><ge>9.5.0</ge><lt>9.5.8</lt></range>
+ </package>
+ <package>
+ <name>postgresql96-server</name>
+ <range><ge>9.6.0</ge><lt>9.6.4</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>The PostgreSQL project reports:</p>
+ <blockquote cite="https://www.postgresql.org/about/news/1772/">
+ <ul>
+ <li>CVE-2017-7546: Empty password accepted in some authentication
+ methods</li>
+ <li>CVE-2017-7547: The "pg_user_mappings" catalog view discloses passwords
+ to users lacking server privileges</li>
+ <li>CVE-2017-7548: lo_put() function ignores ACLs</li>
+ </ul>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2017-7546</cvename>
+ <cvename>CVE-2017-7547</cvename>
+ <cvename>CVE-2017-7548</cvename>
+ </references>
+ <dates>
+ <discovery>2017-08-10</discovery>
+ <entry>2017-08-10</entry>
+ </dates>
+ </vuln>
+
<vuln vid="7e3d3e9a-7d8f-11e7-a02b-d43d7ef03aa6">
<topic>Flash Player -- multiple vulnerabilities</topic>
<affects>
More information about the svn-ports-all
mailing list