{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-73655",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2026-08-13T14:04:09.605Z",
        "datePublished": "2026-08-13T19:53:50.490Z",
        "dateUpdated": "2026-08-13T19:53:50.490Z"
    },
    "containers": {
        "cna": {
            "title": "Trigger.dev: Account Takeover via Cross-Provider OAuth Email Matching in Google Login",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-287",
                            "lang": "en",
                            "description": "CWE-287: Improper Authentication",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "attackComplexity": "HIGH",
                        "attackVector": "NETWORK",
                        "availabilityImpact": "NONE",
                        "baseScore": 7.4,
                        "baseSeverity": "HIGH",
                        "confidentialityImpact": "HIGH",
                        "integrityImpact": "HIGH",
                        "privilegesRequired": "NONE",
                        "scope": "UNCHANGED",
                        "userInteraction": "NONE",
                        "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
                        "version": "3.1"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/triggerdotdev/trigger.dev/security/advisories/GHSA-rp8c-h4xr-w9qv",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/triggerdotdev/trigger.dev/security/advisories/GHSA-rp8c-h4xr-w9qv"
                },
                {
                    "name": "https://github.com/triggerdotdev/trigger.dev/pull/4199",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/triggerdotdev/trigger.dev/pull/4199"
                },
                {
                    "name": "https://github.com/triggerdotdev/trigger.dev/commit/34b1a181c2a1d33a53ebab88f84b05f81fea4254",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/triggerdotdev/trigger.dev/commit/34b1a181c2a1d33a53ebab88f84b05f81fea4254"
                },
                {
                    "name": "https://github.com/triggerdotdev/trigger.dev/releases/tag/v4.5.2",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/triggerdotdev/trigger.dev/releases/tag/v4.5.2"
                }
            ],
            "affected": [
                {
                    "vendor": "triggerdotdev",
                    "product": "trigger.dev",
                    "versions": [
                        {
                            "version": "< 4.5.2",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2026-08-13T19:53:50.490Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Trigger.dev is a platform for building and deploying fully managed AI agents and workflows. Prior to 4.5.2, addGoogleStrategy() in apps/webapp/app/services/googleAuth.server.ts passes a Google profile email to findOrCreateGoogleUser() in apps/webapp/app/models/user.server.ts without requiring Google's email_verified assertion. When existingEmailUser && !existingUser is true, the flow writes the new Google authIdentifier into the existing email-matched account and returns that user object, allowing an attacker-controlled Google profile with an unverified matching email to take over the account. This issue is fixed in version 4.5.2."
                }
            ],
            "source": {
                "advisory": "GHSA-rp8c-h4xr-w9qv",
                "discovery": "UNKNOWN"
            }
        }
    }
}