Someone trying to hack my blog?
Posted: Thu Dec 23, 2010 10:43 am
I'm getting a lot of errors in my apache log file (from multiple IP addresses too) that look like this:
Is this something that I should worry about? Is there a way that I could better prevent this attack in the future? Is there a way that I can prevent outside users from even attempting to use those above files?
These just started showing up today and I have made no changes to my server in quite a while. I don't think this is normal activity. Would love some insight. I pulled my site down temporarily just in case...
Thanks!
Code: Select all
[Thu Dec 23 09:01:40 2010] [error] [client 41.100.226.203] PHP Warning: mkdir(): Permission denied in [path]/xupv2p/htmlarea/plugins/ImageManager/Classes/Files.php on line 82, referer: https://rm-rfroot.net/xupv2p/htmlarea/plugins/ExtendedFileManager/backend.php?__plugin=ExtendedFileManager&&
[Thu Dec 23 09:01:40 2010] [error] [client 41.100.226.203] PHP Warning: chmod(): No such file or directory in [path]/xupv2p/htmlarea/plugins/ImageManager/Classes/Files.php on line 83, referer: https://rm-rfroot.net/xupv2p/htmlarea/plugins/ExtendedFileManager/backend.php?__plugin=ExtendedFileManager&&
[Thu Dec 23 09:01:40 2010] [error] [client 41.100.226.203] PHP Warning: mkdir(): Permission denied in [path]/xupv2p/htmlarea/plugins/ImageManager/Classes/Files.php on line 82, referer: https://rm-rfroot.net/xupv2p/htmlarea/plugins/ExtendedFileManager/backend.php?__plugin=ExtendedFileManager&&
[Thu Dec 23 09:01:40 2010] [error] [client 41.100.226.203] PHP Warning: chmod(): No such file or directory in [path]/xupv2p/htmlarea/plugins/ImageManager/Classes/Files.php on line 83, referer: https://rm-rfroot.net/xupv2p/htmlarea/plugins/ExtendedFileManager/backend.php?__plugin=ExtendedFileManager&&
[Thu Dec 23 09:01:40 2010] [error] [client 41.100.226.203] PHP Warning: imagejpeg(): Unable to open 'demo_images/t/t_bikerpeep.jpg' for writing: No such file or directory in [path]/xupv2p/htmlarea/plugins/ImageManager/Classes/GD.php on line 550, referer: https://rm-rfroot.net/xupv2p/htmlarea/plugins/ExtendedFileManager/backend.php?__plugin=ExtendedFileManager&&These just started showing up today and I have made no changes to my server in quite a while. I don't think this is normal activity. Would love some insight. I pulled my site down temporarily just in case...
Thanks!