Last-minute updates for release notes.
authorTom Lane
Mon, 6 Aug 2018 17:13:41 +0000 (13:13 -0400)
committerTom Lane
Mon, 6 Aug 2018 17:13:41 +0000 (13:13 -0400)
Security: CVE-2018-10915, CVE-2018-10925

doc/src/sgml/release-9.3.sgml
doc/src/sgml/release-9.4.sgml

index a2078eac9ec79fa43471b781df76ddf992b5669d..b0b46b4b3947cd9692c7ce23bb67a9d028733749 100644 (file)
 
    
 
+    
+     
+      Fix failure to reset libpq's state fully
+      between connection attempts (Tom Lane)
+     
+
+     
+      An unprivileged user of dblink
+      or postgres_fdw could bypass the checks intended
+      to prevent use of server-side credentials, such as
+      a ~/.pgpass file owned by the operating-system
+      user running the server.  Servers allowing peer authentication on
+      local connections are particularly vulnerable.  Other attacks such
+      as SQL injection into a postgres_fdw session
+      are also possible.
+      Attacking postgres_fdw in this way requires the
+      ability to create a foreign server object with selected connection
+      parameters, but any user with access to dblink
+      could exploit the problem.
+      In general, an attacker with the ability to select the connection
+      parameters for a libpq-using application
+      could cause mischief, though other plausible attack scenarios are
+      harder to think of.
+      Our thanks to Andrew Krasichkov for reporting this issue.
+      (CVE-2018-10915)
+     
+    
+
     
      
       Ensure that updates to the relfrozenxid
index 6568a934d4a0bcd751a651043296d0fe9d0fbaf3..71b760a91a5b3b82b9917c21e13dcf8caca5a0b1 100644 (file)
 
    
 
+    
+     
+      Fix failure to reset libpq's state fully
+      between connection attempts (Tom Lane)
+     
+
+     
+      An unprivileged user of dblink
+      or postgres_fdw could bypass the checks intended
+      to prevent use of server-side credentials, such as
+      a ~/.pgpass file owned by the operating-system
+      user running the server.  Servers allowing peer authentication on
+      local connections are particularly vulnerable.  Other attacks such
+      as SQL injection into a postgres_fdw session
+      are also possible.
+      Attacking postgres_fdw in this way requires the
+      ability to create a foreign server object with selected connection
+      parameters, but any user with access to dblink
+      could exploit the problem.
+      In general, an attacker with the ability to select the connection
+      parameters for a libpq-using application
+      could cause mischief, though other plausible attack scenarios are
+      harder to think of.
+      Our thanks to Andrew Krasichkov for reporting this issue.
+      (CVE-2018-10915)
+     
+    
+
     
      
       Ensure that updates to the relfrozenxid