Hi.
Using special characters like < and > in searchbox it is possible to write a sciprt which runs in admin page, that may cause a securtiy bug.
How to produce this bug:
A user, seaches the blog. He enters a search keyword such as <script>alert("Hello");</script>
So the full path is:
http://yoursite/?s=<script>alert("Hello")%3B<%2Fscript>
It causes Wassup to show:
http://img180.imagevenue.com/img.php?image=67416_Capture_122_811lo.JPG
We need htmlspecialchars. Writing JS to admin page is possible for now :(