summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhil Pennock <phil+git@pennock-tech.com>2020-10-29 21:48:05 -0400
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2021-05-27 21:30:29 +0200
commit0695aae1eb75b439862d0f7fbf099b5d08f55af0 (patch)
treee2ba05c3ee0d00311d4bd76577d27c68124f5e40 /doc
parentf07847e436d1130628717ef92e46b56b293d5fa1 (diff)
SECURITY: Avoid integer overflow on too many recipients
(cherry picked from commit 323ff55e67b44e95f9d3cfaba155e385aa33c4bd) (cherry picked from commit 3a54fcd1e303bf1cc49beca7ceac35d7448860a9)
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 89a60e757..3d0e638d2 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -280,6 +280,11 @@ PP/07 Refuse to allocate too little memory, block negative/zero allocations.
PP/08 Change default for recipients_max from unlimited to 50,000.
+PP/09 Fix security issue with too many recipients on a message (to remove a
+ known security problem if someone does set recipients_max to unlimited,
+ or if local additions add to the recipient list).
+ Fixes CVE-2020-RCPTL reported by Qualys.
+
Exim version 4.94
-----------------