Suspicious function found: class-wpvivid-backup-uploader
-
I’m using the WP Defender Pro plugin to scan files for Malware. It found the following:
Issue Details
We’ve uncovered suspicious code in /var/web/site/public_html/wp-content/plugins/wpvivid-backuprestore/includes/class-wpvivid-backup-uploader.php. The red highlighted code is the flagged code and the green is the cleaned up code. Note that these warnings can be false positives, so consult your developer before taking action.Here the code:
$path=WP_CONTENT_DIR.DIRECTORY_SEPARATOR.WPvivid_Setting::get_backupdir().DIRECTORY_SEPARATOR; rename($status['file'],$path.$file_name.'_'.$_POST['chunk'].'.tmp'); $path=WP_CONTENT_DIR.DIRECTORY_SEPARATOR.WPvivid_Setting::get_backupdir().DIRECTORY_SEPARATOR;
The function rename line 120 column 13 execute using unsanitized user inputs
I would now like to know if this is a valid concern for my website’s security and something worth fixing by your developers – or if I can ignore the issue (maybe a false positive).
- The topic ‘Suspicious function found: class-wpvivid-backup-uploader’ is closed to new replies.