svn commit: r387053 - head/security/vuxml
Palle Girgensohn
girgen at FreeBSD.org
Fri May 22 19:06:28 UTC 2015
Author: girgen
Date: Fri May 22 19:06:27 2015
New Revision: 387053
URL: https://svnweb.freebsd.org/changeset/ports/387053
Log:
Record some minor PostgreSQL sercurity problems.
"This update fixes three security vulnerabilities reported in PostgreSQL over
the past few months. Nether of these issues is seen as particularly urgent.
However, users should examine them in case their installations are vulnerable."
URL: http://www.postgresql.org/about/news/1587/
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Fri May 22 19:03:57 2015 (r387052)
+++ head/security/vuxml/vuln.xml Fri May 22 19:06:27 2015 (r387053)
@@ -57,6 +57,59 @@ Notes:
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="fc38cd83-00b3-11e5-8ebd-0026551a22dc">
+ <topic>PostgreSQL -- minor security problems.</topic>
+ <affects>
+ <package>
+ <name>postgresql90-server</name>
+ <range><ge>9.0.0</ge><lt>9.0.20</lt></range>
+ </package>
+ <package>
+ <name>postgresql91-server</name>
+ <range><ge>9.1.0</ge><lt>9.1.16</lt></range>
+ </package>
+ <package>
+ <name>postgresql92-server</name>
+ <range><ge>9.2.0</ge><lt>9.2.11</lt></range>
+ </package>
+ <package>
+ <name>postgresql93-server</name>
+ <range><ge>9.3.0</ge><lt>9.3.7</lt></range>
+ </package>
+ <package>
+ <name>postgresql94-server</name>
+ <range><ge>9.4.0</ge><lt>9.4.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/1587/">
+ <p>
+ This update fixes three security vulnerabilities reported in
+ PostgreSQL over the past few months. Nether of these issues is seen as
+ particularly urgent. However, users should examine them in case their
+ installations are vulnerable:.
+ </p>
+ <ul>
+ <li>CVE-2015-3165 Double "free" after authentication timeout.</li>
+ <li>CVE-2015-3166 Unanticipated errors from the standard library.</li>
+ <li>CVE-2015-3167 pgcrypto has multiple error messages for decryption with an incorrect key.</li>
+ </ul>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2015-3165</cvename>
+ <cvename>CVE-2015-3166</cvename>
+ <cvename>CVE-2015-3167</cvename>
+ </references>
+ <dates>
+ <discovery>2015-04-10</discovery>
+ <entry>2015-05-22</entry>
+ </dates>
+ </vuln>
+
<vuln vid="d0034536-ff24-11e4-a072-d050996490d0">
<topic>proftpd -- arbitrary code execution vulnerability with chroot</topic>
<affects>
More information about the svn-ports-all
mailing list