Question

I am using Kohana Framework. The Framework has a error debugger (the red errors) and I have set this to send all these errors to my mail, when a customer sees this.

Today i have experienced weird actions, and some of my parameters like price, description and something else is:

!S!WCRTESTINPUT000002<><>%3c%3e!E!

' aNd '7'='7

I am using Kohana Query Builder for the queries.

Am i safe? What is this type of hacking, normal SQL injection? How to prevent?

Was it helpful?

Solution

Yes, someone was testing if your application is vulnerable to sql injection. Good news: it passed the test. As long as you use Kohana Query Builder to build all your queries, you're safe.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top