package/postgresql: security bump to version 11.3
authorPeter Korsgaard <peter@korsgaard.com>
Thu, 9 May 2019 20:45:28 +0000 (22:45 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 10 May 2019 08:30:05 +0000 (10:30 +0200)
commit5ea93e24cb84cea76a977df05f6cd166d4693575
tree17eff36184e81ffdd19dfb59b34558f95f8db7f6
parent6606f6c6a1e715e76e0022fdd46edcbcacff8f13
package/postgresql: security bump to version 11.3

Fixes the following security issues:

CVE-2019-10129: Memory disclosure in partition routing

Prior to this release, a user running PostgreSQL 11 can read arbitrary bytes
of server memory by executing a purpose-crafted INSERT statement to a
partitioned table.

CVE-2019-10130: Selectivity estimators bypass row security policies

PostgreSQL maintains statistics for tables by sampling data available in
columns; this data is consulted during the query planning process.  Prior to
this release, a user able to execute SQL queries with permissions to read a
given column could craft a leaky operator that could read whatever data had
been sampled from that column.  If this happened to include values from rows
that the user is forbidden to see by a row security policy, the user could
effectively bypass the policy.  This is fixed by only allowing a
non-leakproof operator to use this data if there are no relevant row
security policies for the table.

For more details, see the release notes:
https://www.postgresql.org/about/news/1939/

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/postgresql/postgresql.hash
package/postgresql/postgresql.mk