Description
Julep contains an insecure direct object reference vulnerability in the get_execution_details endpoint that allows authenticated tenants to read another tenant's execution data. Attackers can supply arbitrary execution_id values to retrieve sensitive execution records including task inputs, outputs, metadata, and temporal task tokens from other tenants.
Published: 2026-07-30
Score: 8.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an insecure direct object reference in Julep’s get_execution_details endpoint. Authenticated tenants can supply any execution_id to read execution data belonging to other tenants, which includes task inputs, outputs, metadata and temporal task tokens. This flaw allows disclosure of sensitive execution records (CWE-639).

Affected Systems

The affected product is Julep from julep-ai. No specific version information is provided.

Risk and Exploitability

The CVSS score of 8.6 indicates high severity. The exploit requires only authenticated use of the API, a condition satisfied by any user with tenant access. The vulnerability is not listed in KEV, and the EPSS score is 0.00253 (<1%), but the high CVSS suggests that it could be leveraged for data leakage. Attackers can craft requests to the GET /executions/{execution_id} endpoint with arbitrary IDs to retrieve another tenant’s data.

Generated by OpenCVE AI on August 2, 2026 at 05:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Julep release that contains the fix for the insecure direct object reference.
  • Modify the get_execution_details access control so that it validates the requesting tenant against the data owner before returning any execution details.
  • Configure logging and monitoring to detect anomalous execution_id queries and investigate potential data leakage.

Generated by OpenCVE AI on August 2, 2026 at 05:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 30 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
First Time appeared Julep-ai
Julep-ai julep
Vendors & Products Julep-ai
Julep-ai julep

Thu, 30 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 30 Jul 2026 15:00:00 +0000

Type Values Removed Values Added
Description Julep contains an insecure direct object reference vulnerability in the get_execution_details endpoint that allows authenticated tenants to read another tenant's execution data. Attackers can supply arbitrary execution_id values to retrieve sensitive execution records including task inputs, outputs, metadata, and temporal task tokens from other tenants.
Title Julep Insecure Direct Object Reference via GET /executions/{execution_id}
Weaknesses CWE-639
References
Metrics cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-31T11:54:10.241Z

Reserved: 2026-07-29T13:36:36.277Z

Link: CVE-2026-67348

cve-icon Vulnrichment

Updated: 2026-07-30T15:17:05.493Z

cve-icon NVD

Status : Deferred

Published: 2026-07-30T15:16:36.657

Modified: 2026-07-30T18:18:25.723

Link: CVE-2026-67348

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T05:30:06Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key