Ambiguous warning messages
-
Recently my client got an alert from the Wordfence plugin stating the following:
* File contains suspected malware URL: /var/www/vhosts/domain.com/httpdocs/wp-content/cache/supercache/blog/index.html * File contains suspected malware URL: /var/www/vhosts/domain.com/httpdocs/wp-content/cache/supercache/www.domain.com/blog/index-mobile.html * File contains suspected malware URL: /var/www/vhosts/domain.com/httpdocs/wp-content/cache/supercache/www.domain.com/blog/index.html * File contains suspected malware URL: /var/www/vhosts/domain.com/httpdocs/wp-content/cache/wp-cache-12763e2b351a1e0b81b53ac2851629e0.html * File contains suspected malware URL: /var/www/vhosts/domain.com/httpdocs/wp-content/cache/wp-cache-91d5d866f78bc7518c6db88fafd4fc90.html * File contains suspected malware URL: /var/www/vhosts/domain.com/httpdocs/wp-content/cache/wp-cache-a3aa43761ce8e3a8cc535e5d2e180ded.html * File contains suspected malware URL: /var/www/vhosts/domain.com/httpdocs/wp-content/cache/supercache/www.domain.com/blog/2012/10/wordpress-security-plugins-wordfence/index.html * Post contains a suspected malware URL: WordPress security plugins: Wordfence
However, there was nothing in those files when I looked that indicated malware to me, and the messages themselves give absolutely zero indication as to what triggered them. There is no additional info in the dashboard either. The only thing I saw was the files that were tagged all had this snippet in them:
<script type="text/javascript">var src="https://www.domain.com/wp-admin/admin-ajax.php?action=wordfence_logHuman&hid=0D59F7FAB5A52DD573E3A8A9F7275653"; if(window.location.protocol == "https:"){ src = src.replace("http:", "https:"); } var wfHTImg = new Image(); wfHTImg.src=src;</script>
and when I did a search for what was generating that I saw a couple of sites that reported that script call as a possible xss attack:
https://www.google.com/search?num=100&hl=en&tbo=d&biw=1920&bih=977&q=%22wordfence_logHuman%22+xss
Is Wordfence erroneously reporting itself as malware? If not, how can I find out what it is actually saying the issue is?
Thanks.
- The topic ‘Ambiguous warning messages’ is closed to new replies.