From 9ab22143a3b1fea448a387cdce39517817c6c1a9 Mon Sep 17 00:00:00 2001
From: Valery Kharseko <vharseko@3a-systems.ru>
Date: Sat, 14 Feb 2026 09:58:20 +0000
Subject: [PATCH] CVE-2025-24970 SslHandler doesn't correctly validate packets which can lead to native crash when using native SSLEngine (#588)
---
opendj-server-legacy/pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml
index cfe3d6c..b0b4c6a 100644
--- a/opendj-server-legacy/pom.xml
+++ b/opendj-server-legacy/pom.xml
@@ -255,7 +255,7 @@
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-core</artifactId>
- <version>4.19.0</version>
+ <version>4.19.2</version>
<exclusions>
<exclusion>
<groupId>org.reactivestreams</groupId>
--
Gitblit v1.10.0