I wonder if the character &
is safe to be output to a browser. In case '<' '>' '\'' '\"' '='
are all encoded,
is there a possibility to get damaged by an attack if '&'isn't encoded?
I wonder if the character &
is safe to be output to a browser. In case '<' '>' '\'' '\"' '='
are all encoded,
is there a possibility to get damaged by an attack if '&'isn't encoded?
It is not safe, you should escape it. You can see an example of exploiting XSS using &
here: http://erlend.oftedal.no/blog/?blogid=124