Security and resistance against hacker attacks
Web applications are the most vulnerable elements of an organization’s IT infrastructure today.
Nearly every PHP application is facing the same security problems.
We can mention some examples of well known vulnerabilities of common PHP applications:
- SQL Injection - user is able to execute SQL queries in your website's database
- Directory Traversal - user is able to access also sensitive files from your server e.g. by specifying of file paths like ../../../../../../etc/passwd
- Authentication Issues - user is able to steal a cookie of admin user and access application as administrator
- Remote Scripts (XSS) - This is a serious attack which could allow any code the attacker chooses to be run on the vulnerable server, with all of the permissions of the user hosting the script, including database and filesystem access.
Every part of SupportCenter core is protected against mentioned attacks and we are continuosly searching for next possible vurnerabilities.
<< Back to Features