Summary

Acunetix 360 identified a stack trace disclosure (PHP) in the target web server's HTTP response.

Impact

An attacker can obtain information such as:
  • PHP version.
  • Physical file path of PHP files.
  • Information about the generated exception and possibly source code, SQL queries, etc.
This information might help an attacker gain more information and potentially focus on the development of further attacks for the target system.

Remediation

Apply following changes on your php.ini file to prevent information leakage by applying custom error pages.
display_errors = Off
If you want to set it within PHP code, you can use the following code:
ini_set('display_errors', 'Off');
 

Severity

Low

Classification

PCI v3.2-6.5.5 CAPEC-214 CWE-248 HIPAA-164.306(a) 164.308(a) ISO27001-A.9.2.3 WASC-14 OWASP 2013-A5 OWASP 2017-A6