OSV 1.4.0 · github-reviewed · 修改于 2026-06-18 02:10
发布时间
2026-06-18 02:10
GitHub 审查时间
2026-06-18 02:10
NVD 发布时间
—
源文件
advisories/github-reviewed/2026/06/GHSA-j5r2-4c8j-xc3m/GHSA-j5r2-4c8j-xc3m.json
Despite the validation within urlIsRelative in modules/httplib/url.go, an open redirect is still possible due to usage of directory traversal sequences plus a back-slash in the "redirect_to" parameter.
When a user uses this URL to login:
https://gitea.com/user/login?redirect_to=/a/../\example.com
They would be redirected to example.com upon a successful login to their gitea account.