CVE-2026-63203 Details
Description
Logto is the modern, open-source auth infrastructure for SaaS and AI apps. From 1.31.0 until 1.42.0, the Account API handlers in packages/core/src/routes/account/third-party-tokens.ts allow a caller holding a same-user access token with only the openid scope to retrieve stored social or enterprise SSO provider access tokens through GET /api/my-account/identities/{target}/access-token or GET /api/my-account/sso-identities/{connectorId}/access-token. The handlers authenticate the user but do not require the identities scope that protects neighboring identity-detail operations, bypassing the intended Account API consent boundary. Exploitation requires federated token-set storage to be enabled and the affected user to have authenticated through a supported connector. A low-trust application can use the disclosed provider token against upstream APIs within that token's granted scopes. This issue is fixed in version 1.42.0.
A vulnerability exists in Logto versions 1.31.0 prior to 1.42.0, allowing unauthorized access to stored third-party provider tokens through the Account API. The issue arises in the social and enterprise SSO token retrieval endpoints, which do not enforce the required 'identities' scope. As a result, a user with a token that only includes the 'openid' scope can access sensitive provider tokens, bypassing the intended consent requirements. Exploitation of this vulnerability requires federated token storage to be enabled and the user to have authenticated via a supported connector.
The vulnerability has been fixed in Logto version 1.42.0. Users should upgrade to this version. After upgrading, run the database alteration command to apply the necessary schema changes.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 24, 2026CISA-ADP
Assessed Sep 24, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/logto-io/logto/security/advisories/GHSA-6g9q-qrx7-3jxf | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/logto-io/logto/commit/b560d17a4da4c25da95e3c73af4485d18ab7c224 | [email protected] | Source CodeVendor |
| https://github.com/logto-io/logto/pull/9116 | [email protected] | Source CodeVendor |
| https://github.com/logto-io/logto/releases/tag/v1.42.0 | [email protected] | Release NotesVendor |
| https://github.com/logto-io/logto/security/advisories/GHSA-6g9q-qrx7-3jxf | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Logto | >= 1.31.0, <= 1.41.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 24, 2026 | New CVE Received | [email protected] |
| Sep 24, 2026 | CVE Modified | CISA-ADP |
Volerion