Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) image
Cross-Site Request Forgery (CSRF) is when your browser gets tricked into doing something, like submitting a form using your login, without you knowing.

It works because browsers send your cookies automatically, even if the request comes from another site. That means an attacker can abuse your login to perform actions on your behalf.

Best way to stop it?

Use CSRF tokens, set SameSite on cookies, and don’t trust requests just because the user’s logged in.
MoT Professional Membership image
For the advancement of software testing and quality engineering
Explore MoT
Brighton Meetup image
Thu, 2 Oct
Post-TestBash Brighton Meetup
MoT Software Testing Essentials Certificate image
Boost your career in software testing with the MoT Software Testing Essentials Certificate. Learn essential skills, from basic testing techniques to advanced risk analysis, crafted by industry experts.
This Week in Testing image
Debrief the week in Testing via a community radio show hosted by Simon Tomes and members of the community
Subscribe to our newsletter
We'll keep you up to date on all the testing trends.