Title: Reflected XSS in wordpress plugin business-card-by-esterox-100 v1.0.0 |
Author: Larry W. Cashdollar, @_larry0 |
Date: 2016-02-09 |
Download Site: https://wordpress.org/plugins/business-card-by-esterox-100 |
Downloads: 236 |
Vendor Notified: 2016-02-09 |
Export: Json |
Vendor Contact: plugins@wordpress.org |
Plugin Name: business-card-by-esterox-100 |
Vulnerability: There is a reflected XSS vulnerability in the following php code ./business-card-by-esterox-100/edit_business_card_admin.php:
138: window.item_id_ = <?php echo $_GET['edit'];?>;
The variable edit appears to send unsanitized data back to the users browser.
|
CVE-ID: Not Released |
File:./business-card-by-esterox-100/edit_business_card_admin.php |
Exploit Code: Exploit was derived from appearance of first vulnerable parameter in code, there could be more shown above.
|