Summary by KD
One of Opera's endpoint that is vulnerable to an injection vulnerability - namely a reflected injection of JavaScript, also known as Reflected Cross-Site Scripting (XSS). As per OWASP's definition: "Cross-Site Scripting (XSS) attacks are a type of injection, in which malicious scripts are injected into otherwise benign and trusted websites. "
This happens because When we log in. There is a parameter (path which is vulnerable to cross-site scripting and Open redirect) that does not properly sanitize/escape user input, allowing injection to occur.