News Feed
Jobs Feed
Sections




News Archive
Anthony Ferrara:
Preventing CSRF Attacks
February 20, 2013 @ 09:36:41

Anthony Ferrara has written up a new post to his site looking at efective use of CSRF tokens and a few different strategies for generating them.

There's been a bit of noise in the past week about the proper way to prevent Cross-Site-Request-Forgery (CSRF) attacks. It seemed to have started with this post. There's been discussion in the comments, and on Twitter about it, and there seems to be several opposing viewpoints on the matter. I want to start off by saying that I agree completely with the post in question. But I figured I'd write a post to explain WHY I agree with it.

He starts with an overview of a few of the common types of request forgery including from a javascript injection, a Man-in-the-Middle attack and a replay attack. He then breaks up the "lines of defense" part of the post into three different sections - adding a hidden token field to forms, changing the token for each request and using random numbers when regenrating them.

0 comments voice your opinion now!
csrf attack prevention overview token generation tutorial


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Using XML, Part 5 - SOAP and WSDL

Gonzalo Ayuso's Blog: Using CouchDb as filesystem with PHP

PHP-GTK Community Site: Code completion for PHP-GTK in Zend Studio 5.5

Zend Developer Zone: ZendCon Wrapup

ServerGrove Blog: Logging MongoDB queries using Symfony 2 and Doctrine ODM


Community Events











Don't see your event here?
Let us know!


composer zendframework2 object introduction tool functional development unittest release podcast opinion interview language testing community framework code series example conference

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework