Skip to main content

Okta Java SDK CVE-2025-67505

HIGH
Race Condition (CWE-362)
2025-12-10 security-advisories@github.com
8.4
CVSS 3.1 · Vendor: github
Share

Severity by source

Vendor (github) PRIMARY
8.4 HIGH
AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:L
vuln.today AI
6.0 MEDIUM

AC:H because winning the concurrency race is unreliable and not directly attacker-forced; C/I/A lowered to L because impact only materializes conditionally in specific consuming-app authz patterns; S:C as the SDK defect affects the hosting application's decisions.

3.1 AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:L
4.0 AV:N/AC:H/AT:P/PR:L/UI:N/VC:L/VI:L/VA:L/SC:L/SI:L/SA:N

Primary rating from Vendor (github).

CVSS VectorVendor: github

Attack Vector
Network
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
Low

Lifecycle Timeline

3
Metadata Corrected
Sep 26, 2026 - 00:40 vuln.today
tag: Okta added
Analysis Generated
Sep 25, 2026 - 23:48 vuln.today
CVE Published
Dec 10, 2025 - 23:15 cve.org
HIGH 8.4

DescriptionCVE.org

Okta Java Management SDK facilitates interactions with the Okta management API. In versions 11.0.0 through 20.0.0, 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. This issue is fixed in version 20.0.1.

AnalysisAI

Okta Java SDK versions 11.0.0 through 20.0.0 allow concurrent ApiClient requests to cross-contaminate response status codes and headers, which can undermine access-control decisions in multithreaded applications. This is a timing-dependent race condition (CWE-362) that is not remotely exploitable against default deployments; exploitation requires an application that invokes ApiClient concurrently and bases authorization on its response status or headers. No public exploit or active exploitation has been identified, and EPSS is low at 0.21%, but a vendor patch is available in version 20.0.1 (GHSA text says 21.0.0+).

Technical ContextAI

The Okta Java Management SDK (okta-sdk-java) is a Java library for interacting with Okta's management API. Its ApiClient class handles HTTP requests, and in versions 11.0.0 through 20.0.0 (CPE cpe:2.3:a:okta:java_management_sdk:*:*:*:*:*:*:*:*) the invokeAPI method lacked proper synchronization. This introduced a race condition classified as CWE-362 (Concurrent Execution using Shared Resource with Improper Synchronization), where concurrent threads could interleave such that one request's response status code or header is read from shared mutable state by another request. The root cause is unsynchronized access to shared response state within ApiClient. The vendor fixed this by adding the synchronized keyword to invokeAPI in commit abf4f128, serializing access. The flaw is timing-dependent and only manifests when an application uses a single ApiClient instance across multiple threads and makes security decisions based on the returned status or headers.

RemediationAI

Upgrade the Okta Java Management SDK to version 20.0.1 or later (the GHSA also references 21.0.0+ as a fix; confirm the appropriate version for your dependency manager). The patch, available from the vendor, adds synchronization to the ApiClient.invokeAPI method to prevent cross-request contamination. If an immediate upgrade is not feasible, avoid sharing a single ApiClient instance across multiple threads in security-sensitive paths, or wrap all ApiClient calls with external synchronization (e.g., using a lock) to serialize access-though this can degrade performance and is error-prone. Additionally, review applications to ensure they do not base access-control decisions solely on HTTP response status codes or headers from ApiClient unless those values are isolated per request. Consult the advisory at https://github.com/okta/okta-sdk-java/security/advisories/GHSA-j5gq-897m-2rff and the fix commit at https://github.com/okta/okta-sdk-java/commit/abf4f128a0441f90cb7efcdcf4bde1aef8703243 for details.

More in Java

View all
CVE-2012-4681 CRITICAL POC
9.8 Aug 28

Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m

CVE-2015-7450 CRITICAL POC
9.8 Jan 02

Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti

CVE-2013-2465 CRITICAL POC
9.8 Jun 18

Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent

CVE-2011-3544 CRITICAL POC
9.8 Oct 19

Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug

CVE-2010-1871 HIGH POC
8.8 Aug 05

JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to

CVE-2012-1723 CRITICAL POC
9.8 Jun 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up

CVE-2013-0422 CRITICAL POC
9.8 Jan 10

Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using

CVE-2012-0507 CRITICAL POC
9.8 Jun 07

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up

CVE-2015-4852 CRITICAL POC
9.8 Nov 18

The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers

CVE-2012-5076 CRITICAL POC
9.8 Oct 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow

CVE-2017-3066 CRITICAL POC
9.8 Apr 27

Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla

CVE-2012-0391 CRITICAL POC
9.8 Jan 08

The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during

Share

CVE-2025-67505 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy