From 5e18ad05f43a5f40deadde9b230f8e5bfb0e5e13 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Fri, 5 Apr 2019 16:27:36 -0700 Subject: [PATCH] CHANGES, release note --- CHANGES | 4 ++++ doc/arm/notes.xml | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/CHANGES b/CHANGES index 06d42cfe0c..de209a559b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5200. [security] tcp-clients settings could be exceeded in some cases, + which could lead to exhaustion of file descriptors. + (CVE-2018-5743) [GL #615] + --- 9.11.6 released --- --- 9.11.6rc1 released --- diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index ad4b34c77d..8f445c9528 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -131,6 +131,13 @@ CVE-2019-6465. [GL #790] + + + 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] + +