Description
Logto through 1.42.0 contains a server-side request forgery vulnerability in the POST /api/hooks/:id/test endpoint that accepts arbitrary URLs without host validation. Tenant administrators with Management API tokens can make the server issue HTTP POST requests to internal URLs and retrieve response bodies from services on the private network.
Published: 2026-08-28
Score: 8.2 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Logto platform includes a server‑side request forgery flaw in the POST /api/hooks/:id/test endpoint. The endpoint accepts a user‑supplied URL and causes the server to issue an HTTP POST to that URL without validating the host, allowing a tenant administrator with a Management API token to instruct the server to contact arbitrary internal addresses and return the response body. This is a classic CWE‑918 SSRF that lets the attacker read data from services reachable only from the Logto host and may serve as a foothold for further compromise.

Affected Systems

The vulnerability affects the Logto product (logto‑io:logto) for all releases up to and including version 1.42.0. Deployments on 1.42.0 or earlier are vulnerable; any newer release should be checked for a patch that removes the host validation flaw.

Risk and Exploitability

The vulnerability has a CVSS score of 8.2, indicating high impact. No EPSS score is available, and the issue is not listed in CISA KEV. Holding a tenant’s Management API token enables the attacker to identify internal services and retrieve their responses via the test endpoint. The attack vector is internal network probing through HTTP requests, and the lack of host validation makes the exposure severe.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any Logto patch or upgrade to a newer version that contains the fix.
  • Revoke tenant administrators’ Management API tokens until the patch is applied.
  • Block outbound internal requests from the Logto server or restrict the test endpoint to only allow whitelisted URLs.

Generated by OpenCVE AI on August 28, 2026 at 22:56 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

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 POST /api/hooks/:id/test endpoint that accepts arbitrary URLs without host validation. Tenant administrators with Management API tokens can make the server issue HTTP POST requests to internal URLs and retrieve response bodies from services on the private network.
Title Logto Server-Side Request Forgery via webhook test endpoint
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-28T16:18:47.953Z

Reserved: 2026-08-28T10:39:30.356Z

Link: CVE-2026-82262

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-28T20:20:16.643

Link: CVE-2026-82262

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T23:00:14Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)