We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
on /account/create an XSS injection can be done via the account/service field. (tested in docker-compose environment)
<image/src/onerror=prompt(8)> <!--<img src="--><img src=x onerror=javascript:alert(1)//">
XSS is known as TOP 10 OWASP finding. I guess you already heared about it. If not, please have a look here: https://owasp.org/www-community/attacks/xss/.
Summary
on /account/create an XSS injection can be done via the account/service field. (tested in docker-compose environment)
PoC
Impact
XSS is known as TOP 10 OWASP finding. I guess you already heared about it. If not, please have a look here: https://owasp.org/www-community/attacks/xss/.