---
id: CVE-2025-66033
title: Okta Java Management SDK facilitates interactions with the Okta management API
summary: >-
  Okta Java Management SDK facilitates interactions with the Okta management
  API. In versions 21.0.0 through 24.0.0, specific multithreaded implementations
  may encounter memory issues as threads are not properly cleaned up after
  requests a…
severity: medium
cvss: 5.3
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H'
cwe:
  - CWE-401
vendor: okta
product: java_management_sdk
affected:
  - 'java_management_sdk >= 21.0.0, < 24.0.1'
patched:
  - java_management_sdk 24.0.1
published: '2025-12-10'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T23:10:00.463'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2025-66033'
references:
  - url: >-
      https://github.com/okta/okta-sdk-java/commit/1daa9229a70fc38fb252aeaa637f82d0b0729b3f
    label: security-advisories@github.com
  - url: >-
      https://github.com/okta/okta-sdk-java/security/advisories/GHSA-qhr6-6cgv-6638
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00271
epssPercentile: 0.17247
ingestedAt: '2026-09-25T23:21:16.941Z'
---

## Overview

Okta Java Management SDK facilitates interactions with the Okta management API. In versions 21.0.0 through 24.0.0, specific multithreaded implementations may encounter memory issues as threads are not properly cleaned up after requests are completed. Over time, this can degrade performance and availability in long-running applications and may result in a denial-of-service condition under sustained load. In addition to using the affected versions, users may be at risk if they are implementing a long-running application using the ApiClient in a multi-threaded manner. This issue is fixed in version 24.0.1.

## Affected

- `java_management_sdk >= 21.0.0, < 24.0.1`

## Remediation

Upgrade past the affected range:

- `java_management_sdk 24.0.1`
