News Feed
Jobs Feed
Sections




News Archive
Paul Reinheimer's Blog:
Stop Messing up CSRF Protection
November 10, 2008 @ 08:47:53

In his latest post Paul Reinheimer looks at cross-site request forgeries and, despite the best efforts of the PHP security community, how developers still just miss the point in protecting their own code.

So, cross site request forgeries are a pretty common topic these days; they're in almost every security talk, book, site etc. This is okay; they're important [...] Most of the sites, and all of the books I've read demonstrate things correctly, but when it comes to actual implementation, time and time again, I see code that's just wrong.

He looks at two of the "essentials" when it comes to protecting you and your application - comparison (not taking other values of variables into account) and the unpredictable token (not making tokens, like md5 hashes of information, random enough).

0 comments voice your opinion now!
crosssite request forgery csrf comparison unpredictable token random


blog comments powered by Disqus

Similar Posts

Brian Moon's Blog: Responsible use of the $_REQUEST variable

SitePoint PHP Blog: Index of PHP tokens for Emacs and beyond

International PHP Magazine: IPM Poll Question: Which Is the Best Way to Do PHP Web Testing?

PHPBuilder.com: Securing Data Sent Via GET Requests

Brian Swan's Blog: mssql vs. sqlsrv: What’s the Difference? (Part 1)


Community Events











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


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

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