Download presentation
Presentation is loading. Please wait.
Published byBranden Craig Modified over 9 years ago
1
Broken Authentication & Session Management
2
What is it ? Bad implementation of authentication and session management. If an attacker can get your session ID, then they can steal your session Could happen over unsafe medium. Could happen if an attacker can get your password.
3
Broken Authentication and Session Management - Vulnerabilities Password not hashed. Weak Password recovery method. Exposed Session-Ids’. Long session timeout. Improper rotation of session-ids’ after logout. Sending session-ids’, passwords over unencrypted connections.
4
Session Fixation Attack
5
Broken Authentication and Session Management - Prevention Always use https for any authenticated URLs. If storing credentials in a database, store them encrypted or hashed. Set session timeouts to as low as possible to reduce the risk of exposure to someone who forgets to log out at a public terminal. Try to store SessionIds in cookies Invalidate session properly
6
Thank You
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.