SmartClient Version: v12.1p_2022-12-31/LGPL Development Only (built 2022-12-31)
Browser: Chrome
Hi,
I received a report from a recent pentest. They were able to execute an XSS attack against our site.
Here's the URL the testers were able to inject. Note that the call to example.com was blocked, but the error handler was invoked after being displayed in the error message.
The screenshot below shows that the error message isn't being HTML Encoded. We already have a fix on our side, but I thought I'd bring it to Isomorphic's attention.
Thanks!
Browser: Chrome
Hi,
I received a report from a recent pentest. They were able to execute an XSS attack against our site.
Here's the URL the testers were able to inject. Note that the call to example.com was blocked, but the error handler was invoked after being displayed in the error message.
Code:
https://www.example.com/?<img src=x onerror=alert(1)>
Thanks!
Comment