diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2016-03-31 14:43:29 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2016-03-31 14:43:29 +0000 |
commit | 43267134086f838c47dc4e4e70965168a688aecb (patch) | |
tree | 900d3b6cc3b40b26f07779e35850b31f7e3867b0 /security/vuxml | |
parent | 845971268964016bad9165c5098887d939672ef7 (diff) | |
download | ports-43267134086f838c47dc4e4e70965168a688aecb.tar.gz ports-43267134086f838c47dc4e4e70965168a688aecb.zip |
Notes
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 4705ddd27709..59a3916b4c34 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |