| Title: Reflected XSS in wordpress plugin bulk-page-creator v1.0.9 |
| Author: Larry W. Cashdollar, @_larry0 |
| Date: 2016-02-09 |
| Download Site: https://wordpress.org/plugins/bulk-page-creator |
| Downloads: 70210 |
| Vendor Notified: 2016-02-09 |
| Export: Json |
| Vendor Contact: plugins@wordpress.org |
| Plugin Name: bulk-page-creator |
| Vulnerability: There is a reflected XSS vulnerability in the following php code ./bulk-page-creator/bulk-page-creator.php:
149: <form id="sc-add-pages" name="sc-add-pages" method="post" action="?page=<?php echo $_GET['page']; ?>">
The variable page appears to send unsanitized data back to the users browser.
|
| CVE-ID: Not Released |
| File:./bulk-page-creator/bulk-page-creator.php |
| Exploit Code: Exploit was derived from appearance of first vulnerable parameter in code, there could be more shown above.
|