News Feed
Jobs Feed
Sections




News Archive
ONLamp.com:
Points of Attack PHP and Ajax
August 28, 2007 @ 11:11:00

Matthew McCool has a few reminders for developers out there thinking of using Ajax in your applications - mainly to remember that it has the potential of adding another vulnerability to your application.

Consider a registration form built out of PHP. Any aspect of your script that accepts and processes data is a potential point of attack. If you add Ajax, what you're doing is increasing the complexity of the application and, by extension, introducing greater vulnerability. More points of entry equal a larger attack surface, and that means potential problems for your application.

He continues his login form example and mentions a few things you could do to help protect your application and its users (including using the escaping functions built in to PHP to help remove some harmful input).

2 comments voice your opinion now!
point attack ajax opening login form filter input function point attack ajax opening login form filter input function


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Testing Forms in PHP with SimpleTest

Zend Developer Zone: PHP Built in Input filtering

Richard Thomas's Blog: Pjq - PHP Jquery helper

Zend Developer Zone: AJAX Chat Tutorial Part 6 : Updating the User List

Zend Developer Zone: AJAX Chat Tutorial Part 7 : Usability Improvements


Community Events











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


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

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