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