
Cross Site Request Forgery (CSRF) - OWASP Foundation
Cross-Site Request Forgery (CSRF) is an attack that forces an end user to execute unwanted actions on a web application in which they’re currently authenticated.
Cross-site request forgery - Wikipedia
Cross-site request forgery, also known as one-click attack or session riding and abbreviated as CSRF (sometimes pronounced sea-surf[1]) or XSRF, is a type of malicious exploit of a website or web …
What Is CSRF (Cross-Site Request Forgery)? - Palo Alto Networks
Cross-site request forgery (CSRF) is a silent threat that exploits trusted sessions to trigger unauthorized actions. Learn how to detect, prevent, and respond.
CSRF Attack: Cross-Site Request Forgery Definition & Defense
Aug 30, 2024 · A CSRF (cross-site request forgery) tricks authenticated users into granting malicious actors access through the authentic user's account. During a cross-site request forgery (CSRF) …
What is CSRF? Exploits, Examples & Prevention
5 days ago · Understand Cross-Site Request Forgery (CSRF) with technical examples and payloads. Learn how to defend your web applications using modern security practices.
What Is CSRF (Cross Site Request Forgery)? - Fortinet
CSRF or Cross-Site Request Forgery is an attack on a web application by end-users that have already granted them authentication. Learn how it works, and how hackers construct a CSRF attack.
What is CSRF | Cross Site Request Forgery Example | Imperva
Dec 17, 2025 · Cross site request forgery (CSRF), also known as XSRF, Sea Surf or Session Riding, is an attack vector that tricks a web browser into executing an unwanted action in an application to …
What is a CSRF Attack: Definition, Prevention & How It Works
What is a CSRF attack? A CSRF attack tricks you into executing unwanted actions on a web application where you're already logged in, without your knowledge or consent. Here's how it works: attackers …
What is Cross Site Request Forgery (CSRF) - GeeksforGeeks
Sep 19, 2025 · Cross-Site Request Forgery (CSRF) is a critical web vulnerability that allows attackers to trick authenticated users into performing unintended actions, such as changing account details or …
Cross Site Request Forgery (CSRF) Attacks - Rapid7
Cross-site request forgery (CSRF) is a web application vulnerability that tricks authenticated users into executing unauthorized actions without their knowledge.