Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a7e51a4

Browse filesBrowse files
committed
Last-minute updates for release notes.
Security: CVE-2020-14349, CVE-2020-14350
1 parent 2ea8a60 commit a7e51a4
Copy full SHA for a7e51a4

File tree

Expand file treeCollapse file tree

1 file changed

+33
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+33
-0
lines changed

‎doc/src/sgml/release-9.6.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/release-9.6.sgml
+33Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,39 @@
3535

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.