------------------------------------------------------------------------ Stored Cross-Site Scripting in Gallery - Image Gallery WordPress Plugin ------------------------------------------------------------------------ Sipke Mellema, July 2016 ------------------------------------------------------------------------ Abstract ------------------------------------------------------------------------ A persistent Cross-Site Scripting vulnerability was found in the Gallery - Image Gallery plugin. This issue allows an attacker to perform a wide variety of actions, such as stealing Administrators' session tokens, or performing arbitrary actions on their behalf. In order to exploit this issue, the attacker has to lure/force a logged on WordPress Administrator into opening a URL provided by an attacker. ------------------------------------------------------------------------ OVE ID ------------------------------------------------------------------------ OVE-20160724-0015 ------------------------------------------------------------------------ Tested versions ------------------------------------------------------------------------ This issue was successfully tested on the Gallery - Image Gallery [2] WordPress Plugin version 1.9.65. ------------------------------------------------------------------------ Fix ------------------------------------------------------------------------ This issue is resolved in Gallery - Image Gallery [3] WordPress Plugin version 2.0.6. ------------------------------------------------------------------------ Introduction ------------------------------------------------------------------------ Gallery image is the best gallery plugin to use if you want to be original with your website. A persistent Cross-Site Scripting vulnerability was found in the Gallery - Image Gallery plugin. This issue allows an attacker to perform a wide variety of actions, such as stealing Administrators' session tokens, or performing arbitrary actions on their behalf. In order to exploit this issue, the attacker has to lure/force a logged on WordPress Administrator into opening a URL provided by an attacker. ------------------------------------------------------------------------ Details ------------------------------------------------------------------------ The issue exists because the Gallery image does not protect against CSRF attacks for the requests to edit gallery images. This makes it possible to change gallery image URLs to JavaScript schemas. The JavaScript will be saved. Every time a user clicks on the gallery image the JavaScript will run (Persistent Cross-Site Scripting). ------------------------------------------------------------------------ Proof of Concept ------------------------------------------------------------------------ Have an authenticated admin visit a webpage with the following form:
This will change the URL for the image (the image source) to javascript:alert(1). If a user clicks on the image name, the JavaScript will run. ------------------------------------------------------------------------ References ------------------------------------------------------------------------ [1] https://sumofpwn.nl/advisory/2016/stored_cross_site_scripting_in_gallery___image_gallery_wordpress_plugin.html [2] https://wordpress.org/plugins/gallery-images/ [3] https://downloads.wordpress.org/plugin/gallery-images.2.0.6.zip