Medium Risk XSS Vulnerability
-
Hello.
I had a professional security source-code audit done on my website and they found some possible XSS vulnerabilities in your plugin.
groups\lib\admin\groups-admin-groups-add.php ln 39
$current_url = ( is_ssl() ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];groups\lib\admin\ groups-admin-groups-remove.php ln 46 and 133
$current_url = ( is_ssl() ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];groups\lib\admin\ groups-admin-capabilities-add.php ln 37
$current_url = ( is_ssl() ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];groups\lib\admin\ groups-admin-capabilities-edit.php ln 44
$current_url = ( is_ssl() ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];groups\lib\admin\groups-admin-capabilities-remove.php ln 46 and 131
$current_url = ( is_ssl() ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];The issue is that
$_SERVER['REQUEST_URI']is not being sanitized.Are there any plans to patch this in the future? Otherwise, I’ll need to maintain the plugin myself.
Thanks for your time,
The topic ‘Medium Risk XSS Vulnerability’ is closed to new replies.