Title: Reflected XSS in wordpress plugin appointment-calendar v2.7.4 |
Author: Larry W. Cashdollar, @_larry0 |
Date: 2016-02-09 |
Download Site: https://wordpress.org/plugins/appointment-calendar |
Downloads: 56407 |
Vendor Notified: 2016-02-09 |
Export: Json |
Vendor Contact: plugins@wordpress.org |
Plugin Name: appointment-calendar |
Vulnerability: There is a reflected XSS vulnerability in the following php code ./appointment-calendar/menu-pages/update-time-off.php:
18: <input name="fromback" id="fromback" type="hidden" value="<?php if(isset($_GET['from'])) { echo $_GET['from']; } ?>" />
The variable from appears to send unsanitized data back to the users browser.
|
CVE-ID: Not Released |
File:./appointment-calendar/menu-pages/update-time-off.php |
Exploit Code: Exploit was derived from appearance of first vulnerable parameter in code, there could be more shown above.
|