PatchSiren cyber security CVE debrief
CVE-2026-73658 triggerdotdev CVE debrief
CVE-2026-73658 is a high-severity vulnerability in Trigger.dev, a platform for building and deploying AI agents and workflows. The issue allows a caller with a valid environment API key to obtain presigned URLs for another tenant's object-store keys, potentially enabling unauthorized access to task payloads. This vulnerability was fixed in version 4.5.0-rc.5.
- Vendor
- triggerdotdev
- Product
- trigger.dev
- CVSS
- HIGH 8.2
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-13
- Original CVE updated
- 2026-09-08
- Advisory published
- 2026-08-13
- Advisory updated
- 2026-09-08
Who should care
Defenders responsible for Trigger.dev deployments, particularly those using versions prior to 4.5.0-rc.5, should assess exposure and apply the fix to prevent unauthorized access to sensitive data.
Why it matters
CVE-2026-73658 is a high-severity vulnerability in Trigger.dev that allows unauthorized access to task payloads via presigned URLs. Defenders should prioritize verifying exposure and applying the fix to prevent potential data breaches or modifications.
- Potential unauthorized access to task payloads via presigned URLs.
- Possible data breaches or modifications due to insufficient access controls.
- Need for verification of exposure and application of the fix to prevent exploitation.
- Potential impact on data integrity and confidentiality.
Technical summary
The vulnerability is caused by the improper handling of user-controlled packet keys in the Aws4FetchClient.buildUrl() and Aws4FetchClient.presign() functions. This allows an attacker to obtain presigned URLs for another tenant's object-store keys, potentially enabling unauthorized access to task payloads. The issue arises from the combination of user-controlled packet keys being assigned to URL.pathname and the acceptance of params[“*”] without rejecting dot segments, which can be exploited by a caller with a valid environment API key to access or overwrite task payloads of another tenant. This vulnerability was fixed in version 4.5.0-rc.5.
Defensive priority
Defenders should prioritize verifying exposure and applying the fix, as the vulnerability allows unauthorized access to sensitive data.
Recommended defensive actions
- Verify exposure by checking if the environment uses a vulnerable version of Trigger.dev (prior to 4.5.0-rc.5) and has a valid environment API key.
- Apply the fix by updating to version 4.5.0-rc.5 or later.
- Monitor for suspicious activity related to object-store keys and task payloads.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description, CVSS score, and affected versions. However, the exact scope of affected deployments and the number of impacted users are unknown.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73658 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73658
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73658 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73658
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/triggerdotdev/trigger.dev/commit/db4074df54db06b0656becf3f974345c90fa202e
-
Source reference
Unverified legacy reference
URL: https://github.com/triggerdotdev/trigger.dev/pull/3830
-
Source reference
Unverified legacy reference
URL: https://github.com/triggerdotdev/trigger.dev/releases/tag/v4.5.0-rc.5
-
Source reference
Unverified legacy reference
URL: https://github.com/triggerdotdev/trigger.dev/security/advisories/GHSA-888c-px7m-736v
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.