Security issue
Hi
Iinstalled a new security plugin (Wordfence) and when it ran a scan on my site
www.rossbargaincorner.com it came back with this warning:
File contains suspected malware URL.
Filename: wp-content/themes/classipress/includes/js/easyTooltip.js
File type: Not a core, theme or plugin file.
Issue first detected: 43 mins ago.
Severity: Critical
Status New
This file contains a suspected malware URL listed on Google's list of malware sites. Wordfence decodes base64 when scanning files so the URL may not be visible if you view this file. The URL is: http://cssglobe.com/post/4380/easy-t...-jquery-plugin - More info available at Google Safe Browsing diagnostic page.
This is the file in question:
* Easy Tooltip 1.0 - jQuery plugin
* written by Alen Grakalic
* http://cssglobe.com/post/4380/easy-t...-jquery-plugin
*
* Copyright (c) 2009 Alen Grakalic (http://cssglobe.com)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
*/
(function($){$.fn.easyTooltip=function(options){va r defaults={xOffset:10,yOffset:25,tooltipId:"easyToo ltip",clickRemove:false,content:"",useElement:""}; var options=$.extend(defaults,options);var content;this.each(function(){var title=$(this).attr("tip");$(this).hover(function(e ){content=(options.content!="")?options.content:ti tle;content=(options.useElement!="")?$("#"+options .useElement).html():content;$(this).attr("title"," ");if(content!=""&&content!=undefined){$("body").a ppend("<div id='"+options.tooltipId+"'>"+content+"</div>");$("#"+options.tooltipId).css("position","ab solute").css("top",(e.pageY-options.yOffset)+"px").css("left",(e.pageX+options .xOffset)+"px").css("display","none").fadeIn("fast ")}},function(){$("#"+options.tooltipId).remove(); $(this).attr("title",title)});$(this).mousemove(fu nction(e){$("#"+options.tooltipId).css("top",(e.pa geY-options.yOffset)+"px").css("left",(e.pageX+options .xOffset)+"px")});if(options.clickRemove){$(this). mousedown(function(e){$("#"+options.tooltipId).rem ove();$(this).attr("title",title)})}})}})(jQuery);
Does anyone have any info on this?
Should I be worried?