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