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/edit.php:
44: <form action="<?php echo $_SERVER['PHP_SELF']; ?>?page=abpo-edit&eid=<?php echo $_GET['eid'] ?>" method="post" enctype="multipart/form-data" class="ab-press-experimentForm">
The variable eid appears to send unsanitized data back to the users browser.
|
CVE-ID: Not Released |
File:./ab-press-optimizer-lite/views/edit.php |
Exploit Code: Exploit was derived from appearance of first vulnerable parameter in code, there could be more shown above.
|