문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top