A open redirect vulnerability exists in the loading endpoint, allowing attackers to redirect authenticated users to arbitrary external URLs via the "next" parameter.
The loading endpoint accepts and uses an unvalidated "next" parameter for redirects:
Visit: /loading?next=https://google.com
while authenticated. The page will redirect to google.com.
This vulnerability could be used in phishing attacks by redirecting users from a legitimate application URL to malicious sites.
{ "nvd_published_at": "2024-11-27T19:15:33Z", "cwe_ids": [ "CWE-601" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-12-02T22:17:18Z" }