Drupal.CVE.Core-2020-013 Vulnerability Exploit
-
Hey guys –
I am using Virusdie to track vulnerabilities on my server right now and I found that in wp-content/plugins/backwpup/vendor/pear/archive_tar/Archive/ there is the following code snippet which is a vulnerability.
Should I assume this file is safe to delete? I assume that’s why it’s in the archive? (Maybe it should be removed entirely, since it’s malicious?)
Thanks!
*/ private function _maliciousFilename($file) { if (strpos($file, 'phar://') === 0) { return true; } if (strpos($file, '/../') !== false) { return true; } i
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Drupal.CVE.Core-2020-013 Vulnerability Exploit’ is closed to new replies.