Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support robertabela

    (@robert681)

    Hello @o2ono

    Thank you for using our plugin. The plugin uses the JQuery that is shipped with WordPress and is not shipped with its own copy of JQuery. Maybe you have an outdated WordPress installation or something else is loading an old version of JQuery? All the best finding the root of the problem.

    Should you have any other questions, do not hesitate to ask.

    Have a great day.

    Thread Starter o2ono

    (@o2ono)

    Thank you for your reply.

    You can check it in the source code below.

    
    wp-security-audit-log\classes\Views\Settings.php
    line 1585
    
    wp_enqueue_script(
        'wsal-jquery-ui',
        '//code.jquery.com/ui/1.10.3/jquery-ui.js',
        array(),
        '1.10.3',
        false
    );
    Plugin Support robertabela

    (@robert681)

    Well spotted. This was obsolete so it will be removed from the next update of the plugin.

    Thank you for pointing it out. For future reference, whenever you want to report security issues to us or any other vendor, please contact the vendor directly and avoid posting such information on public forums because it can put thousands of websites at risk. Luckily, in this case this is not an issue.

    Have a great day.

    Thread Starter o2ono

    (@o2ono)

    Thank you for confirming.

    I will try to contact the software vendor directly in the future.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Vulnerability jQuery-UI’ is closed to new replies.