SQL Injection, Security Concern
I got a hit to my site with following URL parameters.
?cat=999+UNION+SELECT+null,CONCAT(666,CHAR(58),use r_pass,CHAR(58),666,CHAR(58)),null,null,null+FROM+ wp_users+where+id=1/*
To me it looks like somebody is try to do sql injection. I was wondering classipress is secured and prevent crosssitescripting (XXS) and sql injection as shown above.