diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index 8da5cc3e93..d68d5801d4 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -41,6 +41,20 @@ + + + Fix insecure parsing of server command-line switches (Mitsumasa + Kondo, Kyotaro Horiguchi) + + + + A connection request containing a database name that begins with + - could be crafted to damage or destroy + files within the server's data directory, even if the request is + eventually rejected. (CVE-2013-1899) + + + Reset OpenSSL randomness state in each postmaster child process diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml index 042cd1b678..0af7f389ec 100644 --- a/doc/src/sgml/release-9.1.sgml +++ b/doc/src/sgml/release-9.1.sgml @@ -41,6 +41,20 @@ + + + Fix insecure parsing of server command-line switches (Mitsumasa + Kondo, Kyotaro Horiguchi) + + + + A connection request containing a database name that begins with + - could be crafted to damage or destroy + files within the server's data directory, even if the request is + eventually rejected. (CVE-2013-1899) + + + Reset OpenSSL randomness state in each postmaster child process @@ -56,6 +70,20 @@ + + + Make REPLICATION privilege checks test current user not authenticated + user (Noah Misch) + + + + An unprivileged database user could exploit this mistake to call + pg_start_backup() or pg_stop_backup(), + thus possibly interfering with creation of routine backups. + (CVE-2013-1901) + + + Fix GiST indexes to not use fuzzy geometric comparisons when diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml index 73f1ca576f..e7cd66240a 100644 --- a/doc/src/sgml/release-9.2.sgml +++ b/doc/src/sgml/release-9.2.sgml @@ -41,6 +41,20 @@ + + + Fix insecure parsing of server command-line switches (Mitsumasa + Kondo, Kyotaro Horiguchi) + + + + A connection request containing a database name that begins with + - could be crafted to damage or destroy + files within the server's data directory, even if the request is + eventually rejected. (CVE-2013-1899) + + + Reset OpenSSL randomness state in each postmaster child process @@ -56,6 +70,20 @@ + + + Make REPLICATION privilege checks test current user not authenticated + user (Noah Misch) + + + + An unprivileged database user could exploit this mistake to call + pg_start_backup() or pg_stop_backup(), + thus possibly interfering with creation of routine backups. + (CVE-2013-1901) + + + Fix GiST indexes to not use fuzzy geometric comparisons when