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