CVE-2026-67348 Details
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.
A cross-tenant insecure direct object reference vulnerability has been identified in Julep's 'get_execution_details' endpoint. This vulnerability allows authenticated tenants to access another tenant's execution data by supplying arbitrary 'execution_id' values. The exposed data includes sensitive execution records such as task inputs, outputs, metadata, and temporal task tokens from other tenants. This issue affects Julep versions prior to the commit '5371a62'.
The vulnerability can be remediated by adding a developer ID dependency to the 'get_execution_details' endpoint and modifying the execution query to filter by developer ID. This change would ensure that each tenant can only access their own execution data. Additionally, the related write path 'PUT /executions/{execution_id}' and transitions read routes should be reviewed for the same missing scope.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 30, 2026CISA-ADP
Assessed Jul 30, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/julep-ai/julep/issues/1615 | CISA-ADP | ExploitIssue TrackingTechnical DescriptionVendor |
| https://github.com/julep-ai/julep/issues/1615 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://www.vulncheck.com/advisories/julep-insecure-direct-object-reference-via-get-executions-execution-id | [email protected] | AdvisoryVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-639 | Authorization Bypass Through User-Controlled Key | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Julep | < 5371a620af2582868eb121e6489a8cc14836fd50 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 30, 2026 | CVE Modified | CISA-ADP |
| Jul 30, 2026 | New CVE Received | [email protected] |
Volerion