Description
Determined fails to authorize requests on the generic task kill, pause, and unpause endpoints in the API handlers. Authenticated attackers can disrupt other users' workloads by terminating, pausing, or unpausing tasks they do not own.
Published: 2026-08-17
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from a missing authorization check on the generic task kill, pause, and unpause endpoints in Determined’s API handlers. Authenticated users are able to invoke these endpoints without verifying task ownership, allowing them to terminate, suspend, or resume tasks belonging to other users. This does not lead to arbitrary code execution, but can disrupt critical workloads and potentially cause denial of service for affected users. The weakness is classified as CWE‑862, an authorization bypass issue.

Affected Systems

Affected systems are instances of the Determined open‑source platform from the vendor determined‑ai. No specific version numbers are provided in the advisory, so any released build may be vulnerable unless the fix has been applied. Administrators should check the current deployment against the determined‑ai release notes for the latest version that contains the authorization check fix.

Risk and Exploitability

The CVSS score of 7.1 indicates a medium‑to‑high severity disclosure. Exploitation requires valid user credentials and access to the API; it is not possible to attack unauthenticated or from an arbitrary host without configuration for external access. The EPSS score is not available, so the current exploitation probability is unknown, and the vulnerability is not listed in the CISA KEV catalog. Overall risk remains moderate, as the primary impact is disruption of other users’ workloads rather than direct compromise of the host.

Generated by OpenCVE AI on August 17, 2026 at 21:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the most recent Determined release that includes the authorization check fix
  • Configure the API to enforce task ownership checks for kill, pause, and unpause actions, verifying that the authenticated user owns the target task before proceeding
  • If an immediate upgrade is not feasible, block external access to the /api/generic/tasks/kill, /pause, and /unpause endpoints via firewall or API gateway rules until the fix is deployed

Generated by OpenCVE AI on August 17, 2026 at 21:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 17 Aug 2026 20:45:00 +0000

Type Values Removed Values Added
Description Determined fails to authorize requests on the generic task kill, pause, and unpause endpoints in the API handlers. Authenticated attackers can disrupt other users' workloads by terminating, pausing, or unpausing tasks they do not own.
Title Determined Missing Authorization Check on Generic Task Endpoints
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H'}

cvssV4_0

{'score': 7.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-17T20:36:03.396Z

Reserved: 2026-08-17T17:28:41.677Z

Link: CVE-2026-75109

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-17T21:16:49.897

Modified: 2026-08-17T21:16:49.897

Link: CVE-2026-75109

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T21:30:03Z

Weaknesses