File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 23
23
</para>
24
24
25
25
<para>
26
- However, see the first changelog item below,
26
+ However, see the second changelog item below,
27
27
which describes cases in which reindexing indexes after the upgrade
28
28
may be advisable.
29
29
</para>
41
41
42
42
<listitem>
43
43
<!--
44
+ Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
45
+ Branch: master [6214e2b22] 2021-02-08 11:01:51 +0200
46
+ Branch: REL_13_STABLE [8e56684d5] 2021-02-08 11:01:55 +0200
47
+ Branch: REL_12_STABLE [f50e88899] 2021-02-08 11:01:55 +0200
48
+ Branch: REL_11_STABLE [cb5868cc1] 2021-02-08 11:01:55 +0200
49
+ -->
50
+ <para>
51
+ Fix information leakage in constraint-violation error messages
52
+ (Heikki Linnakangas)
53
+ </para>
54
+
55
+ <para>
56
+ If an <command>UPDATE</command> command attempts to move a row to a
57
+ different partition but finds that it violates some constraint on
58
+ the new partition, and the columns in that partition are in
59
+ different physical positions than in the parent table, the error
60
+ message could reveal the contents of columns that the user does not
61
+ have <literal>SELECT</literal> privilege on.
62
+ (CVE-2021-3393)
63
+ </para>
64
+ </listitem>
65
+
66
+ <listitem>
67
+ <!--
44
68
Author: Noah Misch <noah@leadboat.com>
45
69
Branch: master [8a54e12a3] 2021-01-30 00:00:27 -0800
46
70
Branch: REL_13_STABLE [86a5b309c] 2021-01-30 00:00:42 -0800
You can’t perform that action at this time.
0 commit comments