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