Dangerous for Multisite
-
It creates a major security exploit to all users of a Multisite Network and would only take 1 account to be compromised to cause hell on the entire masses.
With this plugin, a compromiser could steal data from the database (ie: usernames, passwords, emails, Everything). A compromiser could inject harmful data deliberately (or naive / ignorant user).
This plugin allows the compromiser (or user) to insert executable php.
I am suggesting you disable the insertion of php via this plugin using something to this extent…
if ( is_multisite() ) {
if ( is_super_admin() && current_user_can(‘manage_network_options’) ) {
//if is multisite only network admin can insert php
}
} else {
//if is NOT multisite then Admins can insert php
}
- The topic ‘Dangerous for Multisite’ is closed to new replies.