Hi everyone,
After a security audit we've found out that by user registration one can do
HTML injection by inserting for example the following code in the Name
field: Victim<p><a href=www.google.ch>Konto aktivieren</a>
The victim receives the validation email with the malicious link right
after their name. Therefore the injected html is rendered instead of
escaped by the email service. Is there any way we can avoid this
declaratively or what would be an alternative solution?
Best regards,
Adrian
Show replies by date