Assuming ExpressionEngine is running on http://www.domain.com, if you invent a fictitious file and parameters, like:
<a href="http://www.domain.com/SameCustomPageXSS.pl?testhere[removed]alert黼)[removed]">http://www.domain.com/SameCustomPageXSS.pl?testhere[removed]alert(700);[removed]</a>;ExpressionEngine will return the error:
Disallowed Key Characterstesthere[removed]alert(700);[removed]And in some browsers, like Firefox, will execute the script.
How can we prevent this?