I found some XSS attacks on my site but i did not know what was making it happen so i started a post here http://wordpress.org/support/topic/i-found-some-xss-with-tag
so here are the XSS link
http://somesite.com/?tag='"><script>alert(1)</script>
http://somesite.com/?cat='"><script>alert(1)</script>
http://somesite.com/?m='"><script>alert(1)</script>
http://somesite.com/?s='"><script>alert(1)</script>
http://somesite.com/?page_id='"><script>alert(1)</script>
http://somesite.com/?author='"><script>alert(1)</script>
how did i find them
I started to turn off things like my theme & my many plugins
so after i found out it was not my theme i started looking into plugin
turning them on one by one
& every time i turned on a plugin i tested to see if the XSS was there.
when i got to Global Translator then the XSS poped up
so you ppl really need to fix this ASAP!!!!!!!