CSRF
SecurityTerm Overview
Term
CSRF
Category
Security
Related Terms
4
Definition
Cross-Site Request Forgery. An attack that tricks an authenticated user's browser into sending an unintended request to a web application. Prevented by anti-CSRF tokens, SameSite cookies, and verifying the Origin header.
Security