I have a c# asp.net app running on an Amazon EC2 however I am getting a validation error:
Exception type: HttpRequestValidationException
Exception message: A potentially dangerous Request.RawUrl value was detected from the client (="...h&content=<php>die(@md5(HelloT...").
The logs show that the request url was:
http://blah.com/?a=fetch&content=<php>die(@md5(HelloThinkCMF))</php>
Where does that PHP die script come from? Is this some kind of security breach and I have no idea how to debug this.
Those are ThinkPHP5 (Chinese PHP framework based on Laravel) RCE exploit attempts