Description
Logto performs principal lookup without normalizing email and identifier strings, enabling principal collision and unauthorized account access via case- or Unicode-different identities.
Published: 2026-07-23
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Logto performs principal lookup without normalizing email and identifier strings, which allows an attacker to create or use a case‑ or Unicode‑different identity that collides with a legitimate user account. This flaw enables unauthorized account access by bypassing intended authentication controls and compromising the confidentiality of the victim account, reflecting weaknesses in improper normalization (CWE‑178).

Affected Systems

The affected system is Logto; specifically its core component handles principal lookup. Version information is not supplied in the public data set, so any deployment of Logto core components that has not applied the normalization fix remains at risk. Users running older builds without the latest patch should verify their environment for potential exposure.

Risk and Exploitability

The CVSS score of 9.1 classifies the vulnerability as critical, while the EPSS score of less than 1% indicates a very low probability of exploitation at this time; the issue is not currently listed in CISA's KEV catalog. The impact of successful exploitation is serious, permitting unauthorized access to another user's account. The likely attack vector occurs during any operation that performs principal lookup—such as login or session validation—which requires the attacker to know or guess an existing user identifier that can be mapped to the same account through a case or Unicode variant. While the external interface is uncertain, organizations that expose the application to untrusted inputs should consider this risk real for their environment.

Generated by OpenCVE AI on August 2, 2026 at 15:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a Logto patch that implements case‑and Unicode‑normalization during principal lookup.
  • Modify the identity verification logic to store and compare identifiers in a canonical form, such as all lowercase and Unicode NFC‑normalized strings, and enforce a database uniqueness constraint on the normalized value.
  • If a patch is not immediately available, configure the system to reject or alert on duplicate lookups that resolve to the same user but originate from differently cased or rendered identifiers, and monitor login events for suspicious repeat‑lookup patterns.

Generated by OpenCVE AI on August 2, 2026 at 15:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 01 Aug 2026 03:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-287

Tue, 28 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
First Time appeared Logto-io
Logto-io logto
Vendors & Products Logto-io
Logto-io logto

Mon, 27 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-178
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sun, 26 Jul 2026 04:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-287

Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
Description Logto performs principal lookup without normalizing email and identifier strings, enabling principal collision and unauthorized account access via case- or Unicode-different identities.
Title Principal/domain lookup without case normalization
References

cve-icon MITRE

Status: PUBLISHED

Assigner: certcc

Published:

Updated: 2026-07-27T15:33:20.686Z

Reserved: 2026-07-13T16:14:46.769Z

Link: CVE-2026-15617

cve-icon Vulnrichment

Updated: 2026-07-27T15:32:15.126Z

cve-icon NVD

Status : Deferred

Published: 2026-07-23T16:17:14.423

Modified: 2026-07-27T16:17:03.047

Link: CVE-2026-15617

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T15:45:03Z

Weaknesses
  • CWE-178

    Improper Handling of Case Sensitivity