SECURITY: fix Qualys CVE-2020-PFPZA
[exim.git] / doc / doc-txt / ChangeLog
index d741e3532d9cee83d11dc86e8add4f4da6b72d69..95b95e7940f0f78fbc3326fe60ee94cd65082bf5 100644 (file)
@@ -258,6 +258,24 @@ HS/02 Handle SIGINT as we handle SIGTERM: terminate the Exim process.
 
 PP/01 Add a too-many-bad-recipients guard to the default config's RCPT ACL.
 
+PP/02 Bug 2643: Correct TLS DH constants.
+      A missing NUL termination in our code-generation tool had led to some
+      incorrect Diffie-Hellman constants in the Exim source.
+      Reported by kylon94, code-gen tool fix by Simon Arlott.
+
+PP/03 Impose security length checks on various command-line options.
+      Fixes CVE-2020-SPRSS reported by Qualys.
+
+PP/04 Fix Linux security issue CVE-2020-SLCWD and guard against PATH_MAX
+      better.  Reported by Qualys.
+
+PP/05 Fix security issue CVE-2020-PFPSN and guard against cmdline invoker
+      providing a particularly obnoxious sender full name.
+      Reported by Qualys.
+
+pp/06 Fix CVE-2020-28016 (PFPZA): Heap out-of-bounds write in parse_fix_phrase()
+
+
 
 Exim version 4.94
 -----------------