An issue was discovered in Responsive Filemanager through 9.14.0. In the dialog.php page, the session variable $SESSION['RF']["viewtype"] wasn't sanitized if it was already set. This made stored XSS possible if one opens ajaxcalls.php and uses the "view" action and places a payload in the type parameter, and then returns to the dialog.php page. This occurs because ajaxcalls.php was also able to set the $SESSION['RF']["viewtype"] variable, but there it wasn't sanitized.