From: Tom Lane Date: Mon, 7 Aug 2023 16:50:15 +0000 (-0400) Subject: Last-minute updates for release notes. X-Git-Tag: REL_11_21~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=023fa8f326dad5e0f841fcc4247b449881215cb7;p=thirdparty%2Fpostgresql.git Last-minute updates for release notes. Security: CVE-2023-39417, CVE-2023-39418 --- diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml index 91fd813bd3c..8a35fbe2bff 100644 --- a/doc/src/sgml/release-11.sgml +++ b/doc/src/sgml/release-11.sgml @@ -30,7 +30,7 @@ However, if you use BRIN indexes, it may be advisable to reindex them; - see the first changelog entry below. + see the second changelog entry below. @@ -46,6 +46,35 @@ + + Disallow substituting a schema or owner name into an extension script + if the name contains a quote, backslash, or dollar sign (Noah Misch) + + + + This restriction guards against SQL-injection hazards for trusted + extensions. + + + + The PostgreSQL Project thanks Micah Gate, + Valerie Woolard, Tim Carey-Smith, and Christoph Berg for reporting + this problem. + (CVE-2023-39417) + + + + +