Weblate repository-boundary validation relies on string prefix checks on resolved absolute paths. In multiple code paths, the check uses startswith against the repository root path. This is not path-segment aware and can be bypassed when the external path shares the same string prefix as the repository path (for example, repo and repo_outside).
Thanks to m9nx4u for reporting this issue via HackerOne.
{
"severity": "MODERATE",
"github_reviewed": true,
"nvd_published_at": "2026-04-15T19:16:37Z",
"cwe_ids": [
"CWE-22"
],
"github_reviewed_at": "2026-04-16T21:08:47Z"
}