Authentication Bypass via Assumed-Immutable Data
From OWASP
Assumed-immutable authentication data can be modified by attackers to bypass the authentication. Most of the time, this vulnerability results from inappropriate session management, i.e., important data that is used for authentication decisions is sent to the client side and subject to user modification. This kind of data should be stored in the server-side session as much as possible.
This template will categorize articles that include it into the Category:Stub category.

