News Feed
Jobs Feed
Sections




News Archive
David Müller:
Why URL validation with filter_var might not be a good idea
September 20, 2012 @ 08:09:31

David Müller has a new post to his site today showing why validating URLs with filter_var is a good thing for the security of your application.

Since PHP 5.2 brought us the filter_var function, the time of such [regular expressions-based] monsters was over. [With] the simple, yet effective syntax [and] with a third parameter, filter flags can be passed, [...] 4 flags are available [for URL filtering].

He shows how to use it to filter out a simple XSS issue (a "script" tag in the URL) and some examples of issues that the filter_var function doesn't prevent - like injection of other schemes (like "php://" or "javascript://"). He recommends adding a wrapper around the method to check for the correct scheme (ex. "http" or "https" for URLs) and reminds you that filter_var is not multibyte capable.

0 comments voice your opinion now!
filtervar url validation security filter input


blog comments powered by Disqus

Similar Posts

Reddit.com: Protecting against attack?

Insane Security Blog: PHP 5.2+ Data Filtering Extension = BAD?

Symfony Blog: symfony 1.0.5 released (security fix)

Ed Finkler's Blog: Encouraging steps towards security in Wordpress 2.5

International PHP Magazine: IPM Poll Question: The Most Common PHP Security Mistake Is?


Community Events











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


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

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