mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Update release notes for 9.2.4, 9.1.9, 9.0.13, 8.4.17.
Security: CVE-2013-1899, CVE-2013-1901
This commit is contained in:
@@ -41,6 +41,20 @@
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Fix insecure parsing of server command-line switches (Mitsumasa
|
||||||
|
Kondo, Kyotaro Horiguchi)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
A connection request containing a database name that begins with
|
||||||
|
<quote><literal>-</></quote> could be crafted to damage or destroy
|
||||||
|
files within the server's data directory, even if the request is
|
||||||
|
eventually rejected. (CVE-2013-1899)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Reset OpenSSL randomness state in each postmaster child process
|
Reset OpenSSL randomness state in each postmaster child process
|
||||||
|
@@ -41,6 +41,20 @@
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Fix insecure parsing of server command-line switches (Mitsumasa
|
||||||
|
Kondo, Kyotaro Horiguchi)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
A connection request containing a database name that begins with
|
||||||
|
<quote><literal>-</></quote> could be crafted to damage or destroy
|
||||||
|
files within the server's data directory, even if the request is
|
||||||
|
eventually rejected. (CVE-2013-1899)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Reset OpenSSL randomness state in each postmaster child process
|
Reset OpenSSL randomness state in each postmaster child process
|
||||||
@@ -56,6 +70,20 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Make REPLICATION privilege checks test current user not authenticated
|
||||||
|
user (Noah Misch)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
An unprivileged database user could exploit this mistake to call
|
||||||
|
<function>pg_start_backup()</> or <function>pg_stop_backup()</>,
|
||||||
|
thus possibly interfering with creation of routine backups.
|
||||||
|
(CVE-2013-1901)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix GiST indexes to not use <quote>fuzzy</> geometric comparisons when
|
Fix GiST indexes to not use <quote>fuzzy</> geometric comparisons when
|
||||||
|
@@ -41,6 +41,20 @@
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Fix insecure parsing of server command-line switches (Mitsumasa
|
||||||
|
Kondo, Kyotaro Horiguchi)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
A connection request containing a database name that begins with
|
||||||
|
<quote><literal>-</></quote> could be crafted to damage or destroy
|
||||||
|
files within the server's data directory, even if the request is
|
||||||
|
eventually rejected. (CVE-2013-1899)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Reset OpenSSL randomness state in each postmaster child process
|
Reset OpenSSL randomness state in each postmaster child process
|
||||||
@@ -56,6 +70,20 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Make REPLICATION privilege checks test current user not authenticated
|
||||||
|
user (Noah Misch)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
An unprivileged database user could exploit this mistake to call
|
||||||
|
<function>pg_start_backup()</> or <function>pg_stop_backup()</>,
|
||||||
|
thus possibly interfering with creation of routine backups.
|
||||||
|
(CVE-2013-1901)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix GiST indexes to not use <quote>fuzzy</> geometric comparisons when
|
Fix GiST indexes to not use <quote>fuzzy</> geometric comparisons when
|
||||||
|
Reference in New Issue
Block a user