diff --git a/.build/dependency-check-suppressions.xml b/.build/dependency-check-suppressions.xml
index d0a81458db..1d9fba6218 100644
--- a/.build/dependency-check-suppressions.xml
+++ b/.build/dependency-check-suppressions.xml
@@ -60,6 +60,7 @@
CVE-2022-41881
CVE-2022-41915
CVE-2023-34462
+ CVE-2023-44487
diff --git a/CHANGES.txt b/CHANGES.txt
index a33f61545f..4906a982f3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
3.0.30
+ * Suppress CVE-2023-44487 (CASSANDRA-18943)
* Fix nodetool enable/disablebinary to correctly set rpc readiness in gossip (CASSANDRA-18935)
* Implement the logic in bin/stop-server (CASSANDRA-18838)
* Upgrade snappy-java to 1.1.10.4 (CASSANDRA-18878)