~ubuntu-branches/ubuntu/vivid/postgresql-9.4/vivid-updates

« back to all changes in this revision

Viewing changes to doc/src/sgml/html/server-programming.html

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2015-10-08 15:36:31 UTC
  • mfrom: (1.2.3) (11.1.2 vivid-proposed)
  • Revision ID: package-import@ubuntu.com-20151008153631-dyiutwil2zjh9pxs
Tags: 9.4.5-0ubuntu0.15.04
* New upstream security/bug fix release: (LP: #1504132)
  - Guard against stack overflows in json parsing.
    If an application constructs PostgreSQL json or jsonb values from
    arbitrary user input, the application's users can reliably crash the
    PostgreSQL server, causing momentary denial of service.  (CVE-2015-5289)

  - Fix contrib/pgcrypto to detect and report too-short crypt() salts
    Certain invalid salt arguments crashed the server or disclosed a few
    bytes of server memory.  We have not ruled out the viability of attacks
    that arrange for presence of confidential information in the disclosed
    bytes, but they seem unlikely.  (CVE-2015-5288)

  - See release notes for details about other fixes.

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.4.2 Documentation"
 
12
TITLE="PostgreSQL 9.4.5 Documentation"
13
13
HREF="index.html"><LINK
14
14
REL="PREVIOUS"
15
15
TITLE="views"
23
23
HTTP-EQUIV="Content-Type"
24
24
CONTENT="text/html; charset=ISO-8859-1"><META
25
25
NAME="creation"
26
 
CONTENT="2015-05-19T23:16:15"></HEAD
 
26
CONTENT="2015-10-05T19:28:19"></HEAD
27
27
><BODY
28
28
CLASS="PART"
29
29
><DIV
41
41
VALIGN="bottom"
42
42
><A
43
43
HREF="index.html"
44
 
>PostgreSQL 9.4.2 Documentation</A
 
44
>PostgreSQL 9.4.5 Documentation</A
45
45
></TH
46
46
></TR
47
47
><TR
97
97
><DIV
98
98
CLASS="PARTINTRO"
99
99
><A
100
 
NAME="AEN54759"
 
100
NAME="AEN54813"
101
101
></A
102
102
><P
103
103
>    This part is about extending the server functionality with