twentyfourteen hacked?

Community forum to discuss cxs.
If you believe that there is a problem with your cxs installation and want support then, as a paid product, you should use the helpdesk after having consulted the documentation.
Post Reply
jmginer
Junior Member
Posts: 13
Joined: 18 Feb 2015, 20:46

twentyfourteen hacked?

Post by jmginer »

All the twentyfourteen in my server are detected as exploit.

Is true?

Content of the file

cxs[163898]: ['/home/xxx/public_html/wp-content/themes/twentyfourteen/js/featured-content-admin.js'] - Suspected exploit file

Code: Select all

/**
 * Twenty Fourteen Featured Content admin behavior: add a tag suggestion
 * when changing the tag.
 */
/* global ajaxurl:true */

jQuery( document ).ready( function( $ ) {
        $( '#customize-control-featured-content-tag-name input' ).suggest( ajaxurl + '?action=ajax-tag-search&tax=post_tag', { delay: 500, minchars: 2 } );
});
Grindlay
Junior Member
Posts: 9
Joined: 23 Jun 2008, 19:22
Location: Edinburgh, UK
Contact:

Re: twentyfourteen hacked?

Post by Grindlay »

If you don't use the theme, delete it. If you do, keep it updated. Haven't seen any other reports of a similar nature.
Post Reply