Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 441 Bytes

cross-site-request-forgery-csrf.md

File metadata and controls

9 lines (4 loc) · 441 Bytes

Cross Site Request Forgery (CSRF)

Cross-site request forgery (also known as CSRF) is a web security vulnerability that allows an attacker to induce users to perform actions that they do not intend to perform. It allows an attacker to partly circumvent the same origin policy, which is designed to prevent different websites from interfering with each other.

Resources

{% embed url="https://portswigger.net/web-security/csrf" %}