PatchSiren cyber security CVE debrief
CVE-2026-73654 triggerdotdev CVE debrief
CVE-2026-73654 is a high-severity vulnerability in Trigger.dev, a platform for building and deploying AI agents and workflows. The vulnerability affects versions from 3.3.8 to 4.5.5 and allows an attacker with a normal environment API key to pollute Object.prototype in the shared webapp process. This can lead to corruption of Prisma queries and Prometheus labels, breaking other tenants' worker authentication, and causing a process-wide denial of service. The issue is fixed in version 4.5.6.
- Vendor
- triggerdotdev
- Product
- trigger.dev
- CVSS
- HIGH 8.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-13
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-08-13
- Advisory updated
- 2026-09-18
Who should care
Defenders responsible for Trigger.dev deployments should assess exposure and prioritize upgrading to version 4.5.6 or later. Additionally, security teams and vulnerability management teams should review the current version and assess exposure, as versions from 3.3.8 to 4.5.5 are affected. Operators of Trigger.dev should also review their systems and implement additional security measures to prevent similar vulnerabilities.
Why it matters
CVE-2026-73654 is a high-severity vulnerability in Trigger.dev that allows for Object.prototype pollution, leading to potential security issues. Defenders should prioritize upgrading to version 4.5.6 or later and assess exposure.
- Potential corruption of Prisma queries and Prometheus labels
- Breakage of other tenants' worker authentication
- Process-wide denial of service
Technical summary
The vulnerability is caused by the PUT /api/v1/runs/:runId/metadata endpoint passing attacker-controlled operation.key values to new JSONHeroPath(operation.key).set(newMetadata, value) without rejecting dangerous constructor and prototype path segments. This allows for Object.prototype pollution, leading to potential security issues. The issue affects versions from 3.3.8 to 4.5.5 and is fixed in version 4.5.6. Defenders should prioritize upgrading to version 4.5.6 or later to mitigate this vulnerability. They should also review their current version and assess exposure, as versions from 3.3.8 to 4.5.5 are affected.
Defensive priority
Defenders should prioritize upgrading to version 4.5.6 or later to mitigate this vulnerability. They should also review their current version and assess exposure, as versions from 3.3.8 to 4.5.5 are affected.
Recommended defensive actions
- Upgrade to version 4.5.6 or later
- Review current version and assess exposure
- Monitor for potential security issues related to Object.prototype pollution
- Perform a thorough review of the system to identify potential security risks
- Implement additional security measures to prevent similar vulnerabilities
- Review and update security policies and procedures
- Conduct regular security audits and penetration testing
Evidence notes
The vulnerability is caused by the PUT /api/v1/runs/:runId/metadata endpoint passing attacker-controlled operation.key values to new JSONHeroPath(operation.key).set(newMetadata, value) without rejecting dangerous constructor and prototype path segments. This allows for Object.prototype pollution, leading to potential security issues.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73654 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73654
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73654 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73654
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/6997aeb05e27d2db47f9eda01fdc8a17c81a1ae0
-
Source reference
Unverified legacy reference
URL: https://github.com/triggerdotdev/trigger.dev/pull/4316
-
Source reference
Unverified legacy reference
URL: https://github.com/triggerdotdev/trigger.dev/releases/tag/v4.5.6
-
Source reference
Unverified legacy reference
URL: https://github.com/triggerdotdev/trigger.dev/security/advisories/GHSA-p28v-f755-9qrg
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.