Skip to content

A threat actor may re-use a stolen or leaked session identifier to access the user's account

License

Notifications You must be signed in to change notification settings

qeeqbox/session-replay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A threat actor may re-use a stolen or leaked session identifier to access the user's account.

Example #1

  1. Threat actor obtains a valid session identifier and does not use it immediately
  2. Threat actor re-using the same session identifier to gain unauthorized access to a victim's account

Example #2

  1. Bob submits a request to buy an item from a vulnerable website
  2. Threat actor finds the request and tricks bob into re-submitting it
  3. The vulnerable website receives both requests with the same session identifier and processes them

Impact

Vary

Risk

  • gain unauthorized access

Redemption

  • Identity confirmation
  • Regenerate session ids at authentication
  • Timeout and replace old session ids
  • Store ids in HTTP cookies

ID

fe0561ad-6ce7-4cf3-a229-eb136ad1f919

References

About

A threat actor may re-use a stolen or leaked session identifier to access the user's account

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project