Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Has anyone ever seen the below error in a site running on Concrete CMS ?

This is from the apache error log file

[Thu Jan 31 08:06:51 2013] [error] [client 41.56.88.53] File does not exist: /va
r/www/\r\n SomeCustomInjectedHeader:injected_by_wvs, referer: http://www.mysite.com:80/ [Thu Jan 31 08:06:51 2013] [error] [client 41.56.88.53] File does not exist: /va r/www/\n SomeCustomInjectedHeader:injected_by_wvs, referer: http://www.mysite.com

Looks like some kind of injected file. Does anyone have any idea how I can find what is causing those entries in the error logs?

share|improve this question
How can you find what? Someone requests a file that doesn't exist – zerkms Jan 31 at 6:32
Oops, left that important detail out. What is causing those entries in the php error log. – De An Jan 31 at 9:37
in php log? In the question you said about apache error log – zerkms Jan 31 at 10:18
Sorry, mean't apache log – De An Feb 6 at 12:32

1 Answer

up vote 1 down vote accepted

That has nothing to do with concrete5. It's a scan from an external source, looking for some sort of vulnerability.

This could be good (some hosting providers might do it to make sure you're not going to get hacked) or bad (someone looking for a machine to attack). But bad is relative. It's like returning to your car and seeing that someone touched your door handle.... If you watch your logs, you'll see plenty of blind attacks like this.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.