Peter Korsgaard
2568bf88eb
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 >
(cherry picked from commit 5ea93e24cb )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-05-26 11:08:53 +02:00
..
2019-02-08 11:35:22 +01:00
2019-02-06 10:14:46 +01:00
2019-02-08 11:35:22 +01:00
2019-02-06 15:40:59 +01:00
2019-04-14 23:18:44 +02:00
2019-04-05 17:43:16 +02:00
2019-05-26 09:22:41 +02:00
2019-03-27 23:02:14 +01:00
2019-02-08 11:35:22 +01:00
2019-05-26 09:29:32 +02:00
2019-02-06 10:14:46 +01:00
2019-03-25 21:20:59 +01:00
2019-03-25 21:20:07 +01:00
2019-03-25 22:15:36 +01:00
2019-04-29 10:33:15 +02:00
2019-04-24 22:46:47 +02:00
2019-02-04 16:58:17 +01:00
2019-02-24 22:06:15 +01:00
2019-02-11 09:09:45 +01:00
2019-04-26 14:30:37 +02:00
2019-05-26 09:24:44 +02:00
2019-02-08 11:35:22 +01:00
2019-04-14 23:22:37 +02:00
2019-04-24 22:25:29 +02:00
2019-03-28 10:53:59 +01:00
2019-05-26 09:24:52 +02:00
2019-02-08 11:35:22 +01:00
2019-04-14 22:29:35 +02:00
2019-05-10 12:12:10 +02:00
2019-02-26 14:48:45 +01:00
2019-03-27 10:44:42 +01:00
2019-03-04 21:35:03 +01:00
2019-02-08 11:35:22 +01:00
2019-04-26 14:49:42 +02:00
2019-03-02 21:24:35 +01:00
2019-02-08 11:35:22 +01:00
2019-02-08 11:35:22 +01:00
2019-02-08 11:35:22 +01:00
2019-05-10 12:16:36 +02:00
2019-05-08 23:33:54 +02:00
2019-05-10 12:16:27 +02:00
2019-05-02 08:29:15 +02:00
2019-05-02 08:29:22 +02:00
2019-02-21 23:50:59 +01:00
2019-02-14 21:46:22 +01:00
2019-02-14 21:46:22 +01:00
2019-03-19 20:20:09 +01:00
2019-03-27 22:58:42 +01:00
2019-02-08 11:35:22 +01:00
2019-03-28 10:37:13 +01:00
2019-02-04 21:26:03 +01:00
2019-02-06 10:14:46 +01:00
2019-03-25 17:34:01 +01:00
2019-03-19 20:11:08 +01:00
2019-03-27 15:29:01 +01:00
2019-04-24 21:19:40 +02:00
2019-02-26 13:09:27 +01:00
2019-02-22 22:29:59 +01:00
2019-04-05 17:41:31 +02:00
2019-04-26 14:35:11 +02:00
2019-04-26 14:28:57 +02:00
2019-03-29 14:44:52 +01:00
2019-02-05 08:15:09 +01:00
2019-03-25 17:26:10 +01:00
2019-04-14 23:16:27 +02:00
2019-05-01 22:10:31 +02:00
2019-02-11 09:08:48 +01:00
2019-02-06 16:31:06 +01:00
2019-03-03 23:10:29 +01:00
2019-03-19 21:33:07 +01:00
2019-05-01 22:11:45 +02:00
2019-02-06 10:14:46 +01:00
2019-04-05 17:23:31 +02:00
2019-02-08 11:35:22 +01:00
2019-04-27 18:26:17 +02:00
2019-02-06 10:14:46 +01:00
2019-02-24 22:02:32 +01:00
2019-02-24 23:12:27 +01:00
2019-02-05 17:14:01 +01:00
2019-02-08 11:35:22 +01:00
2019-05-01 21:53:37 +02:00
2019-02-08 11:35:22 +01:00
2019-02-08 11:35:22 +01:00
2019-03-27 23:06:44 +01:00
2019-02-05 18:09:01 +01:00
2019-02-20 21:33:57 +01:00
2019-02-25 22:25:44 +01:00
2019-04-24 21:59:52 +02:00
2019-02-20 23:27:57 +01:00
2019-02-12 19:59:46 +01:00
2019-03-27 22:25:27 +01:00
2019-03-01 10:10:30 +01:00
2019-03-28 11:12:34 +01:00
2019-05-10 11:51:01 +02:00
2019-02-08 11:35:22 +01:00
2019-03-25 11:40:15 +01:00
2019-02-12 20:02:03 +01:00
2019-02-06 16:17:54 +01:00
2019-02-24 22:05:18 +01:00
2019-03-28 11:14:31 +01:00
2019-03-25 20:11:02 +01:00
2019-04-24 21:54:15 +02:00
2019-03-28 10:35:10 +01:00
2019-04-05 22:33:02 +02:00
2019-05-10 11:40:44 +02:00
2019-05-26 09:23:19 +02:00
2019-02-15 21:46:21 +01:00
2019-02-21 00:12:07 +01:00
2019-03-18 22:10:20 +01:00
2019-04-26 14:39:05 +02:00
2019-02-06 15:41:30 +01:00
2019-05-26 09:23:31 +02:00
2019-03-27 15:34:39 +01:00
2019-04-27 18:25:45 +02:00
2019-03-02 21:27:54 +01:00
2019-03-27 22:49:59 +01:00
2019-05-26 09:31:55 +02:00
2019-03-04 22:36:11 +01:00
2019-02-25 22:07:40 +01:00
2019-03-27 22:31:53 +01:00
2019-02-04 19:03:30 +01:00
2019-02-04 21:53:20 +01:00
2019-02-11 15:35:33 +01:00
2019-02-15 22:09:53 +01:00
2019-02-11 21:18:35 +01:00
2019-02-06 10:14:46 +01:00
2019-04-05 17:40:32 +02:00
2019-04-26 14:57:51 +02:00
2019-02-12 20:08:45 +01:00
2019-04-26 14:39:39 +02:00
2019-04-24 22:28:45 +02:00
2019-05-26 11:07:52 +02:00
2019-04-24 17:23:52 +02:00
2019-02-08 11:35:22 +01:00
2019-02-06 10:14:46 +01:00
2019-02-08 11:35:22 +01:00
2019-04-05 17:33:18 +02:00
2019-04-24 21:44:09 +02:00
2019-03-25 17:17:48 +01:00
2019-04-26 14:38:10 +02:00
2019-02-24 21:58:16 +01:00
2019-02-23 17:00:55 +01:00
2019-05-02 08:27:38 +02:00
2019-02-06 12:59:07 +01:00
2019-02-20 22:21:22 +01:00
2019-03-27 23:00:28 +01:00
2019-04-26 14:45:44 +02:00
2019-05-26 09:25:37 +02:00
2019-04-06 09:14:37 +02:00
2019-03-27 16:00:04 +01:00
2019-03-19 20:47:57 +01:00
2019-03-25 20:11:02 +01:00
2019-02-10 11:17:41 +01:00
2019-02-06 14:18:01 +01:00
2019-04-26 14:36:07 +02:00
2019-05-26 09:25:50 +02:00
2019-02-05 15:28:38 +01:00
2019-02-08 11:35:22 +01:00
2019-04-26 15:00:16 +02:00
2019-03-25 18:52:25 +01:00
2019-04-24 21:58:56 +02:00
2019-04-24 21:52:51 +02:00
2019-04-24 22:22:32 +02:00
2019-02-08 11:35:22 +01:00
2019-04-26 14:46:24 +02:00
2019-02-08 11:35:22 +01:00
2019-05-02 08:35:58 +02:00
2019-02-08 11:35:22 +01:00
2019-04-24 22:00:24 +02:00
2019-02-05 13:17:44 +01:00
2019-02-08 11:35:22 +01:00
2019-05-10 11:56:19 +02:00
2019-02-08 11:35:22 +01:00
2019-03-26 15:01:42 +01:00
2019-02-08 11:35:22 +01:00
2019-03-25 17:36:23 +01:00
2019-04-14 22:32:35 +02:00
2019-02-08 11:35:22 +01:00
2019-02-08 11:35:22 +01:00
2019-02-06 15:41:04 +01:00
2019-02-06 15:41:08 +01:00
2019-03-25 18:55:53 +01:00
2019-02-04 22:39:16 +01:00
2019-02-08 11:35:22 +01:00
2019-02-06 22:22:05 +01:00
2019-02-12 19:59:11 +01:00
2019-02-11 12:11:25 +01:00
2019-02-08 11:35:22 +01:00
2019-04-24 22:25:16 +02:00
2019-05-10 12:15:02 +02:00
2019-05-10 12:13:42 +02:00
2019-02-04 18:05:01 +01:00
2019-04-26 14:51:32 +02:00
2019-05-10 11:32:58 +02:00
2019-02-06 15:41:18 +01:00
2019-05-26 09:26:12 +02:00
2019-02-20 21:51:09 +01:00
2019-02-06 15:41:12 +01:00
2019-05-02 08:27:16 +02:00
2019-05-26 11:08:53 +02:00
2019-02-05 19:09:06 +01:00
2019-02-22 00:15:01 +01:00
2019-02-08 11:35:22 +01:00
2019-02-08 11:35:22 +01:00
2019-02-05 20:44:55 +01:00
2019-02-15 22:44:21 +01:00
2019-04-24 21:55:41 +02:00
2019-03-28 10:24:50 +01:00
2019-04-24 15:53:08 +02:00
2019-03-27 15:39:22 +01:00
2019-02-05 23:03:51 +01:00
2019-02-15 21:48:38 +01:00
2019-02-04 19:23:18 +01:00
2019-02-04 19:23:02 +01:00
2019-05-26 09:26:21 +02:00
2019-05-26 09:26:31 +02:00
2019-05-26 09:26:40 +02:00
2019-05-26 09:27:53 +02:00
2019-05-01 22:12:32 +02:00
2019-03-04 21:13:21 +01:00
2019-02-12 20:12:14 +01:00
2019-02-06 17:19:53 +01:00
2019-02-06 15:37:39 +01:00
2019-02-12 20:13:15 +01:00
2019-04-26 15:05:51 +02:00
2019-05-26 09:23:46 +02:00
2019-02-06 15:41:36 +01:00
2019-02-06 15:43:47 +01:00
2019-02-05 15:02:45 +01:00
2019-04-26 14:47:30 +02:00
2019-02-06 15:44:24 +01:00
2019-02-15 22:41:01 +01:00
2019-02-20 23:27:57 +01:00
2019-02-08 11:35:22 +01:00
2019-02-08 11:35:22 +01:00
2019-04-24 20:48:33 +02:00
2019-02-06 12:56:26 +01:00
2019-03-28 11:16:53 +01:00
2019-02-22 22:23:34 +01:00
2019-02-08 11:35:22 +01:00
2019-04-24 22:14:25 +02:00
2019-02-08 11:35:22 +01:00
2019-05-26 09:28:24 +02:00
2019-02-04 19:48:38 +01:00
2019-04-26 14:25:52 +02:00
2019-02-04 21:11:39 +01:00
2019-04-24 22:30:18 +02:00
2019-05-08 23:33:47 +02:00
2019-02-17 15:53:45 +01:00
2019-04-26 14:48:42 +02:00
2019-05-26 09:28:36 +02:00
2019-02-06 15:40:10 +01:00
2019-02-11 15:37:24 +01:00
2019-02-06 17:03:43 +01:00
2019-04-24 21:57:45 +02:00
2019-02-12 20:00:47 +01:00
2019-02-08 11:35:22 +01:00
2019-02-26 19:40:38 +01:00
2019-04-24 22:17:10 +02:00
2019-05-01 21:52:22 +02:00
2019-03-25 13:22:15 +01:00
2019-03-27 23:01:21 +01:00
2019-02-08 11:35:22 +01:00
2019-03-28 10:51:16 +01:00
2019-04-26 14:26:00 +02:00
2019-04-26 14:26:06 +02:00
2019-03-04 22:33:02 +01:00
2019-04-24 22:27:02 +02:00
2019-02-08 11:35:22 +01:00
2019-02-08 11:35:22 +01:00
2019-05-26 09:24:28 +02:00
2019-02-08 11:35:22 +01:00
2019-04-24 21:58:38 +02:00
2019-04-05 17:26:15 +02:00
2019-04-05 17:39:29 +02:00
2019-02-08 11:35:22 +01:00
2019-04-14 23:21:35 +02:00
2019-03-25 17:30:35 +01:00
2019-04-14 23:19:37 +02:00
2019-04-24 22:30:07 +02:00
2019-02-08 11:35:22 +01:00
2019-05-26 09:28:43 +02:00
2019-02-22 14:45:04 +01:00
2019-02-24 21:23:41 +01:00
2019-02-04 16:35:51 +01:00
2019-05-26 09:24:35 +02:00
2019-03-19 21:30:45 +01:00
2019-03-28 11:13:34 +01:00
2019-04-05 22:45:59 +02:00
2019-02-06 17:42:53 +01:00
2019-04-14 22:24:42 +02:00
2019-02-06 14:11:13 +01:00
2019-03-25 17:32:32 +01:00
2019-04-27 18:26:26 +02:00
2019-04-14 22:27:34 +02:00
2019-04-29 09:06:25 +02:00
2019-03-25 17:26:52 +01:00
2019-02-17 15:57:57 +01:00
2019-04-24 20:46:22 +02:00
2019-04-26 14:42:12 +02:00
2019-02-28 23:40:30 +01:00
2019-02-06 17:19:53 +01:00
2019-02-05 20:24:57 +01:00
2019-04-05 17:26:38 +02:00
2019-02-12 20:13:40 +01:00
2019-02-06 12:56:26 +01:00
2019-02-06 17:21:30 +01:00
2019-04-05 17:38:18 +02:00
2019-04-24 22:01:02 +02:00
2019-02-25 22:12:28 +01:00
2019-02-06 17:21:29 +01:00
2019-02-06 17:21:25 +01:00