Title: Reflected XSS in wordpress plugin change-password-e-mail v1.0 |
Author: Larry W. Cashdollar, @_larry0 |
Date: 2016-02-09 |
Download Site: https://wordpress.org/plugins/change-password-e-mail |
Downloads: 4409 |
Vendor Notified: 2016-02-09 |
Export: Json |
Vendor Contact: plugins@wordpress.org |
Plugin Name: change-password-e-mail |
Vulnerability: There is a reflected XSS vulnerability in the following php code ./change-password-e-mail/change-password-e-mail.php:
120: echo $_POST['post_msg'];
153: echo $_POST['post_msg'];
The variable post_msg appears to send unsanitized data back to the users browser via POST request.
|
CVE-ID: Not Released |
File:./change-password-e-mail/change-password-e-mail.php |
Exploit Code: Exploit was derived from appearance of first vulnerable parameter in code, there could be more shown above.
|