From 36f32892cbc4dfca8f5e89dabfbf25d4c06f54c8 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 07 May 2026 06:57:32 +0000
Subject: [PATCH] CVE-2026-42198 pgjdbc: Unbounded PBKDF2 iterations in SCRAM authentication allows CPU exhaustion DoS (#641)
---
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 acf6953..2ba3fa5 100644
--- a/opendj-server-legacy/pom.xml
+++ b/opendj-server-legacy/pom.xml
@@ -266,7 +266,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>42.7.8</version>
+ <version>42.7.11</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
--
Gitblit v1.10.0