Vaultpress reports suspicious code
-
Vaultpress is reporting PHP.Suspicious.Eval.1 in the SpbcListTable.php module.
Here is the code:
if(!empty($_POST[‘class’]) && class_exists($_POST[‘class’]) && method_exists($_POST[‘class’], $_POST[‘function’]))
call_user_func($_POST[‘class’].’::’.$_POST[‘function’]);
if(function_exists($_POST[‘function’]))
call_user_func($_POST[‘function’]);
}else{It is flagging the “call_user_func”
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Vaultpress reports suspicious code’ is closed to new replies.