Format: 1.8 Date: Thu, 20 Feb 2014 08:49:25 -0800 Source: postgresql-9.1 Binary: libpq-dev libpq5 libecpg6 libecpg-dev libecpg-compat3 libpgtypes3 postgresql-9.1 postgresql-9.1-dbg postgresql-client-9.1 postgresql-server-dev-9.1 postgresql-doc-9.1 postgresql-contrib-9.1 postgresql-plperl-9.1 postgresql-plpython-9.1 postgresql-plpython3-9.1 postgresql-pltcl-9.1 Architecture: powerpc powerpc_translations Version: 9.1.12-0ubuntu0.13.10 Distribution: saucy Urgency: medium Maintainer: Ubuntu/powerpc Build Daemon Changed-By: Martin Pitt Description: libecpg-compat3 - older version of run-time library for ECPG programs libecpg-dev - development files for ECPG (Embedded PostgreSQL for C) libecpg6 - run-time library for ECPG programs libpgtypes3 - shared library libpgtypes for PostgreSQL 9.1 libpq-dev - header files for libpq5 (PostgreSQL library) libpq5 - PostgreSQL C client library postgresql-9.1 - object-relational SQL database, version 9.1 server postgresql-9.1-dbg - debug symbols for postgresql-9.1 postgresql-client-9.1 - front-end programs for PostgreSQL 9.1 postgresql-contrib-9.1 - additional facilities for PostgreSQL postgresql-doc-9.1 - documentation for the PostgreSQL database management system postgresql-plperl-9.1 - PL/Perl procedural language for PostgreSQL 9.1 postgresql-plpython-9.1 - PL/Python procedural language for PostgreSQL 9.1 postgresql-plpython3-9.1 - PL/Python 3 procedural language for PostgreSQL 9.1 postgresql-pltcl-9.1 - PL/Tcl procedural language for PostgreSQL 9.1 postgresql-server-dev-9.1 - development files for PostgreSQL 9.1 server-side programming Launchpad-Bugs-Fixed: 1282677 Changes: postgresql-9.1 (9.1.12-0ubuntu0.13.10) saucy-security; urgency=medium . * New upstream security/bugfix release. (LP: #1282677) - Shore up GRANT ... WITH ADMIN OPTION restrictions. Granting a role without ADMIN OPTION is supposed to prevent the grantee from adding or removing members from the granted role, but this restriction was easily bypassed by doing SET ROLE first. The security impact is mostly that a role member can revoke the access of others, contrary to the wishes of his grantor. Unapproved role member additions are a lesser concern, since an uncooperative role member could provide most of his rights to others anyway by creating views or SECURITY DEFINER functions. (CVE-2014-0060) - Prevent privilege escalation via manual calls to PL validator functions. The primary role of PL validator functions is to be called implicitly during CREATE FUNCTION, but they are also normal SQL functions that a user can call explicitly. Calling a validator on a function actually written in some other language was not checked for and could be exploited for privilege-escalation purposes. The fix involves adding a call to a privilege-checking function in each validator function. Non-core procedural languages will also need to make this change to their own validator functions, if any. (CVE-2014-0061) - Avoid multiple name lookups during table and index DDL. If the name lookups come to different conclusions due to concurrent activity, we might perform some parts of the DDL on a different table than other parts. At least in the case of CREATE INDEX, this can be used to cause the permissions checks to be performed against a different table than the index creation, allowing for a privilege escalation attack. (CVE-2014-0062) - Prevent buffer overrun with long datetime strings. The MAXDATELEN constant was too small for the longest possible value of type interval, allowing a buffer overrun in interval_out(). Although the datetime input functions were more careful about avoiding buffer overrun, the limit was short enough to cause them to reject some valid inputs, such as input containing a very long timezone name. The ecpg library contained these vulnerabilities along with some of its own. (CVE-2014-0063) - Prevent buffer overrun due to integer overflow in size calculations. Several functions, mostly type input functions, calculated an allocation size without checking for overflow. If overflow did occur, a too-small buffer would be allocated and then written past. (CVE-2014-0064) - Prevent overruns of fixed-size buffers. Use strlcpy() and related functions to provide a clear guarantee that fixed-size buffers are not overrun. Unlike the preceding items, it is unclear whether these cases really represent live issues, since in most cases there appear to be previous constraints on the size of the input string. Nonetheless it seems prudent to silence all Coverity warnings of this type. (CVE-2014-0065) - Avoid crashing if crypt() returns NULL. There are relatively few scenarios in which crypt() could return NULL, but contrib/chkpass would crash if it did. One practical case in which this could be an issue is if libc is configured to refuse to execute unapproved hashing algorithms (e.g., "FIPS mode"). (CVE-2014-0066) - Document risks of make check in the regression testing instructions Since the temporary server started by make check uses "trust" authentication, another user on the same machine could connect to it as database superuser, and then potentially exploit the privileges of the operating-system user who started the tests. A future release will probably incorporate changes in the testing procedure to prevent this risk, but some public discussion is needed first. So for the moment, just warn people against using make check when there are untrusted users on the same machine. (CVE-2014-0067) * The upstream tarballs no longer contain a plain HISTORY file, but point to the html documentation. Add 70-history.patch to note the location of these files in our changelog.gz file. Checksums-Sha1: a909a4f75d66b0967c7392d87ee2d8c0f4ea0fc4 147236 libpq-dev_9.1.12-0ubuntu0.13.10_powerpc.deb 059888008e62c899aff35f4a0875e8b9bcaf40e3 67972 libpq5_9.1.12-0ubuntu0.13.10_powerpc.deb c4a4390c40a07c7d46d2a239e9d42f476725d2be 31588 libecpg6_9.1.12-0ubuntu0.13.10_powerpc.deb 803eb9fc4713e8a42d1a63336f2118e18aeb507f 183578 libecpg-dev_9.1.12-0ubuntu0.13.10_powerpc.deb 7a1d6726a0efd1cdff384026689e6d201368e576 9996 libecpg-compat3_9.1.12-0ubuntu0.13.10_powerpc.deb 2d752f791f30574685c9c140d5528544469bfa3d 37280 libpgtypes3_9.1.12-0ubuntu0.13.10_powerpc.deb c023bedf7ffaedda699cb63e264ecb97f1c5edb6 2163150 postgresql-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb 434f6f7f43ed6e0e32724b173486b83fba1f5a66 6127624 postgresql-9.1-dbg_9.1.12-0ubuntu0.13.10_powerpc.deb 590f68a5efc10441c6fa4baf477f22e11f373a05 654306 postgresql-client-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb c6b884ed65eab39d93b2600e9788a34e97d56dd2 528690 postgresql-server-dev-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb dd12f0ed97636bd00c0b4c0e9bade6e827f3f44a 299538 postgresql-contrib-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb 894956acbf071fd0873e9265044c2ac95427e04d 33334 postgresql-plperl-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb 63d38e95fe16932b8dee46e7f9f030c5a163cc8d 31436 postgresql-plpython-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb 3ec31b333d4a2ddeef2b18f121160ca4d870483f 31196 postgresql-plpython3-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb 54309af9d2080b1e28b106a74e139af8f08c7428 20382 postgresql-pltcl-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb 619986f4894a1a0897f8961c18f1974d5d8d5634 5008120 postgresql-9.1_9.1.12-0ubuntu0.13.10_powerpc_translations.tar.gz Checksums-Sha256: 23602a7bd0eaf230f3e27bbb884a681c612af14db576342ec9b9d44cf4a11d9f 147236 libpq-dev_9.1.12-0ubuntu0.13.10_powerpc.deb 113c0f8f7fd4f6d729c3fb55138a07d258bfb1be84b3c1593091862010ba3281 67972 libpq5_9.1.12-0ubuntu0.13.10_powerpc.deb 00482ce4763113cfbe6c07196900d6ca7368eebb5253671ad182c458fa9dbe99 31588 libecpg6_9.1.12-0ubuntu0.13.10_powerpc.deb cb7c468981d7f682e81452f14df3a6da496da592c9edfce805c29ec4a5fceb7f 183578 libecpg-dev_9.1.12-0ubuntu0.13.10_powerpc.deb a4f908f34fbb1a9fc2f735511e50da664d0352d16c958af78b396fff2f9c7210 9996 libecpg-compat3_9.1.12-0ubuntu0.13.10_powerpc.deb eccbe8222056f66f51a5084fc5ef10f84d1063e5002822f66158501e2f12829d 37280 libpgtypes3_9.1.12-0ubuntu0.13.10_powerpc.deb 4e197c5fece3121c3e1e5a833be16b6646574a65009465d81123a7067f3ec0e9 2163150 postgresql-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb 8e6616b69424dba602c054f3877124029bb95df1475f21a98f243656eccf826f 6127624 postgresql-9.1-dbg_9.1.12-0ubuntu0.13.10_powerpc.deb b376ca33f59dd10db677b2e9ac20fea7943c56e4db90c11f7fdf77db2ef79bee 654306 postgresql-client-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb c6d76116474a05314dd1441f8c4d765724f83bab966cf5447df1dac818c15162 528690 postgresql-server-dev-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb abfa23171af1619bab9f6eb19ea45c3bf890c6e7e341a5758463e02a46b97c73 299538 postgresql-contrib-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb c5e3ff007937a0334b0d0b6356a7817ecba30b77568318774f78ef8e813615b8 33334 postgresql-plperl-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb 81fe02d2d6cc86de10444feeb32b0a53a32ef96053161da605b56f2f94030ee4 31436 postgresql-plpython-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb 08efb19062859f2d2c9df1d833bffd1a4f3b652a40371058923705702d2e98a5 31196 postgresql-plpython3-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb 20731984720ab391607c2abc0fc24e1067d5f0e2694b7a2b06eb794f5f158993 20382 postgresql-pltcl-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb 0c2d52a2fe981828c8c1dbe9d2b8a5b893585986bd5d50366e4fdb9dfaf6b74f 5008120 postgresql-9.1_9.1.12-0ubuntu0.13.10_powerpc_translations.tar.gz Files: 29f2ce8a7178289100f8351519bbdcbb 147236 libdevel optional libpq-dev_9.1.12-0ubuntu0.13.10_powerpc.deb 5e92426e05261c58dcfa009c3e66b5ee 67972 libs optional libpq5_9.1.12-0ubuntu0.13.10_powerpc.deb 83cbe30a3ec252bbbe027db228c895d7 31588 libs optional libecpg6_9.1.12-0ubuntu0.13.10_powerpc.deb 973f3fb3ff4956161a78d865ccbfef29 183578 libdevel optional libecpg-dev_9.1.12-0ubuntu0.13.10_powerpc.deb 8ed09873a0983d803ffc6da7b8134b0b 9996 libs optional libecpg-compat3_9.1.12-0ubuntu0.13.10_powerpc.deb f34204999211e5cb9e707661015f5d75 37280 libs optional libpgtypes3_9.1.12-0ubuntu0.13.10_powerpc.deb 15e2987a34db063d5f75205ad11571f6 2163150 database optional postgresql-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb 831d0597f5348940e5ae54a374bb1b76 6127624 debug extra postgresql-9.1-dbg_9.1.12-0ubuntu0.13.10_powerpc.deb 59c24795579f7405e77da87af147eeb3 654306 database optional postgresql-client-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb fc15c0111f11edb5ae690960c55a77b7 528690 libdevel optional postgresql-server-dev-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb 2d3254d2cb9006032b32851aba8152e6 299538 database optional postgresql-contrib-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb 259df7d9a5e8f498c6cae6f4cda0a4e9 33334 database optional postgresql-plperl-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb 7ada03f5971059acb5d69410025ca95f 31436 database optional postgresql-plpython-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb 757fe68e08d6d724188a2c2e3bbdeb90 31196 database optional postgresql-plpython3-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb b9c3e1948bbafa96ccd4e5c1c6868978 20382 database optional postgresql-pltcl-9.1_9.1.12-0ubuntu0.13.10_powerpc.deb fecdab991e52c275cd48fdbba8a839b0 5008120 raw-translations - postgresql-9.1_9.1.12-0ubuntu0.13.10_powerpc_translations.tar.gz Original-Maintainer: Debian PostgreSQL Maintainers