diff --git a/.build/owasp/dependency-check-suppressions.xml b/.build/owasp/dependency-check-suppressions.xml
index 987b29d185..6f0c2bb44f 100644
--- a/.build/owasp/dependency-check-suppressions.xml
+++ b/.build/owasp/dependency-check-suppressions.xml
@@ -38,6 +38,12 @@
CVE-2023-44487
+
+
+ ^pkg:maven/io\.netty/netty\-.*@.*$
+ CVE-2025-25193
+
+
^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$
diff --git a/.snyk b/.snyk
index 5e0f359c56..df7f832ee5 100644
--- a/.snyk
+++ b/.snyk
@@ -34,3 +34,5 @@ ignore:
- reason: Suppressed due to internal review, see project's .build/dependency-check-suppressions.xml
CVE-2024-45772:
- reason: https://issues.apache.org/jira/browse/CASSANDRA-20024 -- ^pkg:maven/org\.apache\.lucene/lucene\-.*@9.7.0$
+ CVE-2025-25193:
+ - reason: https://issues.apache.org/jira/browse/CASSANDRA-20504 -- ^pkg:maven/io\.netty/netty\-.*@.*$
diff --git a/CHANGES.txt b/CHANGES.txt
index f533e1b8b4..c9dbd21a4f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -22,6 +22,7 @@ Merged from 4.1:
* Fix SimpleClient ability to release acquired capacity (CASSANDRA-20202)
* Fix WaitQueue.Signal.awaitUninterruptibly may block forever if invoking thread is interrupted (CASSANDRA-20084)
Merged from 4.0:
+ * Suppress CVE-2025-25193 (CASSANDRA-20504)
* Include in source tree and build packages a Snyk policy file that lists known false positives (CASSANDRA-20319)
* Update zstd-jni to 1.5.7-2 (CASSANDRA-20453)
* Suppress CVE-2024-12801 (CASSANDRA-20412)