Title: Reflected XSS in wordpress plugin 51degreesmobi v3.1.5.2 |
Author: Larry W. Cashdollar, @_larry0 |
Date: 2016-02-09 |
Download Site: https://wordpress.org/plugins/51degreesmobi |
Downloads: 15098 |
Vendor Notified: 2016-02-09 |
Export: Json |
Vendor Contact: plugins@wordpress.org |
Plugin Name: 51degreesmobi |
Vulnerability: There is a reflected XSS vulnerability in the following php code ./51degreesmobi/51DWordpress.php:
198: <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:./51degreesmobi/51DWordpress.php |
Exploit Code: Exploit was derived from appearance of first vulnerable parameter in code, there could be more shown above.
|