PostgreSQL is an open source object-relational database management system.
Multiple vulnerabilities have been discovered in PostgreSQL. Please review the CVE identifiers referenced below for details.
A remote attacker could spoof SSL connections. Furthermore, a remote authenticated attacker could cause a Denial of Service, read and write arbitrary files, inject SQL commands into dump scripts, or bypass database restrictions to execute database functions.
A context-dependent attacker could more easily obtain access via authentication attempts with an initial substring of the intended password.
There is no known workaround at this time.
All PostgreSQL 9.1 server users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-db/postgresql-server-9.1.5"
All PostgreSQL 9.0 server users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-db/postgresql-server-9.0.9"
All PostgreSQL 8.4 server users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-db/postgresql-server-8.4.13"
All PostgreSQL 8.3 server users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-db/postgresql-server-8.3.20"