Name Status Last Modified Last Commit
lp:ubuntu/vivid-security/postgresql-9.4 bug 2 Mature 2015-10-16 02:01:08 UTC
13. * New upstream security/bug fix relea...

Author: Martin Pitt
Revision Date: 2015-10-08 15:36:31 UTC

* 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.

lp:ubuntu/vivid-updates/postgresql-9.4 2 Mature 2015-10-08 15:36:31 UTC
13. * New upstream security/bug fix relea...

Author: Martin Pitt
Revision Date: 2015-10-08 15:36:31 UTC

* 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.

lp:ubuntu/wily/postgresql-9.4 1 Development 2015-10-06 11:02:48 UTC
15. * New upstream version. + Guard ag...

Author: Christoph Berg
Revision Date: 2015-10-06 11:02:48 UTC

* New upstream version.

  + Guard against stack overflows in json parsing (Oskari Saarenmaa)

    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
    (Josh Kupershmidt)

    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)

* debian/rules: Call dh without --parallel, it's not supported upstream.

lp:ubuntu/wily-proposed/postgresql-9.4 1 Development 2015-10-06 11:02:48 UTC
15. * New upstream version. + Guard ag...

Author: Christoph Berg
Revision Date: 2015-10-06 11:02:48 UTC

* New upstream version.

  + Guard against stack overflows in json parsing (Oskari Saarenmaa)

    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
    (Josh Kupershmidt)

    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)

* debian/rules: Call dh without --parallel, it's not supported upstream.

lp:ubuntu/utopic-proposed/postgresql-9.4 bug 1 Development 2015-06-22 20:43:09 UTC
12. * New upstream bug fix release (LP: #...

Author: Martin Pitt
Revision Date: 2015-06-12 15:47:35 UTC

* New upstream bug fix release (LP: #1464669)
  - Fix possible failure to recover from an inconsistent database state
  - Fix rare failure to invalidate relation cache init file
  - See http://www.postgresql.org/about/news/1592/ for details.

lp:ubuntu/vivid-proposed/postgresql-9.4 bug 1 Development 2015-06-22 20:42:53 UTC
13. * New upstream bug fix release (LP: #...

Author: Martin Pitt
Revision Date: 2015-06-12 15:42:04 UTC

* New upstream bug fix release (LP: #1464669)
  - Fix possible failure to recover from an inconsistent database state
  - Fix rare failure to invalidate relation cache init file
  - See http://www.postgresql.org/about/news/1592/ for details.

lp:ubuntu/utopic-updates/postgresql-9.4 2 Mature 2015-06-12 15:47:35 UTC
12. * New upstream bug fix release (LP: #...

Author: Martin Pitt
Revision Date: 2015-06-12 15:47:35 UTC

* New upstream bug fix release (LP: #1464669)
  - Fix possible failure to recover from an inconsistent database state
  - Fix rare failure to invalidate relation cache init file
  - See http://www.postgresql.org/about/news/1592/ for details.

lp:ubuntu/utopic-security/postgresql-9.4 bug 2 Mature 2015-05-26 02:45:56 UTC
9. * New upstream security/bug fix relea...

Author: Martin Pitt
Revision Date: 2015-05-20 23:01:00 UTC

* New upstream security/bug fix release (LP: #1457093)
  - Avoid possible crash when client disconnects just before the
    authentication timeout expires.
    If the timeout interrupt fired partway through the session shutdown
    sequence, SSL-related state would be freed twice, typically causing a
    crash and hence denial of service to other sessions. Experimentation
    shows that an unauthenticated remote attacker could trigger the bug
    somewhat consistently, hence treat as security issue. (CVE-2015-3165)

  - Improve detection of system-call failures
    Our replacement implementation of snprintf() failed to check for errors
    reported by the underlying system library calls; the main case that
    might be missed is out-of-memory situations. In the worst case this
    might lead to information exposure, due to our code assuming that a
    buffer had been overwritten when it hadn't been. Also, there were a few
    places in which security-relevant calls of other system library
    functions did not check for failure.
    It remains possible that some calls of the *printf() family of functions
    are vulnerable to information disclosure if an out-of-memory error
    occurs at just the wrong time. We judge the risk to not be large, but
    will continue analysis in this area. (CVE-2015-3166)

  - In contrib/pgcrypto, uniformly report decryption failures as Wrong key
    or corrupt data
    Previously, some cases of decryption with an incorrect key could report
    other error message texts. It has been shown that such variance in
    error reports can aid attackers in recovering keys from other systems.
    While it's unknown whether pgcrypto's specific behaviors are likewise
    exploitable, it seems better to avoid the risk by using a
    one-size-fits-all message. (CVE-2015-3167)

  - Protect against wraparound of multixact member IDs
    Under certain usage patterns, the existing defenses against this might
    be insufficient, allowing pg_multixact/members files to be removed too
    early, resulting in data loss.
    The fix for this includes modifying the server to fail transactions that
    would result in overwriting old multixact member ID data, and improving
    autovacuum to ensure it will act proactively to prevent multixact member
    ID wraparound, as it does for transaction ID wraparound.

 - See release notes for details about other fixes.

lp:ubuntu/vivid/postgresql-9.4 2 Mature 2015-02-04 17:55:28 UTC
11. * New upstream version. + libpq5: N...

Author: Christoph Berg
Revision Date: 2015-02-04 17:55:28 UTC

* New upstream version.
  + libpq5: Name lookups fixed in minimal chroots (Closes: #756627)
  + Fix buffer overruns in to_char() (CVE-2015-0241)
  + Fix buffer overruns in contrib/pgcrypto (CVE-2015-0243)
  + Fix possible loss of frontend/backend protocol synchronization after an
    error (CVE-2015-0244)
  + Fix information leak via constraint-violation error messages
    (CVE-2014-8161)

lp:ubuntu/utopic/postgresql-9.4 2 Mature 2014-10-15 19:44:43 UTC
7. * postgresql-9.4.preinst: Output deta...

Author: Christoph Berg
Revision Date: 2014-10-15 19:44:43 UTC

* postgresql-9.4.preinst: Output detailed dump-reload instructions when
  refusing the package upgrade, and also add a NEWS item about it.
  (Closes: #764705)
* Add libipc-run-perl for the regression tests which otherwise skip large
  parts.
* Update Standards-Version.

110 of 10 results