Title: Reflected XSS in wordpress plugin answer-my-question v1.3 |
Author: Larry W. Cashdollar, @_larry0 |
Date: 2016-02-09 |
Download Site: https://wordpress.org/plugins/answer-my-question |
Downloads: 5414 |
Vendor Notified: 2016-02-09 |
Export: Json |
Vendor Contact: plugins@wordpress.org |
Plugin Name: answer-my-question |
Vulnerability: There is a reflected XSS vulnerability in the following php code ./answer-my-question/modal.php:
25: <input type="hidden" name="id" value="<?php echo $_POST['id'];?>">
The variable id appears to send unsanitized data back to the users browser via POST request.
|
CVE-ID: Not Released |
File:./answer-my-question/modal.php |
Exploit Code: Exploit was derived from appearance of first vulnerable parameter in code, there could be more shown above.
|