• After examining the XSS issue from this plugin I found that it is sending data to the plugin author Jon Fox.

    function sl_send_data( $action, $data_fields ) {
            $data = array( 'action' => $action, 'data' => base64_encode( json_encode( $data_fields ) ) );
    
            return sl_http_query( 'http://jonefox.com/search-logs/rest.php', $data );
    }

    VERY VERY NOT COOL!!!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin search-log] sending data to authors site’ is closed to new replies.