Session Fixation
Session Fixation Severity: High | CWE: CWE-384 OWASP: A07:2021 – Identification and Authentication Failures What Is Session Fixation? Session fixation occurs when an application does not issue a new session identifier after successful authentication. An attacker who can set or predict the victim’s pre-authentication session ID can then wait for the victim to log in and immediately reuse that same ID to gain authenticated access. The classic scenario requires the attacker to be able to push a known session ID to the victim — via URL parameter, cookie injection, or subdomain cookie injection. ...