Title: Reflected XSS in wordpress plugin ab-press-optimizer-lite v1.1.1 |
Author: Larry W. Cashdollar, @_larry0 |
Date: 2016-02-09 |
Download Site: https://wordpress.org/plugins/ab-press-optimizer-lite |
Downloads: 1696 |
Vendor Notified: 2016-02-09 |
Export: Json |
Vendor Contact: plugins@wordpress.org |
Plugin Name: ab-press-optimizer-lite |
Vulnerability: There is a reflected XSS vulnerability in the following php code ./ab-press-optimizer-lite/views/details.php:
48: <a href="admin.php?page=abpo-delete&eid=<?php echo $_GET['eid']; ?>" class="delete-button " >Delete</a>
The variable eid appears to send unsanitized data back to the users browser.
|
CVE-ID: Not Released |
File:./ab-press-optimizer-lite/views/details.php |
Exploit Code: Exploit was derived from appearance of first vulnerable parameter in code, there could be more shown above.
|