The search field in the achievements section is not properly escaped.
When trying to type a name of the achievement I've miss-typed and put a '[' in the search field.
This immediately caused an error as the field is used in some pattern matching.
I'm not sure if this could result in some potential malicious external code execution but it definitely shouldn't crash the achievements section...