Security: CVE-2023-39417, CVE-2023-39418
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.
+ 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)
+
+
+
+
+