News Feed
Jobs Feed
Sections




News Archive
PHP-Coding-Practices.com:
Introduction To Security Vulnerabilities In PHP
June 13, 2007 @ 08:33:00

From the PHP-Coding-Practices.com site today, there's a new article that discusses some of the top security vulnerabilities that surround PHP applications.

PHP has allowed people with all sorts of backgrounds to put their ideas on the web. With several hundred million web pages programmed in PHP, security plays a big deal for us web programmers. In this introduction I will outline the most common security vulnerabilities in PHP scripts.

Topics include:

  • All Input is Tainted
  • Cross-Site Scripting
  • SQL Injection
  • Code Injection
  • Command Injection
  • Session and Cookie Security
  • Securing File Access

Each has their own explanation (including code where needed) that talks about what the issue is and a hint at its solution. This post will be followed by more tutorials that will focus on each of the topics in more detail with solutions to help solve and prevent them from happening in your application.

2 comments voice your opinion now!
introduction tutorial security vulnerability introduction tutorial security vulnerability


blog comments powered by Disqus

Similar Posts

PHPMaster.com: MongoDB Revisited

Anthony Ferrara: Design Patterns - Programming With Anthony

PHPBuilder.com: Introducing the Yii PHP Framework

Chris Hartjes' Blog: Metatesting: Understanding Mock Objects

IBM developerWorks: Understanding the Zend Framework, Part 1: The basics


Community Events











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


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

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