diff --git a/.build/dependency-check-suppressions.xml b/.build/dependency-check-suppressions.xml
index b0603e3f90..68c97bb777 100644
--- a/.build/dependency-check-suppressions.xml
+++ b/.build/dependency-check-suppressions.xml
@@ -114,5 +114,10 @@
CVE-2022-42003
CVE-2022-42004
+
+
+ ^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-core.*$
+ CVE-2022-45688
+
diff --git a/CHANGES.txt b/CHANGES.txt
index 2e63cb0fa6..7a05d17827 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
3.11.15
+ * Suppress CVE-2022-45688 (CASSANDRA-18389)
* Fix Splitter sometimes creating more splits than requested (CASSANDRA-18013)
Merged from 3.0:
* Save host id to system.local and flush immediately after startup (CASSANDRA-18153)