Description
Trigger.dev is a platform for building and deploying fully managed AI agents and workflows. From 3.3.8 until 4.5.6, the PUT /api/v1/runs/:runId/metadata endpoint passes attacker-controlled operation.key values to new JSONHeroPath(operation.key).set(newMetadata, value) in packages/core/src/v3/runMetadata/operations.ts without rejecting dangerous constructor and prototype path segments. A caller with a normal environment API key can pollute Object.prototype in the shared webapp process, corrupting Prisma queries and Prometheus labels, breaking other tenants' worker authentication, and causing a process-wide denial of service. This issue is fixed in version 4.5.6.
Published: 2026-08-13
Score: 8.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from prototype pollution in the Trigger.dev run‑metadata endpoint. By supplying attacker‑controlled operation.key values that include dangerous constructor and prototype path segments, a caller with a normal environment API key can set properties on Object.prototype. This corrupts internal Prisma queries, Prometheus labels, and worker authentication, ultimately causing a process‑wide denial of service that spans all tenants. The underlying weakness is classified as CWE‑1321.

Affected Systems

The Trigger.dev platform is affected, specifically the API endpoint /api/v1/runs/:runId/metadata. All releases from 3.3.8 up to and including 4.5.6 contain the flaw; versions beyond 4.5.6 are not impacted.

Risk and Exploitability

With a CVSS score of 8.5 the issue is considered high severity. The EPSS score is not available, but exploitation requires only a legitimate environment API key and the ability to send an HTTP PUT request, making the attack vector likely remote and straightforward. Although it is not listed in the CISA KEV catalog, the potential for cross‑tenant disruption and the process‑wide impact warrant prompt attention.

Generated by OpenCVE AI on August 13, 2026 at 20:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Trigger.dev to version 4.5.6 or later to apply the vendor fix that sanitizes operation.key values.
  • If an upgrade is not immediately possible, restrict use of the PUT /api/v1/runs/:runId/metadata endpoint to trusted API keys and validate operation.key, rejecting any values that contain the substrings "__proto__" or "constructor" before processing.
  • Configure application monitoring to log attempts to assign to Object.prototype and alert on repeated failures, enabling rapid detection of any residual or attempted exploitation.

Generated by OpenCVE AI on August 13, 2026 at 20:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-p28v-f755-9qrg Trigger.dev: Prototype pollution via run metadata operations → process-wide cross-tenant DoS
History

Thu, 13 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description Trigger.dev is a platform for building and deploying fully managed AI agents and workflows. From 3.3.8 until 4.5.6, the PUT /api/v1/runs/:runId/metadata endpoint passes attacker-controlled operation.key values to new JSONHeroPath(operation.key).set(newMetadata, value) in packages/core/src/v3/runMetadata/operations.ts without rejecting dangerous constructor and prototype path segments. A caller with a normal environment API key can pollute Object.prototype in the shared webapp process, corrupting Prisma queries and Prometheus labels, breaking other tenants' worker authentication, and causing a process-wide denial of service. This issue is fixed in version 4.5.6.
Title Trigger.dev: Prototype pollution via run metadata operations → process-wide cross-tenant DoS
Weaknesses CWE-1321
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-13T19:29:05.537Z

Reserved: 2026-08-13T14:04:09.604Z

Link: CVE-2026-73654

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-13T20:17:30.007

Modified: 2026-08-13T20:17:30.007

Link: CVE-2026-73654

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T20:45:02Z

Weaknesses
  • CWE-1321

    Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')