Piwigo v2.0.6 Multiple Vulnerabilities
When creating a "category" or a "tag" in the admin panel the user can submit javascript code that could be executed in the context of the browser. This would not be significant as only the administrator can complete this functionalility, however this can be combined with CSRF for proper exploitation. The parent_id and image_id and unsanitized however image_id does not seem exploitable. Also when updating an image in the caddie there is a post back that has some possibly exploitable variables "associate", "dissociate" and "selection[]". The exploit code is http://[server]/piwigo-2.0.6/admin.php?page=cat_list&parent_id=-6+union+select+1,password,3,4,5,6+from+piwigo.piwigo_users-- and http://[server]/piwigo-2.0.6/admin.php?page=cat_list&parent_id=-6+union+select+1,concat(0x1e,0x1e,version(),0x1e,user(),0x1e,database(),0x1e,0x20),3,4,5,6--