AUG
22

HTTP HOST header fake

technology — mike @ 6:06 pm

Just a quick tip, if you use the HOST: header in your applications, remember, don’t use it anywhere critical to security because it can be faked by someone with the know how. I know that there is some popular blogging software out there…. that had previously used $_SERVER[’HTTP_HOST’] to include a file, if it is faked that is insecure.

Next Page »