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

Pádraic Brady's Blog: XSS in PHP (Part 1): How Not to Use Htmlspecialchars

Milw0rm.com: Exploit - PHP5 COM Object Security Bypass (Windows)

Nexen.net: PHP/MySQL Application Security Advisories

Chris Shiflett's Blog: Character Encoding and XSS

Ruslan Yakushev's Blog: ASP.NET vulnerability affecting PHP sites on IIS


Community Events











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


symfony functional introduction interview testing rest symfony2 opinion podcast usergroup series phpunit database language framework community release conference development zendframework2

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