PatchSiren cyber security CVE debrief
CVE-2026-82262 logto-io CVE debrief
CVE-2026-82262 is a server-side request forgery vulnerability in Logto through version 1.42.0. The vulnerability exists in the POST /api/hooks/:id/test endpoint, which accepts arbitrary URLs without host validation. This allows tenant administrators with Management API tokens to make the server issue HTTP POST requests to internal URLs and retrieve response bodies from services on the private network.
- Vendor
- logto-io
- Product
- logto
- CVSS
- HIGH 8.2
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-28
- Original CVE updated
- 2026-09-08
- Advisory published
- 2026-08-28
- Advisory updated
- 2026-09-08
Who should care
Tenant administrators and defenders responsible for Logto installations should be aware of this vulnerability and assess their exposure. They should verify the version of Logto in use and consider implementing additional security controls to prevent SSRF attacks.
Why it matters
CVE-2026-82262 is a server-side request forgery vulnerability in Logto through version 1.42.0. Defenders should prioritize verifying exposure, especially in environments where tenant administrators have Management API tokens, and assess the network exposure of Logto and potential impact on internal services.
- Potential unauthorized access to internal services
- Possible data breaches due to SSRF attacks
- Need for verification of Logto version and exposure
- Potential disruption of internal services due to SSRF attacks
Technical summary
The vulnerability exists in the POST /api/hooks/:id/test endpoint of Logto through version 1.42.0. The endpoint accepts arbitrary URLs without host validation, allowing tenant administrators with Management API tokens to make the server issue HTTP POST requests to internal URLs and retrieve response bodies from services on the private network. This could lead to unauthorized access to internal services, potential data breaches, and disruption of internal services due to SSRF attacks. Defenders should prioritize verifying exposure of Logto installations to this vulnerability, especially in environments where tenant administrators have Management API tokens. They should also assess the network exposure of Logto,
Defensive priority
Defenders should prioritize verifying exposure of Logto installations to this vulnerability, especially in environments where tenant administrators have Management API tokens. They should also assess the network exposure of Logto and the potential impact of SSRF attacks on internal services.
Recommended defensive actions
- Verify the version of Logto in use and assess exposure to this vulnerability.
- Restrict Management API tokens to minimize the impact of potential SSRF attacks.
- Monitor network traffic and logs for suspicious activity related to the POST /api/hooks/:id/test endpoint.
- Consider implementing additional security controls, such as IP blocking or traffic filtering, to prevent SSRF attacks.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
Evidence notes
The CVE record and NVD entry provide details about the vulnerability, including its existence in Logto through version 1.42.0 and the lack of host validation in the POST /api/hooks/:id/test endpoint. However, specific details about exploitation, impact, and remediation are limited.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-82262 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-82262
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-82262 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-82262
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/logto-io/logto
-
Source reference
Unverified legacy reference
URL: https://github.com/logto-io/logto/blob/v1.42.0/packages/core/src/libraries/hook/utils.ts
-
Source reference
Unverified legacy reference
URL: https://github.com/logto-io/logto/commit/16f4b2e732d5114ac98646c9370ec6ab61d6ed26
-
Source reference
Unverified legacy reference
URL: https://github.com/logto-io/logto/issues/9465
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/logto-server-side-request-forgery-via-webhook-test-endpoint
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.