The web application sends a redirect to another location, but instead of exiting, it executes additional code.
Potential Impact
Other: Alter Execution Logic
Detection Methods
Black Box: This issue might not be detected if testing is performed using a web browser, because the browser might obey the redirect and move the user to a different page before the application has produced outp...