CWE-698: Execution After Redirect (EAR)
Also known as: Redirect Without Exit
The web application sends a redirect to another location, but instead of exiting, it executes additional code.
Overview
CWE-698 (Execution After Redirect (EAR)) is a base-level software weakness catalogued by MITRE in the Common Weakness Enumeration (CWE). It describes a recurring type of mistake that can lead to exploitable security vulnerabilities.