About 105,000 results
Open links in new tab
  1. 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.

  2. 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 …

  3. CSRF explained | What is cross-site request forgery?

    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 authenticated.

  4. What Is CSRF (Cross-Site Request Forgery)? - Palo Alto Networks

    Cross-site request forgery (CSRF) is a web security vulnerability that tricks authenticated users into submitting unintended requests.

  5. What is CSRF | Cross Site Request Forgery Example | Imperva

    Apr 9, 2026 · 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 …

  6. How to Implement CSRF Protection in Web Applications Step by Step

    Protect your web apps from CSRF attacks! Learn step-by-step implementation using anti-CSRF tokens, SameSite cookies, and secure coding practices. Stay secure!

  7. CSRF Attacks: 3 Simple Examples You Should Know

    Apr 27, 2022 · Cross-site request forgery (CSRF) is a technique that enables attackers to impersonate a legitimate, trusted user. CSRF attacks can be used to change firewall settings, post malicious data …

  8. 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) …

  9. Cross-site request forgery (CSRF) - Security | MDN

    Mar 31, 2026 · 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 includes …

  10. Cross-Site Request Forgery Prevention Cheat Sheet - OWASP

    A Cross-Site Request Forgery (CSRF) attack occurs when a malicious web site, email, blog, instant message, or program tricks an authenticated user's web browser into performing an unwanted action …