diff --git a/CHANGES.txt b/CHANGES.txt index 90bd53fd06..bbbca08ec1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +3.0.17 +Merged from 2.1: + * CVE-2017-5929 Security vulnerability in Logback warning in NEWS.txt (CASSANDRA-14183) + 3.0.16 * Fix unit test failures in ViewComplexTest (CASSANDRA-14219) * Add MinGW uname check to start scripts (CASSANDRA-12940) diff --git a/NEWS.txt b/NEWS.txt index f574c339bc..d282b22ad6 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -18,6 +18,15 @@ CASSANDRA-14092.txt file. If you use or plan to use very large TTLS (10 to 20 years), read CASSANDRA-14092.txt for more information. +PLEASE READ: CVE-2017-5929 LOGBACK BEFORE 1.2.0 SERIALIZATION VULNERABILITY +------------------------------------------------------------------ +QOS.ch Logback before 1.2.0 has a serialization vulnerability affecting the +SocketServer and ServerSocketReceiver components. + +Logback has not been upgraded to avoid breaking deployments and customizations +based on older versions. If you are using vulnerable components you will need +to upgrade to a newer version of Logback or stop using the vulnerable components. + GENERAL UPGRADING ADVICE FOR ANY VERSION ========================================