After login, Crapazon uses a ?next= parameter to redirect back to where you came from. Test if it accepts external URLs.
Command / Input
curl -I "http://TARGET/login?next=https://evil.com"
Output
HTTP/1.1 302 Found
Location: https://evil.com
⚑ If the redirect goes to evil.com, the parameter is unvalidated — open redirect confirmed.