Title: Reflected XSS in wordpress plugin ajax-contact-form v1.0 |
Author: Larry W. Cashdollar, @_larry0 |
Date: 2016-02-09 |
Download Site: https://wordpress.org/plugins/ajax-contact-form |
Downloads: 19030 |
Vendor Notified: 2016-02-09 |
Export: Json |
Vendor Contact: plugins@wordpress.org |
Plugin Name: ajax-contact-form |
Vulnerability: There is a reflected XSS vulnerability in the following php code ./ajax-contact-form/design_form.php:
192:<h2>Update Field with id: <?php echo $_POST['eid']; ?></h2>
The variable eid appears to send unsanitized data back to the users browser via POST request.
|
CVE-ID: Not Released |
File:./ajax-contact-form/design_form.php |
Exploit Code: Exploit was derived from appearance of first vulnerable parameter in code, there could be more shown above.
|