diff --git a/.build/dependency-check-suppressions.xml b/.build/dependency-check-suppressions.xml
index 4cdcc9149c..70e1f87164 100644
--- a/.build/dependency-check-suppressions.xml
+++ b/.build/dependency-check-suppressions.xml
@@ -50,6 +50,7 @@
CVE-2022-41881
CVE-2023-34462
CVE-2023-44487
+ CVE-2025-25193
diff --git a/.snyk b/.snyk
index 66d72fb74c..50af01c673 100644
--- a/.snyk
+++ b/.snyk
@@ -52,3 +52,5 @@ ignore:
- reason: Suppressed due to internal review, see project's .build/dependency-check-suppressions.xml
CVE-2024-12801:
- reason: Suppressed due to internal review, see project's .build/dependency-check-suppressions.xml
+ CVE-2025-25193:
+ - reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-all@.*$
diff --git a/CHANGES.txt b/CHANGES.txt
index 824a0ae8e7..485d34c804 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,7 @@
* 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)