mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

dependabot[bot]
yesterday 36f32892cbc4dfca8f5e89dabfbf25d4c06f54c8
CVE-2026-42198 pgjdbc: Unbounded PBKDF2 iterations in SCRAM authentication allows CPU exhaustion DoS (#641)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 files modified
2 ■■■ changed files
opendj-server-legacy/pom.xml 2 ●●● patch | view | raw | blame | history
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>