Jump to content

Recommended Posts

Posted

I don't know what your policy is on changing php.ini settings, but I have a request that register_globals be turned "off" for server 103.

 

Hundreds of PHP security guides on the net cite this as one of the main potential PHP security vulnerabilities, and possibly the most reliable source, the PHP Security Consortium, mentions it first in its guide to security risks.

 

http://phpsec.org/projects/guide/1.html

 

One accidental omission of a definition can open up a whole site, and with register_globals off, this isn't discovered until it is too late.

 

Indeed, register_globals is switched off by default in versions of PHP from 4.2 onwards.

 

I hope that this can be effected.

 

Thanks :P

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...