Issue #3478716: [D7] Full path disclosure from errors on maintenance pages
Merge request reports
Activity
The issue here is that during Drupal boostrap phases, configuration runs before variables are loaded. The error is always shown, because default was show all errors. The current change just edits the default value to none as default. It solves the security issue, but it doesn't fix the underlying problem. Where you never get the correct value from variable_get, when the function gets triggered before variables are loaded.
Please register or sign in to reply