CMS and jQuery insecurity on website - link alerted!

See: http://killmalware.com/fun-travel.com.ua/#

WordPress Version
4.0.12
Version does not appear to be latest 4.5.3 - update now.

WordPress Plugins
The following plugins were detected by reading the HTML source of the WordPress sites front page.

siteorigin-panels 2.1.1 latest release (2.4.10) Update required
https://siteorigin.com/page-builder/
contact-form-7 4.3.1 latest release (4.4.2) Update required
http://contactform7.com/
all-in-one-seo-pack latest release (2.3.6.1)
http://semperfiwebdesign.com
Plugins are a source of many security vulnerabilities within WordPress installations, always keep them updated to the latest version available and check the developers plugin page for information about security related updates and fixes.

Warning User Enumeration is possible
The first two user ID’s were tested to determine if user enumeration is possible.

ID User Login
1 None admin
2 None author
It is recommended to rename the admin user account to reduce the chance of brute force attacks occurring. As this will reduce the chance of automated password attackers gaining access. However it is important to understand that if the author archives are enabled it is usually possible to enumerate all users within a WordPress installation.

http://fun-travel.com.ua
Detected libraries:
jquery - 2.0.3 : -https://code.jquery.com/jquery-2.0.3.min.js
Info: Severity: medium
https://github.com/jquery/jquery/issues/2432
http://blog.jquery.com/2016/01/08/jquery-2-2-and-1-12-released/
jquery - 2.0.3 : -https://code.jquery.com/jquery-2.0.3.min.js
Info: Severity: medium
https://github.com/jquery/jquery/issues/2432
http://blog.jquery.com/2016/01/08/jquery-2-2-and-1-12-released/
jquery - 2.0.3 : -https://code.jquery.com/jquery-2.0.3.min.js
Info: Severity: medium
https://github.com/jquery/jquery/issues/2432
http://blog.jquery.com/2016/01/08/jquery-2-2-and-1-12-released/
jquery - 2.0.3 : -https://code.jquery.com/jquery-2.0.3.min.js
Info: Severity: medium
https://github.com/jquery/jquery/issues/2432
http://blog.jquery.com/2016/01/08/jquery-2-2-and-1-12-released/
jquery - 2.0.3 : -https://code.jquery.com/jquery-2.0.3.min.js
Info: Severity: medium
https://github.com/jquery/jquery/issues/2432
http://blog.jquery.com/2016/01/08/jquery-2-2-and-1-12-released/
jquery - 2.0.3 : -https://code.jquery.com/jquery-2.0.3.min.js
Info: Severity: medium
https://github.com/jquery/jquery/issues/2432
http://blog.jquery.com/2016/01/08/jquery-2-2-and-1-12-released/
jquery-migrate - 1.2.1 : -http://fun-travel.com.ua/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1
Info: Severity: medium
http://bugs.jquery.com/ticket/11290
http://research.insecurelabs.org/jquery/test/
jquery - 1.11.1 : -http://fun-travel.com.ua/wp-includes/js/jquery/jquery.js?ver=1.11.1
Info: Severity: medium
https://github.com/jquery/jquery/issues/2432
http://blog.jquery.com/2016/01/08/jquery-2-2-and-1-12-released/
8 vulnerable libraries detected

3 SRI hash script issues and just these scripts flagged: Tag Result

Missing SRI hash Missing SRI hash Missing SRI hash

Have a look here: http://www.domxssscanner.com/scan?url=https%3A%2F%2Fcdnjs.cloudflare.com%2Fajax%2Flibs%2Fjquery.inputmask%2F3.3.1%2Finputmask%2Fjquery.inputmask.min.js

Checked that code

found JavaScript
     error: undefined variable jQuery
     error: undefined variable t.fn
     error: line:1: SyntaxError: missing ; before statement:
          error: line:1: var t.fn = 1;
          error: line:1: ....^

Code could be executed before jQuery has been loaded.
The real meaning of fn is its availability to hook your own functionality into jQuery, but this can best be achieved in the CSS.
The outer one is the jquery object and the inner one references the element itself. ifo credits StackOverflow’s Travis J.

polonus (volunteer website security analyst and website error-hunter)