Latest KDB.AI Server Release Notes
This page documents the latest KDB.AI Server releases, including fixes, security updates, and feature changes. Consider bookmarking it to easily stay informed about new releases as they become available.
v1.9.0
Release date: 2026-02-26
The KDB.AI Server 1.9.0 release introduces OAuth 2.0 authentication and authorization and includes security updates addressing multiple CVEs. Key highlights include:
- OAuth 2.0 authentication and authorization (new)
- Security: CVE remediations (fixes and improvements)
1. OAuth 2.0 authentication and authorization (new)
KDB.AI Server now supports OAuth 2.0 authentication and authorization, enabling integration with external Identity Providers (IdPs) such as Keycloak, Microsoft Entra ID, and Okta. In this model:
- The IdP issues signed JWT access tokens.
- KDB.AI validates the token’s signature and issuer.
- Authorization uses the tenant and groups claims contained in the token.
- ACL grants define fine‑grained permissions at the database and table levels.
- A system administrator role can be assigned through specific tenant/group combinations.
This feature improves enterprise readiness by providing centralized identity management, tenant isolation, and group‑based authorization.
Related content
Refer to the OAuth 2.0 Authentication and Authorization how-to guide as well as to the q API, Python API, or REST API documentation in the References section for sample calls, expected responses, and troubleshooting tips.
2. Security: CVE remediations (fixes and improvements)
This release includes fixes for multiple Critical Vulnerabilities and Exploits (CVEs) to enhance system security and compliance. The following CVEs have been remediated:
- CVE-2025-68973
- CVE-2025-11187
- CVE-2025-15467
- CVE-2025-15468
- CVE-2025-15469
- CVE-2025-66199
- CVE-2025-68160
- CVE-2025-69418
- CVE-2025-69419
- CVE-2025-69420
- CVE-2025-69421
- CVE-2026-22795
- CVE-2026-22796
- CVE-2025-9086
- CVE-2025-13601
- CVE-2025-15281
- CVE-2026-0861
- CVE-2026-0915
- CVE-2025-12084
Upgrade procedures
To use the latest version, upgrade your instance or sign up for a free trial.
Note
For a complete list of past features and improvements, refer to the previous KDB.AI Server release notes.
Thanks for reading. Stay tuned for the next release!
The KDB.AI Team