File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -2014,6 +2014,19 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
2014
2014
CA.
2015
2015
</para>
2016
2016
2017
+ <para>
2018
+ To prevent server spoofing from occurring when using
2019
+ <link linkend="auth-password">scram-sha-256</link> password authentication
2020
+ over a network, you should ensure that you connect to the server using SSL
2021
+ and with one of the anti-spoofing methods described in the previous
2022
+ paragraph. Additionally, the SCRAM implementation in
2023
+ <application>libpq</application> cannot protect the entire authentication
2024
+ exchange, but using the <literal>channel_binding=require</literal> connection
2025
+ parameter provides a mitigation against server spoofing. An attacker that
2026
+ uses a rogue server to intercept a SCRAM exchange can use offline analysis to
2027
+ potentially determine the hashed password from the client.
2028
+ </para>
2029
+
2017
2030
<para>
2018
2031
To prevent spoofing with GSSAPI, the server must be configured to accept
2019
2032
only <literal>hostgssenc</literal> connections
You can’t perform that action at this time.
0 commit comments