diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2018-02-08 17:32:54 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2018-02-08 17:32:54 +0000 |
commit | a02d810ddf2142464912bba35d6ba99ff2dc2599 (patch) | |
tree | 878830b768cdb610129e7c32917fd2239e2e0c12 | |
parent | security/vuxml: Document recent tiff CVEs (diff) |
Add security notice for PostgreSQL
Security: CVE-2018-1052
Security: CVE-2018-1053
Notes
Notes:
svn path=/head/; revision=461250
-rw-r--r-- | security/vuxml/vuln.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 382ce649887b..02a45d4c7998 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,51 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="c602c791-0cf4-11e8-a2ec-6cc21735f730"> + <topic>PostgreSQL vulnerabilities</topic> + <affects> + <package> + <name>postgresql93-server</name> + <range><ge>9.3.0</ge><lt>9.3.21</lt></range> + </package> + <package> + <name>postgresql94-server</name> + <range><ge>9.4.0</ge><lt>9.4.16</lt></range> + </package> + <package> + <name>postgresql95-server</name> + <range><ge>9.5.0</ge><lt>9.5.11</lt></range> + </package> + <package> + <name>postgresql96-server</name> + <range><ge>9.6.0</ge><lt>9.6.7</lt></range> + </package> + <package> + <name>postgresql10-server</name> + <range><ge>10.0</ge><lt>10.2</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/1829/"> + <ul> + <li>CVE-2018-1052: Fix the processing of partition keys containing multiple expressions (only for PostgreSQL-10.x)</li> + <li>CVE-2018-1053: Ensure that all temporary files made with "pg_upgrade" are non-world-readable</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2018-1052</cvename> + <cvename>CVE-2018-1053</cvename> + </references> + <dates> + <discovery>2018-02-05</discovery> + <entry>2018-02-08</entry> + </dates> + </vuln> + <vuln vid="b38e8150-0535-11e8-96ab-0800271d4b9c"> <topic>tiff -- multiple vulnerabilities</topic> <affects> |