Description
Logto through 1.42.0 contains a server-side request forgery vulnerability in the OIDC SSO connector creation endpoint that fails to validate the issuer URL parameter. Tenant administrators with Management API credentials can supply arbitrary internal URLs to trigger HTTP GET requests to private network services, with response content returned in API responses.
Published: 2026-08-28
Score: 8.2 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in Logto core releases up to version 1.42.0. The OIDC SSO connector creation endpoint accepts an issuer URL parameter without proper validation. When privileged tenant administrators supply an arbitrary URL, Logto performs an HTTP GET request to that address and includes the response body in the API response. This flaw meets the definition of Server‑Side Request Forgery (CWE‑918). The flaw could allow an attacker who has Management API credentials to reach internal network services and read their responses. While the CVE description does not explicitly state downstream exploitation, the returned response content enables potential data exfiltration from private resources.

Affected Systems

All Logto core server releases up to and including version 1.42.0 are impacted. The flaw appears in the OIDC SSO connector creation endpoint used by tenant administrators who possess Management API credentials. The affected product is Logto Core from logto‑io. No specific sub‑versions beyond 1.42.0 are known.

Risk and Exploitability

The flaw carries a CVSS score of 8.2, indicating high severity. No EPSS score is published, and the vulnerability is not listed in the CISA KEV catalog. The exploitation requires an attacker to possess valid Management API credentials for the tenant, after which the attacker can target arbitrary internal URLs. The resolver sends an HTTP GET to the supplied address and returns the payload in the API response. The ability to read internal service responses suggests a potential for data exfiltration; however, this inference is based on the described behavior and not directly confirmed in the CVE description.

Generated by OpenCVE AI on August 28, 2026 at 23:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Logto to the latest stable release that includes the SSRF fix (consult the vendor’s advisories for the applicable version).
  • Restrict Management API credentials to only those accounts that absolutely require SSO connector configuration rights.
  • Enforce validation or whitelisting of issuer URLs before processing them, or disable the creation of connectors without vetted URLs if the platform permits.
  • Monitor outbound HTTP requests originating from the OIDC connector creation endpoint for unexpected internal network traffic and configure alerts for anomalous activity.

Generated by OpenCVE AI on August 28, 2026 at 23:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 22:30:00 +0000

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

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 28 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description Logto through 1.42.0 contains a server-side request forgery vulnerability in the OIDC SSO connector creation endpoint that fails to validate the issuer URL parameter. Tenant administrators with Management API credentials can supply arbitrary internal URLs to trigger HTTP GET requests to private network services, with response content returned in API responses.
Title Logto Server-Side Request Forgery via OIDC SSO Connector Issuer URL
Weaknesses CWE-918
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 8.2, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-28T20:23:27.541Z

Reserved: 2026-08-28T11:12:28.377Z

Link: CVE-2026-82263

cve-icon Vulnrichment

Updated: 2026-08-28T20:23:23.850Z

cve-icon NVD

Status : Received

Published: 2026-08-28T20:20:16.790

Modified: 2026-08-28T22:16:55.487

Link: CVE-2026-82263

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T23:30:17Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)