diff --git a/.build/dependency-check-suppressions.xml b/.build/dependency-check-suppressions.xml
index 1d9fba6218..04a74bb4b2 100644
--- a/.build/dependency-check-suppressions.xml
+++ b/.build/dependency-check-suppressions.xml
@@ -107,4 +107,13 @@
CVE-2019-17267
+
+
+ ^pkg:maven/ch\.qos\.logback/logback\-core@.*$
+ CVE-2023-6378
+
+
+ ^pkg:maven/ch\.qos\.logback/logback\-classic@.*$
+ CVE-2023-6378
+
diff --git a/CHANGES.txt b/CHANGES.txt
index 10c771ae2d..b53bc55d26 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
3.0.30
+ * Suppress CVE-2023-6378 (CASSANDRA-19142)
* Do not set RPC_READY to false on transports shutdown in order to not fail counter updates for deployments with coordinator and storage nodes with transports turned off (CASSANDRA-18935)
* Suppress CVE-2023-44487 (CASSANDRA-18943)
* Fix nodetool enable/disablebinary to correctly set rpc readiness in gossip (CASSANDRA-18935)