Skip to content

Commit ac7110b

Browse files
committed
Add release notes for OpenDJ 5.1.1, OpenICF 2.0.3, OpenIDM 7.1.0, and OpenAM 16.1.1 with security updates and new features
1 parent bdc0f0a commit ac7110b

4 files changed

Lines changed: 187 additions & 0 deletions
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
layout: home
3+
landing-title: "OpenDJ 5.1.1 Released"
4+
landing-title2: "OpenDJ 5.1.1 Released"
5+
description: OpenDJ 5.1.1 addresses critical security vulnerabilities including CVE-2026-46495 RCE via JMX RMI and CVE-2026-42198 CPU exhaustion DoS, plus performance improvements and bug fixes
6+
keywords: 'OpenDJ, LDAP, directory server, release 5.1.1, security update, CVE-2026-46495, CVE-2026-42198, JMX RMI, Bouncy Castle FIPS'
7+
imageurl: 'opendj-og.png'
8+
share-buttons: true
9+
---
10+
# OpenDJ 5.1.1 Released
11+
[Download](https://github.com/OpenIdentityPlatform/OpenDJ/releases/tag/5.1.1)
12+
13+
## What's new
14+
* Addressed critical security vulnerabilities:
15+
* [CVE-2026-46495](https://nvd.nist.gov/vuln/detail/CVE-2026-46495) - OpenDJ Unauthenticated RCE via Java Deserialization in JMX RMI
16+
* [CVE-2026-42198](https://nvd.nist.gov/vuln/detail/CVE-2026-42198) - pgjdbc: Unbounded PBKDF2 iterations in SCRAM authentication allows CPU exhaustion DoS
17+
* Fixed slow `DN.valueOf` / `AVA` normalization for nested DN-syntax values
18+
* Bumped Bouncy Castle FIPS dependencies to latest 2.1.x patch releases
19+
* Added native access JVM flag for Bouncy Castle FIPS on newer Java releases
20+
* Docker base DN entry creation opt-in and improved bootstrap LDIF loading resilience
21+
* Updated org.openidentityplatform.commons to 3.1.1
22+
* Fixed JMX RMI connector startup failure introduced by CVE-2026-46495 hardening
23+
24+
Full changeset ([more details](https://github.com/OpenIdentityPlatform/OpenDJ/compare/5.1.0...5.1.1))
25+
26+
## Thanks for the contributions
27+
28+
<i id="vharseko"><i>1. <a href="https://github.com/vharseko" target="_blank">Valery Kharseko</a></i>
29+
<br/>
30+
<i id="maximthomas"><i>2. <a href="https://github.com/maximthomas" target="_blank">Maxim Thomas</a></i>
31+
<br/>
32+
<i id="anvo1115"><i>3. <a href="https://github.com/anvo1115" target="_blank">anvo1115</a></i>
33+
<br/>
34+
<i id="wodzen"><i>4. <a href="https://github.com/wodzen" target="_blank">wodzen</a></i></i>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: home
3+
landing-title: "OpenICF 2.0.3 Released"
4+
landing-title2: "OpenICF 2.0.3 Released"
5+
description: OpenICF 2.0.3 addresses critical security vulnerabilities including CVE-2025-67030, CVE-2026-0636, CVE-2024-7254, replaces Nashorn with Rhino, and updates OpenDJ to 5.1.1
6+
keywords: 'OpenICF, Identity Connector Framework, 2.0.3, security update, CVE-2025-67030, CVE-2026-0636, CVE-2024-7254, Nashorn, Rhino, OpenDJ 5.1.1'
7+
share-buttons: true
8+
---
9+
# OpenICF 2.0.3 Released
10+
[Download](https://github.com/OpenIdentityPlatform/OpenICF/releases/tag/2.0.3)
11+
12+
## What's new
13+
* Addressed critical security vulnerabilities:
14+
* [CVE-2025-67030](https://nvd.nist.gov/vuln/detail/CVE-2025-67030) - Plexus-Utils Directory Traversal vulnerability in extractFile method
15+
* [CVE-2026-0636](https://nvd.nist.gov/vuln/detail/CVE-2026-0636) - Bouncy Castle LDAP injection
16+
* [CVE-2024-7254](https://nvd.nist.gov/vuln/detail/CVE-2024-7254) - Unbounded recursion when parsing deeply nested SGROUP tags causes stack overflow DoS
17+
* Replace Nashorn with Rhino as JavaScript engine fallback
18+
* Update OpenDJ dependency to version 5.1.1
19+
20+
Full changeset ([more details](https://github.com/OpenIdentityPlatform/OpenICF/compare/2.0.2...2.0.3))
21+
22+
## Thanks for the contributions
23+
24+
<i id="vharseko"><i>1. <a href="https://github.com/vharseko" target="_blank">Valery Kharseko</a></i>
25+
<br/>
26+
<i id="maximthomas"><i>2. <a href="https://github.com/maximthomas" target="_blank">Maxim Thomas</a></i></i>
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: home
3+
landing-title: "OpenIDM 7.1.0 Released"
4+
landing-title2: "OpenIDM 7.1.0 Released"
5+
description: OpenIDM 7.1.0 addresses critical security vulnerabilities including CVE-2026-1605, CVE-2026-33227, CVE-2026-39304, CVE-2018-1294, CVE-2026-42198, and adds new features
6+
keywords: 'OpenIDM, identity management, release, 7.1.0, security update, CVE-2026-1605, CVE-2026-33227, CVE-2026-39304, CVE-2018-1294, CVE-2026-42198'
7+
share-buttons: true
8+
---
9+
# OpenIDM 7.1.0 Released
10+
[Download](https://github.com/OpenIdentityPlatform/OpenIDM/releases/tag/7.1.0)
11+
12+
## What's new
13+
* Addressed critical security vulnerabilities:
14+
* [CVE-2026-1605](https://nvd.nist.gov/vuln/detail/CVE-2026-1605) - Eclipse Jetty Gzip request memory leak when response is not compressed
15+
* [CVE-2026-33227](https://nvd.nist.gov/vuln/detail/CVE-2026-33227) - Apache ActiveMQ classpath path traversal via Stomp consumer and Web console
16+
* [CVE-2026-39304](https://nvd.nist.gov/vuln/detail/CVE-2026-39304) - Apache ActiveMQ Denial of Service via Out of Memory through TLSv1.3 handshake KeyUpdates
17+
* [CVE-2026-27903](https://nvd.nist.gov/vuln/detail/CVE-2026-27903), [CVE-2026-27904](https://nvd.nist.gov/vuln/detail/CVE-2026-27904), [CVE-2026-26996](https://nvd.nist.gov/vuln/detail/CVE-2026-26996) - UI: updated grunt to 1.6.2 to address multiple vulnerabilities
18+
* [CVE-2018-1294](https://nvd.nist.gov/vuln/detail/CVE-2018-1294) - Apache Commons Email header injection via bounce address
19+
* [CVE-2026-42198](https://nvd.nist.gov/vuln/detail/CVE-2026-42198) - pgjdbc: Unbounded PBKDF2 iterations in SCRAM authentication allows CPU exhaustion DoS
20+
* Make REST context path configurable via `openidm.context.path` system property
21+
* Add `onQueryResult` script hook to filter managed object query results
22+
* Upgrade OrientDB from 2.1.25 to 3.2.51
23+
* Fix SCR deadlock in SecurityManager by making repoService a dynamic reference
24+
* Fix Property mapping /authzRoles transformation script exception
25+
* Fix Felix Web Console `PreferencesConfigurationPrinter` not enabled
26+
* Update OpenICF dependency to version 2.0.3
27+
28+
Full changeset ([more details](https://github.com/OpenIdentityPlatform/OpenIDM/compare/7.0.2...7.1.0))
29+
30+
## Thanks for the contributions
31+
32+
<i id="vharseko"><i>1. <a href="https://github.com/vharseko" target="_blank">Valery Kharseko</a></i>
33+
<br/>
34+
<i id="maximthomas"><i>2. <a href="https://github.com/maximthomas" target="_blank">Maxim Thomas</a></i>
35+
<br/>
36+
<i id="vliefooghe-adeo"><i>3. <a href="https://github.com/vliefooghe-adeo" target="_blank">20107589 Vincent Liefooghe</a></i></i>
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
---
2+
layout: home
3+
landing-title: "OpenAM 16.1.1 Released"
4+
landing-title2: "OpenAM 16.1.1 Released"
5+
description: OpenAM 16.1.1 with critical security fixes including pre-authentication RCE, session hijacking, LDAP injection, OAuth bypass vulnerabilities, and new features like MCP server and UI JS SDK
6+
keywords: 'OpenAM, access management, SSO, release, 16.1.1, security update, CVE-2026-41573, CVE-2026-44202, CVE-2026-45049, CVE-2026-45051, CVE-2026-47424, RCE, XSS, LDAP injection, session hijacking, OAuth bypass'
7+
imageurl: 'openam-og.png'
8+
share-buttons: true
9+
---
10+
# OpenAM 16.1.1 Released
11+
[Download](https://github.com/OpenIdentityPlatform/OpenAM/releases/tag/16.1.1)
12+
13+
## What's new
14+
15+
### Security vulnerabilities - OpenAM
16+
* Addressed critical OpenAM security vulnerabilities:
17+
* [CVE-2026-41573](https://github.com/advisories/GHSA-2vg8-q4c2-5cw3) - LDAP Injection via `_queryId` Parameter
18+
* [CVE-2026-44202](https://github.com/advisories/GHSA-c556-q2mh-477v) - Authenticated Server-Side Request Forgery (SSRF) via `/sessionservice`
19+
* [CVE-2026-44203](https://github.com/advisories/GHSA-fq9h-c788-fx73) - Pre-authentication Reflected XSS in OAuth2/OIDC
20+
* [CVE-2026-44793](https://github.com/advisories/GHSA-fhrq-3gmx-p879) - Pre-authentication Reflected XSS in SAML2 Cluster Cookie-Hash-Redirect Path
21+
* [CVE-2026-45049](https://github.com/advisories/GHSA-r9pv-5rpp-vm8g) - Session Hijacking via CDSSO
22+
* [CVE-2026-45048](https://github.com/advisories/GHSA-vvhj-w2jq-263q) - Arbitrary Session Hijacking via Session Service RPC
23+
* [CVE-2026-45051](https://github.com/advisories/GHSA-6c99-87fr-6q7r) - Conditional RCE via Java Deserialization in WebAuthn
24+
* [CVE-2026-45052](https://github.com/advisories/GHSA-p462-xxwx-pqf4) - Anonymous Authentication via Liberty SOAP
25+
* [CVE-2026-45794](https://nvd.nist.gov/vuln/detail/CVE-2026-45794) - Unsafe Java Deserialization via Push Notification
26+
* [CVE-2026-46498](https://nvd.nist.gov/vuln/detail/CVE-2026-46498) - Arbitrary OAuth Token Minting via Push Registration
27+
* [CVE-2026-46560](https://nvd.nist.gov/vuln/detail/CVE-2026-46560) - Authentication Bypass via RADIUS Spoofing
28+
* [CVE-2026-46619](https://nvd.nist.gov/vuln/detail/CVE-2026-46619) - Authentication Bypass via MSISDN LDAP Injection
29+
* [CVE-2026-46623](https://nvd.nist.gov/vuln/detail/CVE-2026-46623) - Account Takeover via OAuth2 Unverified Password Change
30+
* [CVE-2026-47424](https://nvd.nist.gov/vuln/detail/CVE-2026-47424) - Authenticated RCE via Groovy Sandbox Escape
31+
* [CVE-2026-47426](https://nvd.nist.gov/vuln/detail/CVE-2026-47426) - OAuth Client Impersonation via JWKS Resolver Cache
32+
* [CVE-2026-48717](https://nvd.nist.gov/vuln/detail/CVE-2026-48717) - OAuth Authorization Bypass via PKCE Challenge
33+
* [CVE-2026-53660](https://nvd.nist.gov/vuln/detail/CVE-2026-53660) - Insecure SSO Cookie Initialization
34+
35+
### Security vulnerabilities - dependencies
36+
* Addressed third-party dependency vulnerabilities:
37+
* [CVE-2026-33870](https://nvd.nist.gov/vuln/detail/CVE-2026-33870) - Netty: HTTP Request Smuggling via Chunked Extension Quoted-String Parsing
38+
* [CVE-2025-67030](https://nvd.nist.gov/vuln/detail/CVE-2025-67030) - Plexus-Utils Directory Traversal vulnerability
39+
* [CVE-2026-4800](https://github.com/advisories/GHSA-r5fr-rjxr-66jc), [CVE-2026-2950](https://github.com/advisories/GHSA-f23m-r3pf-42rh) - lodash Code Injection and Prototype Pollution
40+
* [CVE-2026-27315](https://github.com/advisories/GHSA-fh34-c629-p8xj), [CVE-2026-32588](https://github.com/advisories/GHSA-qffm-gf3j-6mvg) - Apache Cassandra Information Leak and DoS
41+
* [CVE-2025-64718](https://github.com/advisories/GHSA-mh29-5h37-fv8m) - js-yaml prototype pollution in merge
42+
* [CVE-2026-21884](https://github.com/advisories/GHSA-8v8x-cx79-35w7), [CVE-2026-22029](https://github.com/advisories/GHSA-2w69-qvjg-hvjx), [CVE-2026-22030](https://github.com/advisories/GHSA-h5cw-625j-3rxh) - React Router SSR XSS and CSRF vulnerabilities
43+
* [CVE-2026-27606](https://github.com/advisories/GHSA-mw96-cpmx-2vgc) - Rollup Arbitrary File Write via Path Traversal
44+
* [CVE-2026-33228](https://github.com/advisories/GHSA-rf6f-7fwh-wjgh), [CVE-2026-32141](https://github.com/advisories/GHSA-25h7-pfq9-p65f) - flatted Prototype Pollution and DoS
45+
* [CVE-2026-39364](https://github.com/advisories/GHSA-v2wj-q39q-566r), [CVE-2026-39365](https://github.com/advisories/GHSA-4w7w-66w2-5vf9), [CVE-2026-39363](https://github.com/advisories/GHSA-p9ff-h696-f583), [CVE-2025-62522](https://github.com/advisories/GHSA-93m4-6634-74q7) - Vite multiple vulnerabilities
46+
* [CVE-2025-13465](https://github.com/advisories/GHSA-xxjr-mmjv-4gpg) - Lodash/odash Prototype Pollution
47+
* [CVE-2026-29063](https://github.com/advisories/GHSA-wf6x-7x77-mvgw) - Immutable Prototype Pollution
48+
* [CVE-2026-33671](https://github.com/advisories/GHSA-c2c7-rcm5-vvqj), [CVE-2026-33672](https://github.com/advisories/GHSA-3v7f-55p6-f55p) - Picomatch ReDoS and Method Injection
49+
* [CVE-2026-26996](https://github.com/advisories/GHSA-3ppc-4f35-3m26), [CVE-2026-27903](https://github.com/advisories/GHSA-7r86-cg39-jmmj), [CVE-2026-27904](https://github.com/advisories/GHSA-23c5-xmqv-rm74) - minimatch ReDoS
50+
* [CVE-2025-12383](https://github.com/advisories/GHSA-7p63-w6x9-6gr7) - SSL/TLS race condition causing certificate bypass
51+
* [CVE-2025-8916](https://github.com/advisories/GHSA-4cx2-fc23-5wg6) - PKIXCertPathReviewer DoS
52+
* [CVE-2025-7962](https://github.com/advisories/GHSA-9342-92gg-6v29) - Jakarta Mail SMTP Injection
53+
* [CVE-2026-41305](https://github.com/advisories/GHSA-qx2v-qp2m-jg93) - PostCSS XSS
54+
* [CVE-2026-42577](https://github.com/advisories/GHSA-rwm7-x88c-3g2p) - Netty epoll DoS
55+
* [CVE-2026-44728](https://github.com/advisories/GHSA-fv7c-fp4j-7gwp) - @babel/plugin-transform-modules-systemjs arbitrary code
56+
* [CVE-2026-6321](https://github.com/advisories/GHSA-q3j6-qgpj-74h6), [CVE-2026-6322](https://github.com/advisories/GHSA-v39h-62p7-jpjc) - fast-uri percent-encoded dot segments
57+
* [CVE-2026-43869](https://nvd.nist.gov/vuln/detail/CVE-2026-43869) - Apache Thrift Certificate Validation
58+
* [CVE-2026-8723](https://github.com/advisories/GHSA-q8mj-m7cp-5q26) - qs remotely triggerable DoS
59+
* [CVE-2026-44705](https://github.com/advisories/GHSA-ph9p-34f9-6g65) - tmp Path Traversal
60+
* [CVE-2026-47429](https://github.com/advisories/GHSA-5xrq-8626-4rwp) - Vitest UI arbitrary file read
61+
* [CVE-2026-53550](https://github.com/advisories/GHSA-h67p-54hq-rp68) - JS-YAML DoS in merge key handling
62+
* [CVE-2026-53663](https://github.com/advisories/GHSA-84g9-w2xq-vcv6) - React Router CSRF
63+
* [CVE-2026-48988](https://github.com/advisories/GHSA-6v5v-wf23-fmfq), [CVE-2026-2327](https://github.com/advisories/GHSA-38c4-r59v-3vqw) - markdown-it ReDoS
64+
* [CVE-2026-49356](https://github.com/advisories/GHSA-4x5r-pxfx-6jf8) - @babel/core Arbitrary File Read
65+
* [CVE-2025-66453](https://github.com/advisories/GHSA-3w8q-xq97-5j7x) - Rhino: replaced servicemix bundle with org.mozilla:rhino:1.7.15.1
66+
67+
### Features
68+
* Support HttpOnly session cookie in XUI
69+
* Include `acr` and `amr` claims in stateless JWT access tokens
70+
* Add OAuth2 Access Token Modification Script (`OAUTH2_ACCESS_TOKEN_MODIFICATION`)
71+
* Create base entry on external configuration store during setup
72+
* OpenAM MCP server
73+
* OpenAM UI JS SDK
74+
* Fixed SLO sending stale transient NameID when SP re-authenticates within same IdP session
75+
* Updated embedded OpenDJ dependency to version 5.1.1
76+
* Bumped Apache CXF to 4.0.11
77+
* Upgraded PowerMock 1.7.4 → 2.0.9
78+
79+
Full changeset ([more details](https://github.com/OpenIdentityPlatform/OpenAM/compare/16.0.6...16.1.1))
80+
81+
## Thanks for the contributions
82+
83+
<i id="vharseko"><i>1. <a href="https://github.com/vharseko" target="_blank">Valery Kharseko</a></i>
84+
<br/>
85+
<i id="maximthomas"><i>2. <a href="https://github.com/maximthomas" target="_blank">Maxim Thomas</a></i>
86+
<br/>
87+
<i id="gujjuboy10x00"><i>3. <a href="https://github.com/gujjuboy10x00" target="_blank">Vishal Panchani</a></i>
88+
<br/>
89+
<i id="wodzen"><i>4. <a href="https://github.com/wodzen" target="_blank">wodzen</a></i>
90+
<br/>
91+
<i id="nn0nkey"><i>5. <a href="https://github.com/nn0nkey" target="_blank">nn0nkey</a></i></i>

0 commit comments

Comments
 (0)