Getting alerted about the code on this plugin
-
I was made aware that this plugin has some code in it that can be used to attack a worpress website.
Generic.Hidden.Code.2
This file contains suspicious hidden code, and should be checked for recent changes, or malicious code. Often hackers try to hide their hack attempts by obfuscating their attack code, to make it harder to detect. VaultPress has detected a string of suspicious characters in this file. Please check your backup history for recent changes to this file, or contact a Safekeeper if you are unsure.
/wp-content/plugins/post-status-notifier-lite/lib/IfwPsn/Vendor/Zend/Validate
// “+”, “-“, “/”, “=”, “?”, “^”, “_”, “`”, “{“, “|”, “}”, “~”
423
$atext = ‘a-zA-Z0-9\x21\x23\x24\x25\x26\x27\x2a\x2b\x2d\x2f\x3d\x3f\x5e\x5f\x60\x7b\x7c\x7d\x7e’;
424
if (preg_match(‘/^[‘ . $atext . ‘]+(\x2e+[‘ . $atext . ‘]+)*$/’, $this->_localPart)) {Is this legit and if so, are you aware that this was added to the code?
- The topic ‘Getting alerted about the code on this plugin’ is closed to new replies.