Common flaws in CSRF token validation
APPRENTICE
Validation of CSRF token depends on request method
APPRENTICE
Lab: CSRF where token validation depends on request method
PRACTITIONER
Validation of CSRF token depends on token being present
APPRENTICE
Lab: CSRF where token validation depends on token being present
PRACTITIONER
CSRF token is not tied to the user session
APPRENTICE
Lab: CSRF where token is not tied to user session
PRACTITIONER
CSRF token is tied to a non-session cookie
APPRENTICE
CSRF token is tied to a non-session cookie - Continued
APPRENTICE
Lab: CSRF where token is tied to non-session cookie
PRACTITIONER
CSRF token is simply duplicated in a cookie
APPRENTICE
Lab: CSRF where token is duplicated in cookie
PRACTITIONER