Skip to content

Commit f33ee7e

Browse files
committed
OpenDJ 5.0.4, OpenAM 16.0.6, OpenIG 6.1.0 release notes
1 parent c3013af commit f33ee7e

3 files changed

Lines changed: 94 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: home
3+
landing-title: "OpenDJ 5.0.4 Released"
4+
landing-title2: "OpenDJ 5.0.4 Released"
5+
description: OpenDJ 5.0.4 with security fixes, a temp directory fallback improvement, dependency upgrades, and documentation updates
6+
keywords: 'OpenDJ, LDAP, directory server, release, 5.0.4, security update, CVE-2025-24970, CVE-2025-12194, Netty, logback, caffeine'
7+
imageurl: 'opendj-og.png'
8+
share-buttons: true
9+
---
10+
# OpenDJ 5.0.4 Released
11+
[Download](https://github.com/OpenIdentityPlatform/OpenDJ/releases/tag/5.0.4)
12+
13+
## What's new
14+
* Addressed security vulnerabilities:
15+
* [CVE-2025-24970](https://nvd.nist.gov/vuln/detail/CVE-2025-24970) - Netty `SslHandler` does not correctly validate packets, which can lead to a native crash when using the native SSLEngine
16+
* [CVE-2025-12194](https://nvd.nist.gov/vuln/detail/CVE-2025-12194) - JVM garbage collector overrun related to the use of the disposal daemon under Java 17 and Java 21
17+
* Added fallback to `$HOME/tmp` as a temporary directory when the instance root is mounted as `noexec`
18+
* Migrated cache library from Guava to Caffeine 3
19+
* Updated `commons` dependency from version 3.0.2 to 3.0.4
20+
* Fixed short version number in the upgrade guide documentation
21+
22+
Full changeset ([more details](https://github.com/OpenIdentityPlatform/OpenDJ/compare/5.0.3...5.0.4))
23+
24+
## Thanks for the contributions
25+
26+
<i id="vharseko"><i>1. <a href="https://github.com/vharseko" target="_blank">Valery Kharseko</a></i>
27+
<br/>
28+
<i id="maximthomas"><i>2. <a href="https://github.com/maximthomas" target="_blank">Maxim Thomas</a></i>
29+
<br/>
30+
<i id="prthakre"><i>3. <a href="https://github.com/prthakre" target="_blank">prthakre</a></i>
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: "OpenAM 16.0.6 Released"
4+
landing-title2: "OpenAM 16.0.6 Released"
5+
description: OpenAM 16.0.6 with critical security fixes including a pre-authentication RCE vulnerability patch, denial-of-service fixes, and a SameSite cookie attribute improvement
6+
keywords: 'OpenAM, access management, SSO, release, 16.0.6, security update, CVE-2026-2391, CVE-2026-32141, CVE-2026-33228, CVE-2026-33439, RCE, deserialization, SameSite cookie'
7+
imageurl: 'openam-og.png'
8+
share-buttons: true
9+
---
10+
# OpenAM 16.0.6 Released
11+
[Download](https://github.com/OpenIdentityPlatform/OpenAM/releases/tag/16.0.6)
12+
13+
## What's new
14+
* Addressed security vulnerabilities:
15+
* [CVE-2026-2391](https://nvd.nist.gov/vuln/detail/CVE-2026-2391) - `qs` library `arrayLimit` bypass in comma parsing allows denial of service
16+
* [CVE-2026-32141](https://nvd.nist.gov/vuln/detail/CVE-2026-32141) - `flatted` library vulnerable to unbounded recursion denial of service in `parse()`
17+
* [CVE-2026-33228](https://nvd.nist.gov/vuln/detail/CVE-2026-33228) - Prototype pollution via `parse()` in Node.js `flatted` library
18+
* [CVE-2026-33439](https://nvd.nist.gov/vuln/detail/CVE-2026-33439) - Pre-authentication remote code execution via `jato.clientSession` deserialization in OpenAM
19+
* Fixed inability to set the `SameSite` cookie attribute in XUI
20+
* Updated embedded OpenDJ dependency to version 5.0.4
21+
22+
Full changeset ([more details](https://github.com/OpenIdentityPlatform/OpenAM/compare/16.0.5...16.0.6))
23+
24+
## Thanks for the contributions
25+
26+
<i id="vharseko"><i>1. <a href="https://github.com/vharseko" target="_blank">Valery Kharseko</a></i>
27+
<br/>
28+
<i id="maximthomas"><i>2. <a href="https://github.com/maximthomas" target="_blank">Maxim Thomas</a></i>
29+
<br/>
30+
<i id="IvanAndrukh"><i>3. <a href="https://github.com/IvanAndrukh" target="_blank">IvanAndrukh</a></i>
31+
<br/>
32+
<i id="iamnoooob"><i>4. <a href="https://github.com/iamnoooob" target="_blank">iamnoooob</a></i>
33+
<br/>
34+
<i id="hacktronai-research"><i>5. <a href="https://github.com/hacktronai-research" target="_blank">hacktronai-research</a></i>
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: home
3+
landing-title: "OpenIG 6.1.0 Released"
4+
landing-title2: "OpenIG 6.1.0 Released"
5+
description: OpenIG 6.1.0 with new AI gateway filters for LLM prompt injection protection and token usage control, MCP policy enforcement, JWT building, OpenAPI validation, a security fix, and JDK 26 support
6+
keywords: 'OpenIG, identity gateway, release, 6.1.0, LLM, AI gateway, prompt injection, MCP, Model Context Protocol, JWT, OpenAPI, Swagger, CVE-2026-24308, JDK 26'
7+
imageurl: 'openig-og.png'
8+
share-buttons: true
9+
---
10+
# OpenIG 6.1.0 Released
11+
[Download](https://github.com/OpenIdentityPlatform/OpenIG/releases/tag/6.1.0)
12+
13+
## What's new
14+
* Added [JwtBuilderFilter](https://doc.openidentityplatform.org/openig/reference/filters-conf#JwtBuilderFilter) — creates a JSON Web Token (JWT) from runtime data and injects it into the request context
15+
* Added [OpenApiValidationFilter](https://doc.openidentityplatform.org/openig/reference/filters-conf#OpenApiValidationFilter) — validates inbound HTTP requests and outbound HTTP responses against an OpenAPI specification (Swagger 2.x or OpenAPI 3.x)
16+
* Added [LLMPromptGuardFilter](https://doc.openidentityplatform.org/openig/reference/filters-conf#LLMPromptGuardFilter) — intercepts outgoing LLM API requests and scans every prompt for prompt-injection attacks before the request reaches the downstream model; implements mitigations for OWASP LLM Top 10 (2025) risks LLM01 (Prompt Injection) and LLM07 (System Prompt Leakage)
17+
* Added [LLMProxyFilter](https://doc.openidentityplatform.org/openig/reference/filters-conf#LLMProxyFilter) — controls LLM token usage per user
18+
* Added [MCPServerFeaturesFilter](https://doc.openidentityplatform.org/openig/reference/filters-conf#MCPServerFeaturesFilter) — enforces allow/deny policies for Model Context Protocol (MCP) features exchanged as JSON-RPC payloads; inspects both incoming requests and outgoing responses and removes or rejects features according to configured rules
19+
* Added JDK 26 support to the build pipeline
20+
* Updated OpenAM dependency to version 16.0.6
21+
* Addressed security vulnerability:
22+
* [CVE-2026-24308](https://nvd.nist.gov/vuln/detail/CVE-2026-24308) - Apache ZooKeeper improper handling of configuration values
23+
24+
Full changeset ([more details](https://github.com/OpenIdentityPlatform/OpenIG/compare/6.0.2...6.1.0))
25+
26+
## Thanks for the contributions
27+
28+
<i id="maximthomas"><i>1. <a href="https://github.com/maximthomas" target="_blank">Maxim Thomas</a></i>
29+
<br/>
30+
<i id="vharseko"><i>2. <a href="https://github.com/vharseko" target="_blank">Valery Kharseko</a></i>

0 commit comments

Comments
 (0)