Title: Reflected XSS in wordpress plugin heat-trackr v1.0 |
Author: Larry W. Cashdollar, @_larry0 |
Date: 2016-02-09 |
Download Site: https://wordpress.org/plugins/heat-trackr |
Downloads: 99 |
Vendor Notified: 2016-02-09 |
Export: Json |
Vendor Contact: plugins@wordpress.org |
Plugin Name: heat-trackr |
Vulnerability: There is a reflected XSS vulnerability in the following php code ./heat-trackr/heat-trackr_abtest_add.php:
79:You need to place <b>[WPSLT id = <?php echo $_GET['id']==''?'N':$_GET['id'] ;?>]</b> inside any post or page,<br/><br/>
The variable id appears to send unsanitized data back to the users browser.
|
CVE-ID: 2016-1000136 |
File:./heat-trackr/heat-trackr_abtest_add.php |
Exploit Code: Exploit was derived from appearance of first vulnerable parameter in code, there could be more shown above.
|