News Feed
Jobs Feed
Sections




News Archive
Chris Shiflett's Blog:
Google XSS and Evil Character Encoding
December 22, 2005 @ 06:19:39

On his blog today, Chris Shiflett has two posts about a problem with Google and a Cross-site Scripting attack that it's vulnerable to.

From this post: The recent cross-site scripting (XSS) vulnerability discovered in Google perfectly illustrates why character encoding matters. This example demonstrates how to use PHP's htmlentities() with the optional third argument that indicates the character encoding.

By way of demonstration, he provides a little PHP script that makes a request in a different character encoding than Google can handle. Coupled with the small response from Google, a UTF-7 character sent to certain browsers could be interpreted and executed.

In this second post, he answers a question from the comments - "how will this effect my site?"

Rather than offer another vague answer, I decided to provide a very simple proof of concept that demonstrates how character encoding inconsistencies can bite you. Google's vulnerability has of course been fixed, but with a simple PHP script, we can reproduce the situation.

The script, though escaped, still causes a Javascript popup box to show when the page is loaded - all due to a lack of improper character encoding handling...

0 comments voice your opinion now!
shiflett google xss character encoding shiflett google xss character encoding


blog comments powered by Disqus

Similar Posts

PHP 10.0 Blog: PHP performance tips from Google

Debuggable Blog: Crawl Google, they do the same to you

Community News: PHPGeocache 1.0 Released

CodeIgniter Blog: CodeIgniter 1.6.3 Maintenance and Security Release

O'Reilly: Using Google Code Search to Find Security Bugs


Community Events











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


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

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