ArchLinux: 201505-17: postgresql: multiple issues
Summary
- CVE-2015-3165 (denial of service)
SSL clients disconnecting just before the authentication timeout expires
can cause the server to crash via a double-free issue leading to denial
of service.
- CVE-2015-3166 (information disclosure)
The 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 disclosure.
- CVE-2015-3167 (side-channel key exposure)
In contrib/pgcrypto, some cases of decryption with an incorrect key
could report other error message texts. Fix by using a one-size-fits-all
message.
Resolution
Upgrade to 9.4.2-1.
# pacman -Syu "postgresql>=9.4.2-1"
The problems have been fixed upstream in version 9.4.2.
References
https://www.postgresql.org/about/news/postgresql-942-937-9211-9116-and-9020-released-1587/ https://access.redhat.com/security/cve/CVE-2015-3165 https://access.redhat.com/security/cve/CVE-2015-3166 https://access.redhat.com/security/cve/CVE-2015-3167
Workaround
None.