News Feed
Jobs Feed
Sections




News Archive
Chris Shiflett's Blog:
Character Encoding and XSS
June 20, 2007 @ 09:35:00

In this post to his blog, Chris Shiflett talks about some issues surrounding character encoding and the cross-site scripting issues it can open up in your application.

In the post [on Good and Bad PHP Code], he provides a few useful PHP interview questions, including some questions from Yahoo. He explains that good PHP code should be Structured, Consistent, Portable and Secure

In the comments, many additional improvements have been suggested, but there's one that has yet to be mentioned. When using htmlspecialchars() without specifying the character encoding, XSS attacks that use UTF-7 are possible.

Included in the post is an example to illustrate the point as well as a solution, a simple one involving the header() function, to help correct the problem and prevent bad things from happening.

Be sure to check out the comments for more great tips.

0 comments voice your opinion now!
security crosssitescripting character encoding attack htmlspecialchars security crosssitescripting character encoding attack htmlspecialchars


blog comments powered by Disqus

Similar Posts

DashExamples.com: Capture Content Security Policy (CSP) Violations in PHP

Zend Developer Zone: Upcoming Zend Webinars

Riff Blog: Console encoding in PHP-GTK apps

CyberInsecure.com: Half-Million Sites Mostly Running PHPBB Forum Software Hacked In Latest Attack

Joseph Crawford's Blog: Going deep inside PHP sessions


Community Events











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


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

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