diff --git a/pandora_console/include/class/HelpFeedBack.class.php b/pandora_console/include/class/HelpFeedBack.class.php index 7b035dd74e1..bfbf4adc4e7 100644 --- a/pandora_console/include/class/HelpFeedBack.class.php +++ b/pandora_console/include/class/HelpFeedBack.class.php @@ -94,7 +94,8 @@ public function run() ui_require_css_file('help_feedback'); $help_url = get_parameter('b', null); - $help_url = base64_decode($help_url); + $help_url = io_safe_input(base64_decode($help_url)); + if ($help_url === null) { echo __('Page not found'); } else {