Vuln php system

From Atomicorp Wiki
Jump to: navigation, search

PHP function system() allows an attacker to execute shell commands through php

The system() functions allows an application, user or attacker to send direct commands to the operating system through PHP. For example, system() can be used to run shell commands.


Next Steps

If this risk is unacceptable for your system, then you will want to disable this capability in PHP.

Step 1: Log into the ASL GUI, click on Configuration and select the ASL configuration menu option. This will open the ASL configuration screen.

Step 2: Scroll down to PHP_CHECKS and make sure this is set to "yes". By default ASL will only warn about PHP vulnerabilities. If you set this to yes, it will also fix these vulnerabilities. If this is set to "no" the next step will not work, so set this to "yes".

Step 3: Scroll down to ALLOW_system and set this to "no".

Step 4: Click the "update" button.

This will resolve this vulnerability.

Personal tools