diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-08-03 20:27:38 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-08-03 20:50:08 +0200 |
commit | 3b2939febdeb7f92051f95a3b08cf86e221ce21d (patch) | |
tree | 5af420e5db686b913e2f5126b5d026e5d79e3fa3 /tests/list | |
parent | bc43c0d9468a8d50ba141c8a965f9f07ed0456ff (diff) |
libinterimap: abort on PREAUTH greeting received on plaintext connections
Set "STARTTLS = NO" to ignore. This is similar to CVE-2020-12398 and
CVE-2020-14093.
Diffstat (limited to 'tests/list')
-rw-r--r-- | tests/list | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ repair --repair auth-login LOGIN auth-logindisabled LOGINDISABLED auth-noplaintext abort when STARTTLS is not offered + preauth-plaintext abort on MiTM via PREAUTH greeting compress COMPRESS=DEFLATE condstore CONDSTORE |