X-Original-To: pgsql-announce-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by postgresql.org (Postfix) with ESMTP id E8F6D9DC9AB; Mon, 9 Jan 2006 03:01:26 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 92042-08; Mon, 9 Jan 2006 03:01:26 -0400 (AST) Received: from hub.org (hub.org [200.46.204.220]) by postgresql.org (Postfix) with ESMTP id A51C19DC99F; Mon, 9 Jan 2006 03:01:24 -0400 (AST) Received: from localhost (unknown [200.46.204.144]) by hub.org (Postfix) with ESMTP id 7F9F662C867; Mon, 9 Jan 2006 03:01:18 -0400 (AST) Received: from hub.org ([200.46.204.220]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 94549-02; Mon, 9 Jan 2006 03:01:12 -0400 (AST) Received: from ganymede.hub.org (blk-222-82-85.eastlink.ca [24.222.82.85]) by hub.org (Postfix) with ESMTP id 1584462C84D; Mon, 9 Jan 2006 02:33:42 -0400 (AST) Received: by ganymede.hub.org (Postfix, from userid 1000) id 9470B396A7; Mon, 9 Jan 2006 02:33:41 -0400 (AST) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 7280A3962E; Mon, 9 Jan 2006 02:33:41 -0400 (AST) Date: Mon, 9 Jan 2006 02:33:40 -0400 (AST) From: "Marc G. Fournier" X-X-Sender: scrappy@ganymede.hub.org To: pgsql-announce@postgresql.org cc: pgsql-general@postgresql.org Subject: CRITICAL RELEASE: Minor Releases to Fix DoS Vulnerability Message-ID: <20060109022952.F1088@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at hub.org X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0.974 required=5 tests=[AWL=0.495, DNS_FROM_RFC_ABUSE=0.479] X-Spam-Score: 0.974 X-Spam-Level: X-Archive-Number: 200601/2 X-Sequence-Number: 857 PostgreSQL patch versions 8.1.2, 8.0.6, 7.4.11 and 7.3.13 are available today. The fixes in the 8.1 and 8.0 branches are critical, especially for Windows users, and users of these branches are urged to update at their earliest opportunity. One critical fix repairs a denial-of-service vulnerability: on Windows only, the postmaster will exit if too many connection requests arrive simultaneously. This does not affect existing database connections, but will prevent new connections from being established until the postmaster is manually restarted. The Common Vulnerabilities and Exposures (CVE) project has assigned the name CVE-2006-0105 to this issue. Another critical fix repairs an error in ReadBuffer that can cause data loss due to overwriting recently-added pages. This applies to the 8.1 and 8.0 branches on all platforms. Other fixes included are: -- Character string locale comparison bug. This may require a REINDEX on text column indexes in some locales, such as Hungarian. -- Prevent accidental changes of locale by plperl -- Two fixes for Japanese encodings -- Two fixes for COPY CSV -- Fixes for functions returning RECORD -- Fixes to autovacuum, dblink and pgcrypto Further details appear in the release notes in the documentation for the new versions, which is distributed with the source, and will be available within a few days on PostgreSQL.org. Versions 7.4.11 and 7.3.13 contain a subset of the fixes above appropriate to those versions. Currently, source packages are available for all these versions, and Windows installer packages are available for 8.1.2 and 8.0.6. Binary packages for other platforms will soon be available from the PostgreSQL Downloads[1] page and other sources. Marc G. Fournier PostgreSQL Core Member [1] - http://www.postgresql.org/download