CVE-2026-62317
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Summary
Logto is the modern, open-source auth infrastructure for SaaS and AI apps. Prior to 1.41.0, Logto's email subaddressing blocklist in packages/core/src/libraries/sign-in-experience/email-blocklist-policy.ts used the attacker-controlled domain from email input to construct subaddressingRegex when blockSubaddressing was enabled. The permissive emailRegEx accepted multiple at signs and regular expression metacharacters, and POST /api/experience/verification/verification-code could therefore cause catastrophic backtracking in subaddressingRegex.test(email). The resulting event-loop stall could make authentication, token issuance, SSO, and the administrative console unavailable. This issue is fixed in version 1.41.0.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| logto-io | logto | < 1.41.0 | affected |
Weaknesses
- CWE-1333: CWE-1333: Inefficient Regular Expression Complexity
References
- https://github.com/logto-io/logto/security/advisories/GHSA-qp7j-c3q2-g739
- https://github.com/logto-io/logto/pull/9106
- https://github.com/logto-io/logto/commit/021381237511bc0d42f81d65df8b036b01f40547
- https://github.com/logto-io/logto/releases/tag/v1.41.0
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.