๐Ÿ” CVE Alert

CVE-2026-63188

UNKNOWN 0.0

logto-tunnel serves files outside --experience-path via path traversal

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Logto is the modern, open-source auth infrastructure for SaaS and AI apps. Prior to 0.3.9, the Logto Tunnel npm package enabled createStaticFileProxy from packages/tunnel/src/commands/tunnel/index.ts and passed request.url from static asset requests through packages/tunnel/src/commands/tunnel/utils.ts using path.join(staticPath, request.url) and then fs.open(requestPath, "r") without URL normalization or a containment check. When --experience-path was enabled and the tunnel port was reachable, an unauthenticated requester could send a path containing ../ to createStaticFileProxy and read files outside the configured static directory that were readable by the logto-tunnel process. The service used server.listen(port), which could expose the tunnel to other hosts depending on the platform and deployment. This issue is fixed in version 0.3.9.

CWE CWE-22
Vendor logto-io
Product logto
Published Aug 19, 2026
Stay Ahead of the Next One

Get instant alerts for logto-io logto

Be the first to know when new unknown vulnerabilities affecting logto-io logto are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

logto-io / logto
< 0.3.9

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/logto-io/logto/security/advisories/GHSA-rxjr-6c9q-h67x github.com: https://github.com/logto-io/logto/pull/9113 github.com: https://github.com/logto-io/logto/commit/5686815955534f803d3d50738259efd0f741e62c github.com: https://github.com/logto-io/logto/releases/tag/@logto/[email protected]