About 2,700,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. What Is CSRF (Cross-Site Request Forgery)? - Palo Alto Networks

    Cross-site request forgery (CSRF) is a web application cyber attack that abuses the trust a site places in a user’s browser. When a user is authenticated — typically through session cookies — their browser …

  4. CSRF Attack | Tutorial & Examples | Snyk Learn

    Learn how a cross site request forgery (CSRF) attack works, and how to detect and fix it with real-world examples from security experts.

  5. 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 authenticated on a …

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

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

  8. 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 unwanted action …

  9. XSS, CSRF, and SSRF: Understanding Three Commonly Confused Web ...

    If you are new to web application security, you have probably encountered the acronyms XSS, CSRF, and SSRF. These three vulnerability classes appear frequently in security discussions, certification …

  10. 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 includes the user's …