Visiting html/index_form.php
causes an error because the print_errors function does not get included.
this causes the full path the script is running to be displayed.
this vulnerability is useful if you have an sql injection as you know where to
load files from and where to place files to.
fix action, place an .htaccess in the html folder so that people dont have
access to it, but the server can still include it
or place the print_errors function in the functions.php file, like you said you
did in 3.2
example
http://d66.org/html/index_form.php
more definition of full path disclosure
http://www.owasp.org/index.php/Full_Path_Disclosure
Original issue reported on code.google.com by itspa...@gmail.com on 10 Jul 2010 at 12:19
Original issue reported on code.google.com by
itspa...@gmail.com
on 10 Jul 2010 at 12:19