Lecture6 Broken Authentication/ Session Mgmt Flashcards
1
Q
Broken Authentication and Session
Management. What is it?
A
- Vulnerability that allows an attacker to capture credentials or bypass authentication methods used to protect against unauthorised access.
- Approx 23 % of all Web Apps are vulnerable
- currently ranked #2 on the OWASP Top 10
2
Q
How does the application fail to
protect username, password and
session ID?
A
- Unencrypted connections to application.
- Predictable login credentials.
- Authentication details (username and
password) not protected when stored. - Session IDs are used in URLs
- Session values not timed out or don’t get
invalidated after logout.
3
Q
To defend against session fixation, assign …..
A
assign session cookie immediately after authentication, and also verify they do not include the cookie value in the URL
4
Q
Active eavesdropping
A
somebody sets up fake wifi router
5
Q
Passive disclosure
A
info. that is being sent from a browser (e.g. as GET request) and then the attacker sniffs the network traffic and gains access to that info
6
Q
Most common authentication scheme
A
the use of a username and password