Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

SitePoint PHP Blog:
Top 7 PHP Security Blunders
Dec 21, 2005 @ 13:04:07

On the SitePoint PHP blog today, Pax Dickinson shares with us the "Top 7 PHP Security Blunders" as he sees them.

In this article, I'll detail many of the common PHP programming mistakes that can result in security holes. By showing you what not to do, and how each particular flaw can be exploited, I hope that you'll understand not just how to avoid these particular mistakes, but also why they result in security vulnerabilities. Understanding each possible flaw will help you avoid making the same mistakes in your PHP applications.

His list includes:

  • Unvalidated Input Errors
  • Access Control Flaws
  • Cross Site Scripting (XSS) Flaws
  • Data Handling Errors

There's more listed, so be sure to check out the rest of the article - each item is explained and on some, sample code is included where it makes sense...

tagged: top seven security blunders input error xss access control top seven security blunders input error xss access control

Link:


Trending Topics: