~ubuntu-branches/ubuntu/trusty/postgresql-9.3/trusty-security

« back to all changes in this revision

Viewing changes to doc/src/sgml/html/release-8-2-11.html

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2016-08-17 16:37:41 UTC
  • mfrom: (1.2.5) (18.1.5 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20160817163741-qe6axor32fd1qu2y
Tags: 9.3.14-0ubuntu0.14.04
* New upstream security/bug fix release (LP: #1614113):
  - Fix possible mis-evaluation of nested CASE-WHEN expressions
    A CASE expression appearing within the test value subexpression of
    another CASE could become confused about whether its own test value was
    null or not.  Also, inlining of a SQL function implementing the equality
    operator used by a CASE expression could result in passing the wrong
    test value to functions called within a CASE expression in the SQL
    function's body.  If the test values were of different data types, a
    crash might result; moreover such situations could be abused to allow
    disclosure of portions of server memory.  (CVE-2016-5423)

  - Fix client programs' handling of special characters in database and role
    names
    Numerous places in vacuumdb and other client programs could become
    confused by database and role names containing double quotes or
    backslashes.  Tighten up quoting rules to make that safe. Also, ensure
    that when a conninfo string is used as a database name parameter to
    these programs, it is correctly treated as such throughout.

    Fix handling of paired double quotes in psql's \connect and \password
    commands to match the documentation.

    Introduce a new -reuse-previous option in psql's \connect command to
    allow explicit control of whether to re-use connection parameters from a
    previous connection.  (Without this, the choice is based on whether the
    database name looks like a conninfo string, as before.)  This allows
    secure handling of database names containing special characters in
    pg_dumpall scripts.

    pg_dumpall now refuses to deal with database and role names containing
    carriage returns or newlines, as it seems impractical to quote those
    characters safely on Windows.  In future we may reject such names on the
    server side, but that step has not been taken yet.

    These are considered security fixes because crafted object names
    containing special characters could have been used to execute commands
    with superuser privileges the next time a superuser executes pg_dumpall
    or other routine maintenance operations.  (CVE-2016-5424)

  - Details: http://www.postgresql.org/docs/9.3/static/release-9-3-14.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
REV="MADE"
10
10
HREF="mailto:pgsql-docs@postgresql.org"><LINK
11
11
REL="HOME"
12
 
TITLE="PostgreSQL 9.3.11 Documentation"
 
12
TITLE="PostgreSQL 9.3.14 Documentation"
13
13
HREF="index.html"><LINK
14
14
REL="UP"
15
15
TITLE="Release Notes"
26
26
HTTP-EQUIV="Content-Type"
27
27
CONTENT="text/html; charset=ISO-8859-1"><META
28
28
NAME="creation"
29
 
CONTENT="2016-02-08T21:32:43"></HEAD
 
29
CONTENT="2016-08-08T20:52:14"></HEAD
30
30
><BODY
31
31
CLASS="SECT1"
32
32
><DIV
44
44
VALIGN="bottom"
45
45
><A
46
46
HREF="index.html"
47
 
>PostgreSQL 9.3.11 Documentation</A
 
47
>PostgreSQL 9.3.14 Documentation</A
48
48
></TH
49
49
></TR
50
50
><TR
93
93
CLASS="SECT1"
94
94
><A
95
95
NAME="RELEASE-8-2-11"
96
 
>E.133. Release 8.2.11</A
 
96
>E.142. Release 8.2.11</A
97
97
></H1
98
98
><DIV
99
99
CLASS="NOTE"
110
110
   For information about new features in the 8.2 major release, see
111
111
   <A
112
112
HREF="release-8-2.html"
113
 
>Section E.144</A
 
113
>Section E.153</A
114
114
>.
115
115
  </P
116
116
><DIV
118
118
><H2
119
119
CLASS="SECT2"
120
120
><A
121
 
NAME="AEN139019"
122
 
>E.133.1. Migration to Version 8.2.11</A
 
121
NAME="AEN139992"
 
122
>E.142.1. Migration to Version 8.2.11</A
123
123
></H2
124
124
><P
125
125
>    A dump/restore is not required for those running 8.2.X.
126
126
    However, if you are upgrading from a version earlier than 8.2.7,
127
127
    see <A
128
128
HREF="release-8-2-7.html"
129
 
>Section E.137</A
 
129
>Section E.146</A
130
130
>.  Also, if you were running a previous
131
131
    8.2.X release, it is recommended to <TT
132
132
CLASS="COMMAND"
140
140
><H2
141
141
CLASS="SECT2"
142
142
><A
143
 
NAME="AEN139024"
144
 
>E.133.2. Changes</A
 
143
NAME="AEN139997"
 
144
>E.142.2. Changes</A
145
145
></H2
146
146
><P
147
147
></P