Vulnerability Description
Logto is the modern, open-source auth infrastructure for SaaS and AI apps. From 1.40.1 until 1.41.0, Logto's .github/workflows/commitlint.yml directly interpolated github.event.pull_request.title into the Commitlint on PR title step's inline echo command before piping the title to npx commitlint. A pull request title containing a single quote could terminate the echo string and append arbitrary shell commands on the GitHub Actions runner. The pull_request trigger used a read-only GITHUB_TOKEN and did not expose repository secrets, but injected commands could alter or disrupt the ephemeral workflow execution. This issue is fixed in version 1.41.0.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/logto-io/logto/commit/4a1cab21c14d26d288ffffc509cc2a8cae247b9
- https://github.com/logto-io/logto/pull/9112
- https://github.com/logto-io/logto/releases/tag/v1.41.0
- https://github.com/logto-io/logto/security/advisories/GHSA-869c-8mm3-w5cj
FAQ
What is CVE-2026-63187?
CVE-2026-63187 is a vulnerability with a CVSS score of 6.3 (MEDIUM). Logto is the modern, open-source auth infrastructure for SaaS and AI apps. From 1.40.1 until 1.41.0, Logto's .github/workflows/commitlint.yml directly interpolated github.event.pull_request.title into...
How severe is CVE-2026-63187?
CVE-2026-63187 has been rated MEDIUM with a CVSS base score of 6.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-63187?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.