How will a server become vulnerable with chmod 777?

前端 未结 5 2030
长情又很酷
长情又很酷 2020-11-28 11:09

I often read articles saying something along the lines of

chmod 777 is bad!

I was wondering:

How do I become vulnerable

5条回答
  •  萌比男神i
    2020-11-28 11:57

    If a malicious entry reaches your app, website, etc. No matter what it does to the code. The critical point is at the database and there is no possible protection against "writing" on it. So chmod 777 permissions are nothing dangerous at all.

提交回复
热议问题