cxdcox / DVWA

git clone https://github.com/ethicalhack3r/DVWA.git
GNU General Public License v3.0
1 stars 0 forks source link

CX Information_Exposure_Through_an_Error_Message @ phpinfo.php [master] #127

Open cxdcox opened 4 years ago

cxdcox commented 4 years ago

Information_Exposure_Through_an_Error_Message issue exists @ phpinfo.php in branch master

Method <?php, at line 1 of phpinfo.php, handles an Exception or runtime Error phpinfo. During the exception handling code, the application exposes the exception details to phpinfo, in method <?php of phpinfo.php, line 1.

Severity: Low

CWE:209

Checkmarx

Lines: 8


Code (Line #8):

phpinfo();