d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Php Unauthorized Edit
Add Reply New Topic New Poll
Member
Posts: 11,857
Joined: Nov 8 2007
Gold: 118.98
Jan 8 2013 03:17pm
I work at a church and maintain our website that uses WordPress...

Today I noticed that all of the fonts had been changed to italics, which I thought was odd, so I checked the source to find that a new div segment with an unclosed <i> had been added to my header.php file.

Here is the segment:

Code
<div id='hideMe'> <p> <i> <a href="http://oprst.in/">wallander swedish tv series</a></div><script type='text/javascript'>if(document.getElementById('hideMe') != null){document.getElementById('hideMe').style.visibility = 'hidden';document.getElementById('hideMe').style.display = 'none';}</script>


Anyone know what might have caused this? The fact that it had a link to a tv show website kinda worried me...
Member
Posts: 1,628
Joined: Aug 11 2012
Gold: 628.00
Jan 8 2013 05:51pm
possible sql injection..
Member
Posts: 10,812
Joined: Oct 15 2009
Gold: Locked
Warn: 20%
Jan 8 2013 07:58pm
Quote (Huayra @ Jan 8 2013 04:51pm)
possible sql injection..


seems kind of trivial for an injection, but who knows, perhaps it was just a proof of concept with the big attack soon to follow :) , although I'd lay my money on it being some weird bug

This post was edited by Azrad on Jan 8 2013 07:59pm
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll