- Issue created by @shiag
Webserver doesn't validate client-supplied data submitted to the event listener on the Integrations Report page.
Pen-testers was able to execute JavaScript in via a DOM based Cross-site-scripting vulnerability by injecting javascript into the 'message' parameter to the event handler.
Added a check to ensure if any irrelevant code is injected in the message through img tag, script tag or any by php code the message is displayed as NULL. Also the message value should be sanitized by using library like DOMPurify to ensure that only safe HTML remains.
Active
2.0
Code