wordpress-mu-domain-mapping – Security issue
-
Our site security scan found vulnerability with this plugin code. One part of the code is below. Can somebody help how to remove this error?
Method redirect_to_mapped_domain at line 707 of GetUser.jsp gets user input for the _SERVER
element. This element’s value then flows through the code without being properly sanitized or
validated and is eventually displayed to the user in method DisplayDetails() at line 73 of
ShowScreen.jsp. This may enable a Cross-Site-Scripting attack.….
707. $_SERVER[ ‘REQUEST_URI’ ] = str_replace( $current_blog->path, ‘/’,
$_SERVER[ ‘REQUEST_URI’ ] );
….
709. header( “Location: {$url}{$_SERVER[ ‘REQUEST_URI’ ]}”, true,
$redirect );https://www.ads-software.com/plugins/wordpress-mu-domain-mapping/
- The topic ‘wordpress-mu-domain-mapping – Security issue’ is closed to new replies.