News Feed
Jobs Feed
Sections




News Archive
Gareth Heyes' Blog:
Faking the unexpected
December 04, 2007 @ 08:36:04

Gareth Heyes has an example of yet another way he's seen developers incorrectly handle incoming connections and the information inside. This time, he focuses on the remote IP coming from the client.

Developers place too much trust in everything, they assume that certain data cannot be faked and therefore these pieces of data can be used as a Trojan horse. Lets take the REMOTE IP of a user, it seems a trusted source because of the TCP/IP connection between the user and the server.

He points out the difference between HTTP_X_FORWARDED_FOR and REMOTE_ADDR and how, despite them being the same almost all of the time, shouldn't be trusted since they could be spoofed. He even includes an example script showing how it could be done (and how a bit of Javascript can even be inserted).

0 comments voice your opinion now!
remoteaddr httpxforwardedfor remote ip address exploit remoteaddr httpxforwardedfor remote ip address exploit


blog comments powered by Disqus

Similar Posts

DeveloperTutorials.com: Scraping Links With PHP

Gareth Heyes' Blog: Faking the unexpected

Chris Hartjes' Blog: How To HTTP-PUT A File Somewhere Using PHP

Ed Finkler's Blog: So what is the state of secure development in PHP?

Nessa's Blog: Simple API Writing, Part I


Community Events











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


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

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