PHPinfo page found

PHPinfo page found

Published on 2004-03-27. Updated on 2007-03-20.

Description:
This script is using phpinfo() function. This function outputs a large amount of information about the current state of PHP. This includes information about PHP compilation options and extensions, the PHP version, server information and environment (if compiled as a module), the PHP environment, OS version information, paths, master and local values of configuration options, HTTP headers, and the PHP License.

Impact:
This file may expose sensitive information that may help an malicious user to prepare more advanced attacks.

Recommendation:
Remove the file from production systems.

Tags: Scripts

Alert Tags: information_disclosure
ApplicableApplicationServer : All
ApplicableOS: All
ApplicableWebServer: All

References:

  • PHP phpinfo

  • Go Back