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_searchmlsnumber.php:
33: <input type="text" name="as_mlsnumber" value="<?php echo $_GET['as_mlsnumber']; ?>" />
The variable as_mlsnumber appears to send unsanitized data back to the users browser.
|
CVE-ID: Not Released |
File:./agent-storm/agentstorm_widget_searchmlsnumber.php |
Exploit Code: Exploit was derived from appearance of first vulnerable parameter in code, there could be more shown above.
|