Jump to content

[SOLVED] Question


adam291086

Recommended Posts

Hello. I have a very simple CMS that allows the users to upload, edit and delete page content. All these function are in an admin section which has a authentication part using Cookies. The question is do i need to add in validation checks on the information being sent to prevent people dumping my whole database. This is becase only trusted users will be using the site.

 

My gut feeling is going to be yes just in case but i have no idea how to do this, any push in the right direction is much appreciated.

Link to comment
https://forums.phpfreaks.com/topic/76233-solved-question/
Share on other sites

What if one of your trusted users gets a keylogging virus and then someone gains access to your site?

 

Regardless of if you'd get hacked or not, don't put yourself in a spot where your database can either get xss attacks or just bad data.

 

Get in the habit of doing it right the first time so you don't have to go back later and fix it all.

Link to comment
https://forums.phpfreaks.com/topic/76233-solved-question/#findComment-385847
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.