Pgpool-II 4.4.2, 4.3.5, 4.2.12, 4.1.15 and 4.0.22 released.

From: Pgpool Global Development Group via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: Pgpool-II 4.4.2, 4.3.5, 4.2.12, 4.1.15 and 4.0.22 released.
Date: 2023-01-23 04:19:23
Message-ID: 167444756343.2667300.410649717552354869@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

# What is Pgpool-II?

Pgpool-II is a tool to add useful features to PostgreSQL, including:

* connection pooling
* load balancing
* automatic failover and [more](https://www.pgpool.net/).

# Minor releases

Pgpool Global Development Group is pleased to announce the availability of following versions of Pgpool-II:

* 4.4.2
* 4.3.5
* 4.2.12
* 4.1.15
* 4.0.22

This release contains a security fix.

If following conditions are all met, the password of "wd_lifecheck_user" is exposed by "SHOW POOL STATUS" command.
The command can be executed by any user who can connect to Pgpool-II. (CVE-2023-22332)

* Version 3.3 or later
* use_watchdog = on
* wd_lifecheck_method = 'query'
* A plain text password is set to wd_lifecheck_password

In this case it is strongly recommended to upgrade to this version (we do not expose wd_lifecheck_password in show pool_status command any more), or use one of following workarounds.

Workarounds for 4.0.x to 4.4.x users:

* Disable watchdog. Set use_watchdog to off.
* Change wd_lifecheck_method to heartbeat.
* Set an empty string to wd_lifecheck_password. This will use password in the pool_passwd file.
* Set an AES encrypted password to wd_lifecheck_password.

In any case we recommend to change "wd_lifecheck_password" in PostgreSQL.

Workarounds for 3.0.x to 3.7.x users:

* Disable watchdog. Set use_watchdog to off.
* Change wd_lifecheck_method to heartbeat.

In any case we recommend to change "wd_lifecheck_password" in PostgreSQL.

Please note that Pgpool-II 3.7.x or before are end of life and no minor updates are provided for those versions.

Please take a look at [release notes](https://www.pgpool.net/docs/latest/en/html/release.html).

You can download [the source code and RPMs](https://pgpool.net/mediawiki/index.php/Downloads).

Browse pgsql-announce by date

  From Date Subject
Next Message PostgreSQL Core Team via PostgreSQL Announce 2023-01-23 10:08:48 PostgreSQL Core Team Report: January 2022 - December 2022
Previous Message Nordic PGDay via PostgreSQL Announce 2023-01-20 14:06:56 Nordic PGDay 2022 – schedule announced and registration open