Answer in brief
CVE-2025-67505 records a High severity (CVSS 8.4) vulnerability in Race condition in the Okta Java SDK. The current sources do not mark it as known exploited. The current feed maps com.okta.sdk:okta-sdk-root (maven), com.okta.sdk:okta-sdk-root (maven). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 8.4. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps com.okta.sdk:okta-sdk-root (maven), com.okta.sdk:okta-sdk-root (maven). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| com.okta.sdk:okta-sdk-rootmaven | >=11.0.0 <20.0.1 | 20.0.1 |
| com.okta.sdk:okta-sdk-rootmaven | >=11.0.0,<=20.0.0 | 20.0.1 |
Published upstream
Dec 10, 2025
Evidence: source:ghsa:source_dates:source-dates:recordSource modified
Sep 15, 2026
Evidence: source:ghsa:source_dates:source-dates:recordFirst seen by HOL
Aug 7, 2026
### Description In the Okta Java SDK, race conditions may arise from concurrent requests using the ApiClient class. This could cause a status code or response header from one request’s response to influence another request’s response. ### Affected product and versions You may be affected if you meet the following preconditions: - Using the Okta Java SDK between versions 11.0.0 and 20.0.0, and - Implementing a multithreaded application with the ApiClient class where the response status code is used in access control flows ### Resolution Upgrade Okta/okta-sdk-java to versions 21.0.0 or greater.
Quoted source text, attributed separately from HOL analysis.