| Title: Reflected XSS in wordpress plugin aoringo-tag-upper v0.1.6 |
| Author: Larry W. Cashdollar, @_larry0 |
| Date: 2016-02-09 |
| Download Site: https://wordpress.org/plugins/aoringo-tag-upper |
| Downloads: 291 |
| Vendor Notified: 2016-02-09 |
| Export: Json |
| Vendor Contact: plugins@wordpress.org |
| Plugin Name: aoringo-tag-upper |
| Vulnerability: There is a reflected XSS vulnerability in the following php code ./aoringo-tag-upper/aoringo_tag_upper.php:
140: <!-- order = <?php echo $_POST['order']; ?>, striped = <?php echo stripslashes($_POST['order']); ?>, saved = <?php get_option('fjscp_order'); ?> -->
The variable order appears to send unsanitized data back to the users browser via POST request.
|
| CVE-ID: Not Released |
| File:./aoringo-tag-upper/aoringo_tag_upper.php |
| Exploit Code: Exploit was derived from appearance of first vulnerable parameter in code, there could be more shown above.
|