diff --git a/CHANGES b/CHANGES index aec3caa511..ad8ff9865b 100644 --- a/CHANGES +++ b/CHANGES @@ -31,6 +31,10 @@ 5203. [bug] Enforce whether key rdata exists or not in KEY, DNSKEY, CDNSKEY and RKEY. [GL #899] +5200. [security] tcp-clients settings could be exceeded in some cases, + which could lead to exhaustion of file descriptors. + (CVE-2018-5743) [GL #615] + 5197. [bug] dig could die in best effort mode on multiple SIG(0) records. Similarly on multiple OPT and multiple TSIG records. [GL #920] diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index 79c499b7b4..8b098c4ec6 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -76,6 +76,13 @@ None. + + + The TCP client quota set using the tcp-clients + option could be exceeded in some cases. This could lead to + exhaustion of file descriptors. (CVE-2018-5743) [GL #615] + +