Results 1 to 2 of 2

Thread: Security issue

  1. #1
    Thread Starter
    Amateur paddydenny's Avatar
    Join Date
    Jan 2012
    Location
    Ireland
    Posts
    16
    Thanks
    4
    Thanked 2 Times in 2 Posts

    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?

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,703
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Security Tab?
    By cityconnection in forum Report Vantage Bugs (Legacy)
    Replies: 9
    Last Post: September 14th, 2012, 06:17 AM
  2. [SOLVED] is THAT A THEME SECURITY LAX ISSUE?
    By ongcp in forum Report ClassiPress Bugs
    Replies: 4
    Last Post: January 6th, 2012, 08:51 AM
  3. Google Map & Ad Security Issue
    By aturner in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: November 21st, 2011, 08:01 AM
  4. Site Security
    By russbaugh in forum Report JobRoller Bugs
    Replies: 2
    Last Post: March 26th, 2011, 07:15 PM