Skip to content

Commit 2e03587

Browse files
committed
Last-minute updates for release notes.
Security: CVE-2020-14349, CVE-2020-14350
1 parent 6b11a46 commit 2e03587

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

doc/src/sgml/release-9.5.sgml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,39 @@
4141

4242
<listitem>
4343
<!--
44+
Author: Tom Lane <tgl@sss.pgh.pa.us>
45+
Branch: master [7eeb1d986] 2020-08-10 10:44:42 -0400
46+
Branch: REL_13_STABLE [98ca64899] 2020-08-10 10:44:42 -0400
47+
Branch: REL_12_STABLE [3ba967084] 2020-08-10 10:44:42 -0400
48+
Branch: REL_11_STABLE [afa358786] 2020-08-10 10:44:43 -0400
49+
Branch: REL_10_STABLE [96cbfe92d] 2020-08-10 10:44:43 -0400
50+
Branch: REL9_6_STABLE [2ea8a60fc] 2020-08-10 10:44:43 -0400
51+
Branch: REL9_5_STABLE [6b11a4687] 2020-08-10 10:44:43 -0400
52+
-->
53+
<para>
54+
Make contrib modules' installation scripts more secure (Tom Lane)
55+
</para>
56+
57+
<para>
58+
Attacks similar to those described in CVE-2018-1058 could be carried
59+
out against an extension installation script, if the attacker can
60+
create objects in either the extension's target schema or the schema
61+
of some prerequisite extension. Since extensions often require
62+
superuser privilege to install, this can open a path to obtaining
63+
superuser privilege. To mitigate this risk, be more careful about
64+
the <varname>search_path</varname> used to run an installation
65+
script; disable <varname>check_function_bodies</varname> within the
66+
script; and fix catalog-adjustment queries used in some contrib
67+
modules to ensure they are secure. Also provide documentation to
68+
help third-party extension authors make their installation scripts
69+
secure. This is not a complete solution; extensions that depend on
70+
other extensions can still be at risk if installed carelessly.
71+
(CVE-2020-14350)
72+
</para>
73+
</listitem>
74+
75+
<listitem>
76+
<!--
4477
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
4578
Branch: master [470687b4a] 2020-08-08 12:31:55 -0400
4679
Branch: REL_13_STABLE [900429d0c] 2020-08-08 12:31:55 -0400

0 commit comments

Comments
 (0)