Skip to content
Threat Feed
high advisory

Missing Authorization in Determined API Endpoints (CVE-2026-75109)

Determined AI's Determined platform fails to authorize API requests for generic task management, allowing authenticated attackers to disrupt workloads by terminating or pausing tasks owned by other users.

CVE search metadata

CVE search record: CVE-2026-75109. Severity: high. CVSS: 7.1. KEV: no. Product: Determined (<= 0.38.1). Brief: Missing Authorization in Determined API Endpoints (CVE-2026-75109). Brief link: https://feed.craftedsignal.io/briefs/2026-08-determined-auth-bypass/

Determined AI's Determined platform (versions up to and including 0.38.1) contains a critical missing authorization vulnerability (CVE-2026-75109) within its generic task API handlers. Specifically, the endpoints responsible for killing, pausing, and unpausing tasks do not perform checks to ensure the requester is the owner of the task or has appropriate administrative permissions. An authenticated user within the environment can leverage this flaw to manipulate the execution state of tasks belonging to other users. This vulnerability is documented as CWE-862 and poses a significant risk to organizations utilizing Determined for shared compute and machine learning model training workloads, as it enables unauthorized service disruption and potential operational sabotage.

Impact

The vulnerability allows for the unauthorized disruption of active workloads within the Determined platform. If exploited, an authenticated attacker can terminate, pause, or unpause arbitrary tasks, directly impacting production model training, research workflows, and resource allocation. This can lead to significant delays in data science operations, loss of compute-intensive task progress, and degradation of platform availability.

Recommendation

  • Upgrade Determined to version 0.38.2 or later immediately to apply the required authorization checks in the API handlers.
  • Review web server or API gateway access logs for abnormal volumes of requests to the generic task API endpoints (typically mapped to kill, pause, or unpause operations) originating from users who should not have administrative control over those task IDs.
  • Restrict platform access to trusted users and enforce the principle of least privilege for API usage until the patch is applied.

Immediate actions

Upgrade Determined platform to version 0.38.2

IT Operations 48h

Threat Hunt

Search API logs for high frequency of task state modification commands (kill/pause/unpause) from non-privileged users

T1068 medium medium confidence hunt now

Data: Web application logs

Mitigations

Patch CVE-2026-75109

immediate IT Operations

CVE-2026-75109