| Title: Reflected XSS in wordpress plugin agent-storm v1.1.35 |
| Author: Larry W. Cashdollar, @_larry0 |
| Date: 2016-02-09 |
| Download Site: https://wordpress.org/plugins/agent-storm |
| Downloads: 2987 |
| Vendor Notified: 2016-02-09 |
| Export: Json |
| Vendor Contact: plugins@wordpress.org |
| Plugin Name: agent-storm |
| Vulnerability: There is a reflected XSS vulnerability in the following php code ./agent-storm/agentstorm_widget_searchdetails.php:
42: <strong>MLS Number:</strong><br /><?php echo $_GET['as_mlsnumber']; ?>
56: <strong>City:</strong><br /><?php echo $_GET['as_city']; ?>
63: <strong>Suburb:</strong><br /><?php echo $_GET['as_suburbzip']; ?>
70: <strong>Sub Division:</strong><br /><?php echo $_GET['as_subdivision']; ?>
77: <strong>Bedrooms:</strong><br /><?php echo $_GET['as_bedrooms']; ?>
84: <strong>Bathrooms:</strong><br /><?php echo $_GET['as_bathrooms']; ?>
The variable as_mlsnumber appears to send unsanitized data back to the users browser.
|
| CVE-ID: Not Released |
| File:./agent-storm/agentstorm_widget_searchdetails.php |
| Exploit Code: Exploit was derived from appearance of first vulnerable parameter in code, there could be more shown above.
|