
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 …
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 explained | What is cross-site request forgery? - Cloudflare
What is cross-site request forgery (CSRF)? CSRF is a cyber attack that tricks a user into using their credentials to perform unintended actions on a web application where they are …
What Is CSRF? | Baeldung on Computer Science
Apr 27, 2025 · Cross-site request forgery (CSRF), also known as session riding or one-click attack, takes advantage of the user’s browser’s trust in a web application. When a user is …
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 …
Cross-site request forgery (CSRF) - Security | MDN
Oct 17, 2025 · In a cross-site request forgery (CSRF) attack, an attacker tricks the user or the browser into making an HTTP request to the target site from a malicious site. The request …
Cross-Site Request Forgery (CSRF) Examples and Prevention | Wiz
Dec 10, 2025 · Cross-site request forgery (CSRF), also known as XSRF or session riding, is an attack approach where threat actors trick trusted users of an application into performing …
Cross-Site Request Forgery: Impact and Prevention
Apr 4, 2022 · Cross-Site Request Forgery (CSRF), also known as XSRF, Session Riding, or one-click attacks, is a web security vulnerability that tricks a web browser into executing an …
Understanding CSRF: Cross-site Request Forgery Explained
May 14, 2025 · Cross-Site Request Forgery, often called CSRF (or its other nicknames, Session Riding and XSRF), is a tricky type of attack. In short, it lets attackers make users do things on …